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 using NRF52840dk boards to make an openThread mesh network with CoAP. There is an example in NRF-SDK for coap client and another example for coap server. I used them...
I know there is an ongoing global semiconductor crisis. In the products, we decided to switch to NRF52/53 family products as core MCU. However, we're having hard time getting...
Hi,
Currently our system is using printf() to print some debug messages to the Segger debug terminal. Now we would like to reroute these messages to a UART port.
We are...
Hi there,
My nrf52840 DK seems dead. I want to recover it.
What I did:
Put the nrf52840 DK into Bootloader mode by pressing the "IF BOOT/RESET" button while powering...
Hi,
I'm working with pc-ble-driver and a PCA10040 devkit.
First, the central sends a data length update:
This returns no error (0), and on the BLE_GAP_EVT_DATA_LENGTH_UPDATE...
Hello,
we have a question about the usage of FDS. The data to save has a length of 1200 words. So the virtual page size is set to:
#define FDS_VIRTUAL_PAGE_SIZE 2048...
Hello,
I am using "pheripheral heartrate" example on SES, but I can not integrate SPI or ADC. How can I add "nrf_spi.h" and "nrf_adc.h" and relative C files on that project...
I'm using an NRF52811 and trying to configure the UARTE for Tx & Rx at 57600 baud but I'm having trouble with the Rx. I think I am dropping bytes and so want to try and exploit...
Hi,
please find attached some patches to improve the code quality of the SDK
1. Make ble_db_discovery_evt_t a const ptr
2. make p_string in ble_nus_c_string_send...
Hello,
i just loaded compilled peripheral_uart project without modification from nrfConnect sdk v1.5.1 to nrf52840 of the nrf9160 dk
and here is the output on uart output...
Hi, I successfully implemented a custom BLE service using this tutorial from Nordic. Also, thanks to a Nordic engineer, I have the QSPI example merged with the ble_app_template...
Hi,
When I open an example project in the Segger Embedded Studios I can first build without a problem. When I change the target
device under Debugger in the project options...
Hi,
I'm struggling to adjust the BLE_blinky example in the Segger Embedded Studio from the NRF52810 to the NRF52811.
I tried to follow the documentation from here (...
Shalom!
In my central nrf52840 board we connect to a TI BLE sensor that has a customer UUID base service and the TI OAD base service both with 128 UUIDs. I succeeded in...
Hi all,
In my project am sending ecg values over ble to android app. During first connection, the values are received and seems to be no problem, but when i disconnect and...