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 working with nrf52832. system on sleep mode is working ok in ble_app_uart example by commenting " //err_code = sd_power_system_off(); //APP_ERROR_CHECK(err_code...
I'm guessing this isn't the best place to ask this question. Please redirect if you can suggest a better place to ask. Thanks! I'll recopy the question here:
NRF has an...
Using
SW : NRF_SDK_16, SDK_MESH_v4.0
HW: NRF52840 DONGLE.
I have implemented light_switch_client which also has USB part initialization and then added in USB_DONGLE...
I am working on the nRF5340DK and NCS v1.5.0
Acording to this example https://github.com/NordicMatt/multi-NUS , I used the Throughput sample as the fundermental project...
I'm measuring the power consumption of the BLE Beacon example and got the graph below for one beacon transmission. I'm wondering what those smaller peaks are with 1ms period...
Howdy,
I'm evaluating the nRF Sniffer + nRF52840 dongle as a stop gap BLE sniffer solution, but I'm having a lot of issues setting it up.
Re: Installing nRF Sniffer (...
Good morning,
I am working with the AOA module of the nRF Connect SDK. I have been able to configure and program the transmitter with the CTE as well as the receiver and...
Dear Nordic,
we are developing an application based on SDK 17.0.2, it user FreeRTOS and BLE with Peer Manager.
We need to store few data in FLASH without confict with...
Hi
We are trying to get the DTM mode working for the NRF52 2nd BLE for testing BLE TX power and RSSI at the factory.
(1)HW setup is shown
(2 ) Procedure
We have...
Hello,
what are necessary that a Device automatically (without a 3rd party app) connect to the GATT Server with a HID Service.
I have implement a
HID Service,
Device...
hi,
I'm use nRF52840 to developing a Computer Keyboard,i wish 8X18 matrix a total of 144 buttons,About keyboard button matrix, please help to determine which GPIO can do...
Hello,
I am trying to resolve some compliance issues with the third-party libraries that are used in the SDK. For nanopb, it seems like the changes in pb_decode.h mentioned...
Hello,
I want to configure pin 0.13 as a rising edge interrupt.
Is there any sample code to configure the pin and interrupt handler?
Thanks in advance.