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 I just have a simple question and that's where the code keeps Bluetooth mesh control how many devices it has in its stack that it has provides keys to. for every time I...
hi
sdk 15.0,
IN Multilink, 15 devices is operate normally. However, changing the device to 20 causes problems.
Is there a way to fix the problem?
attached source ...
Hi,
I was trying out the long range example provided on the NordicPlayground GitHub repo, and worked great when communicating between two nRF52840 dev kits. I however noticed...
I know that the the +/-250ppm LFRC accuracy is required for BLE... but is that just for a system that receives data? Is there any need to calibrate for a system that only...
Hi all,
I am using PCA10040 with nRF5_SDK_14.2.0 and using the ble_app_uart example.
Basically I have a large array of size 18750 to send out and having read on the forum...
Hi Dev Team,
I would appreciate if you can help me sort out the errors that I am getting when doing a DFU OTA using the 52 Dev Kit to the Thingy. I basically followed...
I have an input connected to P0.18 on my nRF52832, which needs to be driven high by an external source. I am running into two problems, which may or may not be related:
...
Hi,
I have seen some posts from
Ole
and
Hakon
about the bulk data transfer. But I have some confusions which I want to clarify before implementation.
I need...
When I update the firmware to version 2.1.0, the value that TVOC reads is always 0, whether or not it is related to the thingy gas sensor requires 48 hours of operation time...
So, after upgrade to Thread SDK 0.11, I'm not able to perform DFU again. Symptoms are identical to devzone.nordicsemi.com/.../ - this time on nrfutil v3.4, with pyspinel=...
How do you pan along the Y axis using the nrfConnect version of the PPK ? I can zoom in using the ctrl and right mouse button, then pan left and right, but I can pan up and...
SDK v14.2.0 using s132
Our central should only have one connection at a time, so I set
#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 1
But when it is connected to a peripheral...
Hi Nordic,
In order to program our boards with nRF52832 devices in production, we need a stand-alone, command line programming tool.
I believe that the command line...
Hi everyone,
Maybe my problem has already been solved in another discussion, if so, I haven't found it yet !
I'm programming on a external board using nrf52832.
I...