I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...
Hello everyone,
I'm dealing with mcumgr-cli to exchange commands between a host machine (running Ubuntu 20.04 LTS) and a NRF52833 DK running smp_svr sample. I'm using NCS...