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...
I am trying to flash the program into my custom board. and i am successfully flash the program into custom board. I have flashed the blinky code in y custom board. it's works...
Hi everyone,
I would like to know in the ble_app_uart_pca10040 where the Bluetooth antenna is connected on pin planner to be able to change it.
Thanks you for helping...
Hello there,
I have a question related to the ADC of the nRF52832.
I am using it in single-ended mode, 10-bit resolution, 1/5 gain, internal reference 0.6V.
Thus...
Hello,
I am wondering what this "Low Power Event" is.
I am looking through the document but I can't find the place that explains this.
Can somebody point me to the place...
Hi, I followed the tutorial to Debug with Real Time Terminal on Keil.
fatal error: file sdk_config.h not found.
I have followed the tutorial as precisely as I can, maybe...
hi,there
I met an error in Nordic_HRM examples. The error code is GATT_CONN_TERMINATE_LOCAL_HOST.After the connection is established, you can see the service that has...
Good morning everyone,
it is the stupidest question ever, but I was unable to find an answer neither here nor on the segger forums or documentation.
This forum seems...
It's NRF52832 and NRF52810.
The BLE connection process is to establish a physical connection first and then discover the service to obtain the characteristic word information...
Hi,
For my application, I would like to have multiple watchdog timers. I am measuring several sensors (I want one short-term watchdog timer to be fed in this loop, pause...
I am new with nrf52 DK . I was trying to work with SPI code example given in the nordic example folder but its not working . I am trying to transfer the accellero/ gyro data...
I am using SDK 15.0 with the Nordic NRF52840 development board. I wrote my own custom bootloader using CDC ACM as the transport. I am using app_usbd_cdc_acm_read_any to read...
Hello All,
Is there any already available example of OLED display interfacing with nRF52DK, pca10040, SDK 14.1 in Segger Embedded studio?
I am working on a project...
Hi,
I want to measure the time of two signals to calculate the speed and sent the data with BLE. I find the SD effect the GPIOTE_interrupt sometimes, when I try to use GPIOTE...
I an trying to locate and download some programming examples. For instance the BLE Blinky application
ble_app_blinky_c says it is in the EXAMPLE FOLDER, no matter where...