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 use nRF5 SDK v15.0.0. In my application I need to change Bluetooth identity address. I can not use BLE_GAP_ADDR_TYPE_RANDOM_STATIC address type, because I need to...
Hi,
I have migrated my projekt from SDK 14.2 to 15.2, the bootloader is basically the secure_bootloader example with some tiny adjustments. When I try to upgrade my product...
Hi all,
I encountered problems porting MbedOS based software which uses Bluetooth Low Energy from MbedOS 5.10 to 5.11 to use the extended features od BLE 5.0.
The ble...
I have interfaced two Nordic nRF52840 boards with one as master an other as slave .
In the image attached signals from down depicts Salve seelct,SCLk MOSI and MISO of Master...
I run into problem, I think for now resolved, but questions remain: Do I have to stop BLE whenever changing ADC config? What did not work?
I don't know why it does not...
Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_blinky from sdk13.
We are trying to change the radio txpower other than 0db (default...
Hi all,
I have a nRF52840 development kit and flashed (I believed it flashed successfully) with direct test mode .hex file from SDK 15.2. What I facing was not able to run...
NRF52840 - SDK 15.0 + Some register based custom functions. S140, 6.0.0. In order to work around some of the hardware limitations with SPIM in the context of a project, we...
The PWM Driver has all sorts of fancy stuff for dealing with clever sequences - but I can't see anything to just set a simple, steady, fixed duty cycle!
How does one just...
I need to configure 2 devices as relay nodes in order to relay messages from the client node to the server node
How can i implement this in the light switch example ?
I know this has been asked a few years back, but wasnt sure if there were any changes to this. I want to be able to detect when a connected device is removed from windows...
Hi,
I use nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10040_ble bootloader. I upload my app to my board using PCA10031 and nRF Connect v2.6.2 on Win10 and...
Hello,
Our board is based on nRF52832 with S132 5.1.0, without RTOS. Now we have a requirement to protect sensitive memory areas with MPU, so I'm trying to run firmware...
Hi,
I am using nrf 52840 development board for developing mesh. I am using segger IDE in my windows 7 desktop for code flash to the board.
The SDK I am using is nRF5_SDK_15...
Hello to everyone.
I have a doubt about the function of NRF_LOG library in nRF52 DK. I´m trying to display the voltaje value from pin P0.26 on Termite, so I saw in this...