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 am trying to implement app_timer library with FreeRTOS. Based on my testings, it seems that app_timer_start() under app_timer_freertos.c has the lowest time resolution...
Good day
I moved from Mesh3.00 to mesh 3.1 and I see the way UUID is extracted is slightly different.
I would like to know when I copy the UUID to use in my project will...
Sorry for disturbing!
I have some questions about measuring nRF52832 32Mhz Crystal frequency.
I use an active probe(Tektronix P6243) to catch the signal and the test result...
In the case where connecting to a phone that is paired with my device after my device has cleared pairing information and doesn't remember the pair, I'm observing the following...
I'm working on a project to get two devices to agree on a secret key based off of physical layer properties.
My solution is for devices A and B to make 64 RSSI measurements...
Hello, we have developed our product with S132 version 6.0.0 and sdk 15.0.0 since that was the most current when we were in the development stage.
However, now we need the...
When switching the dongle into DFU mode, it changes the serial port number when running in windows.
Both the bootloader and the application sets up the USB and calls the...
Hello, I am using the nRF51422 development kit. The SDK I am using is the nRF5_12.3.0_d7731ad. I am trying to run the "Blinky" example by copying the hex file for the PCA10028...
Dear Nordic Team,
we are developing a system with Bluetooth Low Energy and Zigbee capabilities (using the TI CC2630 microcontroller as Zigbee external communication device...
Hi,
In our project we have got one NRF52 as a central and one as a peripheral.
For now we are correctly connecting between our devices - periph is advertising and central...
Hi, I was wondering if there was an updated example for using the Flash Manager correctly with SDK for Mesh v3.1.0?
Some info about my setup:
Up until now I have been...
I am bringing up a breakout board for an nRF52832 module (MDBT42Q) and can not get a response from the module. The breakout board has very little circuitry, mostly fanout...
The AES tests for the CC310 cryptocell backend seem to only use the 128 bit key length.
While ECDF seems to support bigger key sizes (192, 256) AES does not.
Is this a...
I can update firmware in my nRF52 nodes using DFU where on the other end I have Android phone or nRF Connect (PC/Windows)+PCA10040. Everything works fine. But in my application...
Hi,
I read so many articles but just can't find the correct way to add twi support to the ble_app_hrs_feertos app in the latest SDK15.
This what did:
- Copied 3 lines...