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...
Hello everyone!
I have been working on getting data from ADS1299 ( ExG bio-signal sensing). I successfully got data from this IC using STM32F407VG (Cortex M4) and transmitted...
Hi I'm using custom nrf52832 board, SDK14.02 and SES. I want use pwm driver to generate 2 channel pwm wave with custom nrf52832. Everything is working fine in nrf52DK board...
Hi,
I am to update the SD version that I am using, and in the documentation to create a firmware packet with nrfutil states that the table can vbe found with nrfutil pkg...
nRF52832 / SDK V15
Hello,
Is there is way to read the nRF52 flash memory (any location if possible) over UART without uploading a program in the flash memory for that...
Hello ,
I'm trying create a beacon Scanner.
I'm using the s130 protocol stack on the nRF51 DK , namely the nRF51422 SoC and PCA10028.
what I'm trying to achieve is...
I am trying to work through the MQTT-SN Examples that comes with the Thread SDK. When I use the prebuilt image for the Raspberry PI 3 board everything works great however...
Hello,
I use an I2C device to wake up a nrf52 microcontroler.
If I just use the init function
static ret_code_t twi_master_init(void)
{
ret_code_t ret;
const nrf_drv_twi_config_t...
Hi,
I'm using Segger Embedded Studio (with gcc naturally). The standard C++ exception handling doesn't work: exceptions are not caught by exception handler. Is there a way...
I have read a lot of the Dev Zone questions here about the RF Antenna design and read the PCB design guideline tutorials and skimmed some of the white papers. Of course the...
The current example TWI_handler will hang forever is it exits with anything other than NRF_DRV_TWI_EVT_DONE. This can occur if a TWI slave fails to acknowledge the address...
Hi,
Based on the electrical specification of nRF52840's HFCLk, the current consumption seems quite different depends which crystal is being used (attached the screenshot...
Hi,
I have shifted from Arduino to nrf. Arduino is straight forward and with very less dev time. I understand this is way more powerful and next level platform, but does...
I am trying some scanning with a parameter setting, code below. The scan start, I am guessing by the call to nrf_ble_scan_start, generates the error sd_ble_gap_scan_start...
Recently got my Nordic Thingy:52 which is based of nRF52832. I wanted to test sending the data to cloud, so I just followed the IFTTT tutorial on the Android Nordic app. I...
For a design consulting client, they have a startup problem and need to know the approximate leakage current when a GPIO is in "DISCONNECTED" state.
I know the NFC pins...