I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
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...