I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hello,
We recently implemented DFU on Android for nRF51 and nRF52 devices using the Android DFU library from GitHub. It works great, and we would like to see if it is possible...
Hello! I'm trying to setup the PPI module so it controls a LED based on an external digital INPUT. It works well while the nrf528232 is ON, except when I call :
nrf_pwr_mgmt_shutdown...
Hello,
I want to use the Nordic UART service from the ble_app_uart example in SDK 17.0.2 (running on nRF52DK) to use directed advertising to send data to a 9160DK client...
Hello,
Looking at the product specification, the nRF5340 system off current is specified at 0.9 uA. Can you please provide an example that I can run on the DK which can...
Hi.
As far as I know the SWD interface can be used to download/upload firmware and make debug, I would like to know if SWD also can make the function of sending and/or receiving...
Hi,
On a dice projet based on NRF52810. Sometime when I plug the battery charger the firmware crash at address 0x18808 and the call stack is empty !
This address is in...
Hello,
Can anyone please share some reference example for implementation code for central device which scan for available device.
I am using nrf52840.
Thank you
I have successfully installed the blinky example app on my new Nordic nrf 52840 Dongle - so that's good! :)
However, some things are not clear to me - so I would like some...
Hi,
I'm using nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\pca10040 & pca10056
Wants to send data packet over switch...
Hello,
I am trying to implement ble_dfu service into an existing project. The problem is I can not find an example in the SDK. I need to find out which macros to copy-paste...
Hello All,
I have a specific requirement to run 2 different functionalities from the same HEX file. Can someone suggest is there any means of special logic in the nRF52...
I have successfully ported the fatfs file system to my application code, but copying the files is very slow. I'm trying to modify the mass_storage.c file,follwing is my code...
I have two nRF52832 feather boards. Trying to set a simple connection between them so that board 1 sends beacons and board 2 receive them. Every few minutes, board 1 pair...
Greetings,
I am trying to run the scan_adv example from the samples. I am using the nRF52832 kit and SEGGER for running this sample. However, I face the error mentioned...