EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hi,
when using a test based on the UART app, when running it a samsung all is working just great.
However, I tested it on a Nexus 7 with less luck.
From the Sniffer/wireshark...
Can anybody recommend me to select chipset providing following functions?
BLE (Bluetooth smart)
SPI Slave
No need external MCU
UART for debugging (optional...
SWD is supposedly a multi-drop bus.
Is there a way to program multiple nRF chips using only the 2 SWDCLK/SWDIO pins?
How are people programming and verifying boards...
i compiled the ble_uart_exmaple program and it get downloaded to the kit then the four LED on the nrf51DK started blinking continously i dont know what happen to board and...
Hi,
I have a question regarding sending sensor values from a slave to the multi link central. I am using a custom profile on the peripheral to send sensor values as notifications...
I use softdevice s110 7.3.0 and SDK version 7.2.
Some times softdevice call app_error_handler with:
error_code 0xDEADBEEF
line num - 990
file_name - src\ll_ctrl.s0.c...
Hi,
I try blinky with softdevice example and reconfigure it to support nRF51822AA. I can program my custom board, I can debug as well, but led is not blinking. I have connected...
Hi,
I want to set the advertising interval to 10.24 sec.
I changed the value of APP_ADV_INTERVAL to 0x4000.
But when i try to discover my device using MCP, it is not...
I'm trying to track down an intermittent bug in programming our Nordic board. So, I'm having to laboriously reconstruct the SWD transactions and understand them.
A transaction...
I use nRF51822 Model in my project that I need to run bluetooth advertising all time. And when I measured current, I found 1mA that is not enough to run for 1 year by just...
Hi,
My project include two MCU with n51822 and STM32. I expect upgrading STM32 application firmware by n51822 DFU function. Do you give your advice to implement it by modifying...
Hi All,
I am struggling getting my N548 module to transmit any ANT+ ...
I have tried the Cycling Power Sample Application (S310)
And the Cadense / Speed (S210) Sample...
Hello,
Is there any delay between when the reset pin is driven low and the actual reset of the chip. Would it be possible to sense the reset pin and perform some quick...
I am designing an nrf52 based device running at 1.8V. To debug the device I was planning to use debug out option of the nrf52 preview DK. However, I just find that, the debug...
I'm trying to follow the code from one of your examples, specifically ble_beacon in SDK 8.0 and eventually I get to a point where I'm not sure what's going on so I figured...