Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
Hi Community,
Facing the RF functionality issue on nRF52833 on our custom board.
Our board is functioning well with nRF52840, then it failed after migration to nRF52833...
Hello,
I am searching for nRF52 Flash memory mapping. I got some memory map from info-center but for me, it's not working.
The application Starting address is wrong in...
I couldn't launch FOTA upgrade over Bluetooth for nRF5340 PDK. I followed this guide developer.nordicsemi.com/.../ug_nrf5340.html to fulfil FOTA upgrade for nRF5340 PDK. I...
Hello,
My BLE peripheral device based on BLE uart example with nrf52832 has an issue.
My device is paired with central device and I turned off the central. My device started...
Any one tested with Strontium micro HCSD card?
I followed the the suggestions like BUFFERS=8 AND config_gpio=y.
I am getting the error Storage init ERROR!
GPIO Pins...
I am merging interactive command and buttonless dfu base on https://www.u-blox.com/sites/default/files/Add-NordicSemiconductorDFU-to-SDKexample_AppNote_UBX-19050198.pdf
...
I just recently got both nRF51422 and nRF52844 DK. However, when I tried to connect through J-LINK, the error message popped up: No emulators connected via USB. Do you want...
Hello,
I built a network of 3 parts. Each has a PCA10059 nRF52840 dongle.
Raspberry Pi 3B+ Border Router using the image from 4.1 SDK. This has the NCP
2X Full Thread...
Hi Everyone,
I am working on nrf52832, I am using sdk15.0.0 ble_peripheral /ble_app_beacon as reference.
I am not understood properly uesd for this function static void...
We just received our latest custom nRF52840 board and have found that there seems to be some issue with PO.19. We have verified that the P0.19 is not working on multiple boards...
Hi
Im using the NRF9160 DK
I have got the Asset tracker working, can modify the code, runs with nrfCloud, beauty
Just followed the docs
But then, I want to...
I have to stream packets from an nrf52 to an nrf24 at a 30 kHz rate using ESB. But when I try to do this, the receiver only receives some of the packets. I don't believe the...
I am using ses and trying to set the max payload length or enable debug mode in NRF_ESB.h. I could of course just change the values in the header file, but I prefer not changing...