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
we are using nRF connect SDK 2.1.0 and also MCU boot.
Following the steps to generated the keys for signing the images.
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi.
i am using 5340 + ncs 2.0.2. and gpiote nrfx drvier.
i used gpiote for count encoder
encoder clock speed is about 2.5k and input pint is 2 gpiote pin.
gpiote polarity...
Hello there, I am having problems publishing a message to the server I set up on emqx. Here are the changes I made to the kconfig file (I have not changed the main.c code...
nRF52832にてボタンレスDFUサンプルにEEPROMを実装させたいのですが、
必要なライブラリファイルnrf_cli.cやnrf_queue.cをプロジェクトに追加したところ、 nrf_cli.hやnrf_queue.hが「no such file or directory」となり、
ビルドが失敗します。
components...
I've been using the LPUART for comms between the 52840 and 9160 in a Thingy91; this was going well until I changed the nRF Connect version from 1.9.1 to 2.1.2, to resolve...
When I call nrf_pwr_mgmt_run() in my project to put the device into sleep mode, after a short period of time I get the error message:
ERROR 3735928559 [Unknown error code...
Hello all
I am having a problem with nRF Connect SDK where whenever I try to read from a sensor while bluetooth is enables, the software crashes. If I disable bluetooth...
According to the Kconfig documentation, https://nrfconnect.github.io/vscode-nrf-connect/kconfig/install.html , the active board is displayed on the Status Bar when editing...
Running a Thingy:91 now for 4 weeks from batter with one message exchange per hour, it stopped working (NB-IoT mode).
The client (Thingy:91) uses "sendto" and that function...
Was using SDK 1.9.1 up till now, but I migrated to SDK 2.0.0 and I changed my overlay file to add the pin control stuff. I have a nrf5340 and use the app_ns board config....
According the data written to NVM, is there a difference between "%XFSSYNC" and "+CFUN=0" ?
Reading the documentation, I see mainly user configuration be written.
I may...
Hello,
I am trying to add SDCard management, over SPI bus, into my project with nRF5340. When I try to compile, the error is always the same. I am trying the code over the...
Hello,
I have a problem that looks a bit like
devzone.nordicsemi.com/.../nrf52840-custom-board-won-t-boot-without-debugger-reset
For me, to be more precise:
nRF52840...