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...
I'd like to know if it’s still true that the DFU bootloader (i.e with BLE transport) is strongly coupled to the SoftDevice version. In other words, if we do a SoftDevice over...
From page 520 of nRF52840 Product Specification 1.0 4413_417 v1.0 / 2018-03-16
If the watchdog is configured to generate an interrupt on the TIMEOUT event, the watchdog...
I am trying to flash all three images together. I have the firmware updating working, but if you flash them together, the bootloader doesn't know that the application is programmed...
Hi,
We are preparing the first "production" run and we are looking on alternatives for production programming and testing, so far our factory used nRFgo for the pre-series...
I need to have more than 30 servers (and 1 client) in a mesh, so I increased the SERVER_NODE_COUNT value. But this results in a static assert in config_server.c:
How to...
Hi,
I know that this issue is well documented in the forum, but I have read everything and tried all of the suggested fixes, but nothing worked.
I am trying to Enter systemOFF...
Hi,
I have tried to find out how to aks the current time and set it, without success.
time(NULL) returns invalid data. What methods I should use to get the current time...
I want to simply put signal (sine wave) from signal generator into analog input and use saadc. I have program which uses ain4 and ain5 pins. So I was just wondering how I...
Basically I have modified the ble_app_uart example to connect multiple centrals(android devices),
now i want to transfer the string to all android devices which are connected...
Hello,
Would like to know the performance(i.e, latency when network size increases with respect to payload) of Thread, Zigbee, BT mesh wireless protocols. Is there any documentation...
I have some questions that I hope some of you fine engineers can shed some light on. First, some story time is probably in order. Skyrocket Toys developed a line of IR tag...
Hello All,
I am working on nRF51822 custom board. For programming I am use IAR Embedded Workbanch IDE in windows 7. For reference i am use nRF SDK 8.1.0.
Write now i am...
Hi! Found in this post https://devzone.nordicsemi.com/f/nordic-q-a/43514/nrf9160-http-and-other-examples about http client example, and link to repo to examles. All libs is...
Just a heads up that the file nRF5_SDK_15.3.0_59ac345/external/micro-ecc/build.sh in SDK 15.3.0 has Windows line endings and thus can't be executed in a terminal:
$./build_all...