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...
Hi Nordic!
I've got an nRF52832DK and use SEGGER Embedded Studio via nRF Connect
I'm trying to familiarize myself with arm's exception handling.
Looking in ses_startup_nrf52...
Hi:
I'm using nrf52832 in my last demo design. But currently o ur foundry has no inventory of nrf2832, and I can't even find a few samples on the market to buy. So I decided...
Hi Nordic,
In case of multiple slaves on the same spi bus, what is the best way to initialize ' spi_config' for spi_transceive ( ) when Write device drivers using devicetree...
i am trying to toggle led with the help of rtc but event = NRF_RTC_EVENT_TICK; was triggered initially afterwards event = NRF_RTC_EVENT_OVERFLOW; was triggered and why that...
Hello. I am trying to get data from BLE sensors. Sensors work like Nordic uart service. Main problem is that every BLE sensor has different 128-bit UUID of that service. If...
HI!
I am trying to replicate the handshake of a remote control. I am sniffing the traffic with a nRF 52840 dongle, but there are things that I really can't understand. ...
Hello, I am developing a custom board based on the Thingy:91 design. I hope to be able to run the asset tracking applications initially and build on top of it. Nordic documentation...
Hi,
I am running the lpuart sample to connect nrf9160dk <-> nrf52833dk.
The only change in source is added code to print out the data received from RX.
And I enalbe...
Good morning/afternoon/evening
How can I access a SDK project examples bootloader? For example, is there a way to access the Blinky peripheral example bootloader.
Please...
I am using the 802.15.4 sniffer to troubleshoot the development of an openthread application based on the nrf connect sdk. The sniffer has a green led that flashes steadily...
It is great to see VSCode support for NCS. I believe I have installed everything per the documentation and videos. I have:
nRF Connect v3.7.1
Toolchain Manager v0.10...
I understand I'd be using 16MHz timer for this and it worked on Arduino nano.
I'm trying to measure the distance above with nRF52840 dongle.
Those two edges come in every...
Hi,
I'm working on an nRF5340 project using nRF Connect SDK v1.7.0 with VS Code. I started my project with the NUS example.
I've been able to customize the standard/legacy...