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,
with reference to case ID:278209, I was suggested with a resolution to add in CMakeLists.txt I need information on all such (CMakeLists.txt) available tags/labels...
hello,
I tried to read adc sampling value from (NRF_SAADC_INPUT_AIN0~ NRF_SAADC_INPUT_AIN4) with pip mode.
Here are my code as followings
If I have no any voltage...
Hi, there.
I'm trying to implement DFU over UART for a NRF5340. I have read the documentation and have understood this will require the use of a bootloader and I wish for...
Hi,
I want to update nrf52840 application DFU over serial UART link from other MCU. We have go through secure bootloader example in SDK ("SDK\examples\dfu\secure_bootloader...
I recently moved my custom board definition from the zephyr board dir to the nrf board dir, to unify my changes into on git repo for internal use. I think that's when the...
Hello, I am using the project as in It is building successfully on VSCode. I need to evaluate interfacing any SDK file moving further, hence I would want to include: nCS\v1...
Trying to flash firmware to nRF5340 cpuapp core with a sample from nRF connect sdk 1.6.1. I'm able to flash it to a PCA10095 dev kit. With EVM-BT40-V1 from Fanstel, I can...
Hi. I have came into trouble with nrfutil and the provided images.
I have a board that's connected via usb to the computer and I am trying to use the connectivity firmware...
In the nRF5340 user manual section 7.14.3, there is a note regarding assigning the same pin on more than one GPIOTE channel can result in unpredictable behavior. We have implemented...
Hello Jared,
the previous ticket find under the following link is locked. So I decided to open a new one.
https://devzone.nordicsemi.com/f/nordic-q-a/80312/uart-break...
Hi Nordic,
A important customer employ nRF5340 in their product, they are chosing the 32M crystal osciallor now.
Form the SPEC of 5340, if we want to communicate with...
I posted this theme, but the post is locked before fixed. I don't know the reason so repost. I'm sorry about this case.
-------------------------
Question:
I consider...
Hi,
I have a custom board with nrf52840 chipset that controls a GSM modem over UART, and this setup works just fine (zephyr project).
Now, I'm trying to replicate this...
Hi everybody,
I get this error trying to set coded_phy advertising on nrf52840 dongle. This is the code that i try.
The error that i get is:
That means I/O error...