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...
Stuck at square one I'm afraid - I can't download the nRF5 SDK...
I've tried many times to download the SDK from this link: https://www.nordicsemi.com/Software-and-Tools...
I am trying to flash a hex file with the XIP address offset into the QSPI flash(MX25U25645G) by nrifprog, the memrd command is working since I can read the data that the firmware...
Hello!
I'm trying to add bonding to my DFU. The DFU without bonds works perfectly but when I set #define NRF_DFU_BLE_REQUIRES_BONDS and NRF_SDH_BLE_SERVICE_CHANGED to 1...
Hi ,
I am a begineer to nRF24LE1. I am looking for application notes, books, tutorials on nrf24LE1. I have found some application notes in the documentation they are either...
I want to do a auto dfu tool, so reference the Android nRF Tool Box DFU code, the Android dfu library version is 1.8.0, firstly click select device button, it can scan the...
Context
I followed these tutorials (which are great btw) and adapted them to have 2 custom services:
Nordic UART Service (as provided in examples, no modification) ...
Hi,
I am using the system off power down mode in my application to keep the device in sleep mode and it works most oif the time. but sometimes it will restart immediately...
Hi team,
One of my customer wants to evaluate the design of Thingy52, using PWM output & H bridge to power the speaker. But as for audio related issue, they are asking if...
I'm the beginner of NRF52832 SDK 15. I try to advertising my sensor values to iBeacon using this example code ble_app_beacon, but i don't know how to adding my sensor values...
Hi,
We want to subscribe the provisioner in the serial example to any state changes of light_switch server. The light_switch server will publish this to a specific group...
Hello,
I'm implementing the Generic Level Client Model, with Mesh SDK 3.1.0. When I use the generic_level_client_delta_set() function, the level model is set to retransmit...
Hello all,
I am working on BT832A in which nRF52810 is used and i used segger studio for programming in windows 7. I am refer nRF52 SDK 15.2.0. And i am load program through...
Hi, guys!
Since the nRF52 DK's support NFC,
I was wondering whether it is possible to provision an nRF Mesh client/server using NFC and a Google Android phone.
I just...
Hi, I'using PCA100566 BLE DFU example and Nrf Connect desktop or NrfUtil to program/update. The actual solution needs to use NRF USB Dongle for connection. It's possible to...
I try to combine SPI master and ADC sample code, I add below code to my spi master example, the saadc_init() is called in the main function. However I found that the saadc_callback...