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 think this is a regression or related to this issue:
Attached is a very simple example with the [email protected] - if you build it with `CONFIG_DEBUG=n`, it...
Hi all! I am working in a BLE scanner but I have enabled the filter by MAC ADDRESS. I can filter beacons that are produced based in NRF52 and NRF51. But when i try set a MAC...
Hello,
I am running into difficulties getting the sleep current below 2.356mA. I have a custom board but I went ahead and tested it sleep current capabilities by programming...
Hello,
My application (nRF52832, SDK17.1) uses the fsotrage library for low-level sequential data storage and retrieval.
At the moment I'm using nrf_fstorage_sd as an...
Hi,
I am using nrf sdk for mesh v5.0.0 and we are building our application on top of sensor_server example. I am provisioning the nrf52832(which is acting as sensor server...
Hi Team Nordic,
For setting up a thread network using nRF5340 DK's, I wanted to build and flash Thread: CLI sample from nrf repository. I use nRF Connect for VS Code with...
I’m using the nRF52840DK to communicate with a module over uart. My problem is that the module has a baud rate of 921600 and as far as my understanding the nRF52840 is using...
Hi,
in my current project I need to have a wall clock time, thus I am using the date_time library. While trying to understand it I came across a few issues/questions.
...
Hello,
First let me say I'm new to Nordic tools and SDK. I have been lurking on this forum for a while and it has helped solve a lot of my issues in the past. I couldn't...
Hello
I tried to follow the instructions to install the nRF SDK Connect and I found the following issues:
There are 2 sets of instructions :
option 1 :
https://nrfconnect...
Hi! We would like to build two different sw variants from same source code and mostly the same config options, probably only needing a single "define"-difference in code....
Hi,
We have a question regarding firmware over the air update, can we update the firmware of the devices connected in Mesh network or we need to connect single device...
Hello,
to use the twi sensor library should I define for each sensor an own NRF_TWI_SENSOR_DEF?
I found not really a documentation about the usage of the twi sensor library...
Hi,
I've got a lot of BLE_GAP_EVT_TIMEOUT when my ble central trying to connect with BLE peripheral (sometimes more than six in a row).
The configuration of my system...
HI,
I have couple of questions here.
1.Is there any sample application that upgrade firmware over BLE using zephyr/NCS 2.1.0 for nRF52840
2.If so our requirement is...