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...
When using LE Audio with multiple sink devices, can those sink devices also communicate between them via master Bluetooth source? For example: During streaming audio, 2 or...
My goal is 11.25 ms for connection interval with iOS. With PC and Android i can setup it.
Following Apple guideline, I added HID service to my custom device(it works, i...
Hello everyone,
I'm a junior engineer in a company, and I'm assigned to that project which we will use a different microprocessor with BLE in it, and it needs different...
I am currently working on a project with a nRF9160 and in the very early stages of evaluation.
I have a few, hope not too many questions that I hope can be answered here...
I have been struggling to get the DFU in our own application to work. When starting a DFU from the desktop nRF Connect 3.4.1 it reports an error:
According to the log...
Hi,
We are using nrf52840 development board and segger embedded studio. I am using thread concept here to run another function in parallel to my main function. i want to...
Device: nRF52840, nRF5 SDK16.0, Softdevice: S340 (ANT_s340_nrf52840_6.1.1)
Hello,
As next step to increase usability of our product and adding new features, we have...
I hope someone is able to answer a few question.
I read quite a lot but still some things are still confusing.
If we use e.g. the AMB2621 Module of Würth, is skipping...
Hi,
I am trying learn about IO/ events that can wake-up nRF52833 from lowest power mode.
What qualifies as event that can serve as wake-up source?
Is it possible to...
Dear sir,
Got error while uploading .zip in DfuTarg as "SD version failure". I'm using nRF52840 DK board. I have tried to create .zip by --sd -req 0xB6/0XAE/0xA9. zip get...
I'm curious what the modem does if, upon waking up to service the PSM interval, it fails to connect? Does it go back to "idle" and try again on the next PSM interval or does...
Guys, In a Mesh project, when setting up flash manager:
How do you get the right value of flash_manager_config_t.p_area ?
And where and how is it configured?
Thanks...
Hi ,
I wirte a python script to download FW to nRF52832 custom board, the FW is the merged file with softdevice(s132_nrf52_7.0.1_softdevice.hex), bootload, bootload settings...
The version used is nrf5_SDK_for_Mesh_v5.0.0_src.
nrf5_SDK_for_Mesh_v5.0.0_src\examples\light_switch\server.
Question 1: I want to turn off mesh broadcasting first,...