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'm currently reading the local time from a client via the CTS over BLE, but need to convert that in my nRF52832 to UTC time. Is there some API's available that do this...
Hello.
* nrf52840 sdk17.1.0
I'd like to indicate " Peer removed pairing information " pop up on iPhone when nrf device deletes bonding list. so I edited source like...
Hi there
I have noticed a strange error message at startup of the PPK2
11:23:44.790 Failed to get the library versions: JLINKARM_DLL_NOT_FOUND (Origin: "Failed to get...
Sorry I need to emulate a device using an nrf52840. as a 24c01 (I2C memory).
I need also to emulate using an nrf52840 and spi slave sensore .
There sare some samples that...
Nordic expert,
The customer found several issues when testing SPI timing,
NRF52832 communicates with the master chip, Qualcomm XR2, through SPI, and NRF52832 serves as...
peerManagerInit() has called pm_init() and setting security parameters. But nRF connect shows "Unencrypted link". How can I enabled encrypted link in nRF52832 firmware?
...
Hello everyone,
I am working with a custom board, containing a BMD-350 module and I am trying to write on it a firmware developed thorugh J-Link Segger.
Everything works...
Hi,
I'm working on final project wrapup on a device with an nRF5340 using NCS v1.7.1 where the Nordic part is an SPI slave to another processor.
My customer is getting...
Hey guys,
I have recently been using the 2.0.0 SDK to develop the nrf52840 dongle to communicate with a sensor. I am unable to connect to a pressure sensor and I have...
Hello,
I am using SDK 17.1.0 and using the code from the ble_app_uart example on a custom board to test BLE connectivity, when I load the example as is there are no issues...
Hi,
We can successfully compile the NCS2.0.0 sample project, /opt/nordic/ncs/v2.0.0/nrf/samples/bluetooth/peripheral_lbs, by VS Code.
BUT, compile FAIL if adding the CONFIG_BOOTLOADER_MCUBOOT...
Dear Support Team,
How does nRF5340 reset the network core through the application core, and the application core does not reset?
Are there any examples?