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 program an EBYTE 2G4M04S1B module. After connecting to the NRF-DK, in nRFgo Studio, I get the "No device detected, or readback protection may be set GUI", but...
Hi,
I try to implement the access to the SoftDevice functions in an application. I started with the TWI example and want to implement fstorage module from the SDK (SDK15...
The file components/libraries/serial/nrf_serial.c in nRF5 SDK is used for UART serial tx/rx and has support for timeouts. There appears to be a bug with use of timeouts. ...
hello,
I want to use the Nordic's smartCoap library(nRF5 Iot SDK v0.9.0) on my linux UDP,
I want to know if the Nordic's smartCoap library can really do this,
if can...
Hi,
nRF connect programmer can works with nRF52840,nRF52832 without problem.
I am trying programming nRF52810.
But, The read,erase all function always unavailable. ...
If I look in the schematic of the nRF52832 I see 3 VDD Legs (leg 13, leg 36, and leg 48), What is the leg number for the main power to the chip, that if I cut his power supply...
I am trying to rotate my oled screen 90 degree, but i couldn't.
I had surfing a lot for it, but still i have not perfect solution.
So please any one can suggest me or give...
Hey - I know there's no official support for C++ on this platform, but are there any other intrepid devs out there making this work?
I was able to build, flash and run my...
Hi All
I mount a NRF52810 minimum system for test BLE . It can works at no BLE mode , but don't work at BLE mode. The 32.768KHz clock works well . When I run a ble_app_blinky...
I use nrf52832 board, S132,SDK14.2 . I refer to some projects and nrf52 datasheet that indicate to use pin sensing mechanism( level trigger ) to wake up device from system...
We are using Nordic SDK version 15.2, and have successfully implemented many functions using the CLI API but are stuck on how to secure the CLI. We have a USB and RTT CLI...
Hi,
I am working with two nRF52840 DVKs and the 802.15.4 example "wireless uart" from the SDK v15.2.
I flash both boards, and both of them get initialized (LED1 ON). Then...
We program the nRF52840 with a Segger tool at 8MHz.
The programmation time for 400kB is 13s (0.5 erase, 2.3s soft device and 8s application).
When we reduce the frequency...
The customer's goal is to play a tone on an external speaker with a data rate of 11.05KHz.
The "default" demo code for the Thingy52 @ https://github.com/NordicSemiconductor...
Hi all,
I just migrated from sdk 14.0 to sdk 1.52, and now I'm running into a problem while testing my codebase with ceedling. When testing my delay module, which uses nrf_delay...