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 trying to use timers 1, 2 and 3 in my application which also uses the app_timer. It works fine when I'm just use 1 & 2 but after inserting the following code to...
Hi, can you point me to the documentation that tells me what preprocessor defines are required for properly building ble_blinky_c or similar please.
The reason is for setting...
Hello,
I am facing problems when I send 3 consecutive chunks of 244 bytes on BLE. My actual task is like receive from SPI and send it to BLE. I am receiving data in chunk...
Hi,
I need to store the 1kB of data in the flash storage and it need to be read anytime and change the data anywhere.
I am using nrf52840 DK and also nrf5340 DK to perform...
Hi Nordic Leaders,
Regarding nRF5340 and nRF connect SDK
Objective: Update blue tooth data transfer rate between 1Mbps and 2 Mbps.
Details:
As it is not possible to...
Hi I am merging BLE Peripheral code and I have added all .c files and added the path in C/C++ compiler and Assembler but it still shows definition missing
You can see...
we are using NRF52832 for my development. Also implemented 1 custom service. Currently we are using 2 standard services and 1 custom service(12 custom characteristics) with...
Hello, I saw another post with a similar question regarding the same error message from a few years ago that went unanswered, I figured I'd reask the question.
I am attempting...
Dear Support
I think gpio_nrfx_port_toggle_bits() is not task / interrupt save.
When between nrf_gpio_port_out_read() and nrf_gpio_port_out_write() a task switch or...
Hey,
I am working on a project as a internee using acconeer xm122 sensor and nrf9160 dk.
I want to know that how I can connect nrf52840 on acconeer xm122 sensor with nrf9160...
Hello,
I am having some trouble migrating from the nrf52 DK to my custom board with an nRF52832 and running as standalone. The application is working as intended when the...
Having an issue that suddenly started with my nRF5340. Tried swapping out batteries, USB power supplies, cables, still have the following error. What is weird is I don't get...
I'm following the secure bootloader examples for nRF5 SDK 16.0.0 with my nRF52840 DK, with Segger Embedded Studio on Win 10 x64. Android Phone used is Samsung Galaxy Note...
Hi.
Im new to ncs and zephyr but I've got lot of expirience in embedded software.
Today I add a class and a global instance of this class.
So I expected that the constructor...