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...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I'm using nRF52840 with SDK15.0.0
Following this tutorial : https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial...
hi,
I'm trying to add a new BLE service to my device. I've followed the instructions in tutorial : devzone.nordicsemi.com/.../ble-services-a-beginners-tutorial , up to step...
Hello,
I have just started working with mesh and I'm using the 0.9.2 Mesh SDK. When I use the Serial interface (nrf_mesh_serial) I don't see any function about rx or rx...
Hi,
I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh SDK 3.1.0 and nRF5_SDK_15.2.0.
the data...
Hello!
I currently have 2 nR52DK using SDK14 and SDK15:
1) Beacon based on the beacon example
2) Central based on app blinky central + multirole
Then, I modified...
Hallo
I'm using sdk12 , S130 on NRF51822, so far successfully updated application, soft device and BL, however
lately after changing the size and starting address for...
Someone have a example of reading orientation sensor in javascript/HTML of the Thingy:52 equal of the github Nordic Example? github.com/.../Nordic-Thingy52-Thingyjs
Hello, I have a problem with staring "Run" in the "debugger mode" . I used Rigado evaluation board with BMD300 (nrf52) and also work with nrf5 SDK_15.3.0 Examples. Sometimes...
Hello,
I have 2 PCA10056 DK (with nRF52840), my purpose is to check the serialization between App. chip to connectivity chip
I have 2 problems on in each chip:
1. App...
I'm using the code below to enter lp mode;waiting for rtc wake up interrupt to wake up the mcu;
Now I need the app_timer module to do more things ,so I add app_timer lib...
Hi,
I'd like to add a cli command for entering DFU mode .
I'm using nrfConnect on a PC with USB.
When pressing the IF/BOOT button, I can enter DFU and can update the...
Hi,
I am using IAR embedded version 7.40 and my board is nRF52832 PCA10040,while i was checking devices list in IAR IDE under NordicSemi i can see only nRF51 series devices...
hi... i am using nRF52832 , 15.2 version segger . i have merged the uart and timer . i have set the timer for one minute , so every one minute it will send the data to ble...
What is the difference between APIs in below sections:
app_uart_xxx ( under nRF5 SDK v15.3.0 > API Reference > SDK common libraries )
nrfx_uart_xxx ( under nRF5 SDK v15...