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...
Is there an example layout using the nRF52840 that does not use microvias and via-in-pad technology? My application is high volume, and I am trying to keep PCB costs low.
Hello,
I am using nrf52832 and nrf5 SDK12.3 to develop my project.
When I debug it in SES and it works well,but when I stop debug or close SES or power off and power on...
Hi, I am trying to include a pre-compiled, third-party library from a sensor vendor into some code for the nRF52832. The vendor's package includes two header files and a ...
Hello. I have nRF52840 DK and nRF52840 Dongle. I want to test thread cli example. Everything is good for nRF52840 DK, because it uses Jlink-uart-usb converter. I dont understand...
Hi,
We have designed a wearable device for one of our clients with the nRF52832. The MCU connects to a smartphone and streams sensor data during the whole duration of the...
Hi,
I am running SDK15, and using the example ble_app_interactive in ble_central and peripheral. I am trying to discover services and characteristic from a peripheral device...
I am measuring current on the nRF52840 when UARTE + GPIOTE are running (and sd_app_evt_wait() is called in the meantime), and I see about 1.2mA average current. On the nRF52832...
Hi all,
How can I send a keayboard key with modifier? I would like to send a CTRL MAJ key for example.
I work on the smart remote 3 project.
Thanks in advance, ...
hi
I'm trying to add to the example ble_app_uart_coexist GATT provisioning bearer and the Proxy feature enabled.
when i'm calling the function void advertising_init(void...
For Mesh Network For example 10 to 15 nRF52840 DK for development as well as for Mesh Nodes? Moreover, nRF52840 Dongle is required for Monitoring or we use only nRF52840 ...
Hello, in the BOM of dev kit and thingy you use a component name BT- XTAL 2016. In your design this component has a footprint of 4 pads
Yet in the BOM the selected matching...
Hi team,
Customer is asking if they can wake-up nRF52832 using RTC and GPIO at same time? RTC as regular wake-up method and GPIO as cased wake-up, any suggestion for this...
Hello
I am using Android and BLE communication with nRF52832 (BLENano2) now.
I am using SDK 15.0.0 with keil uversion.
Central is Android and peripheral is nRF52832...
With my custom board I can program it, debug it and it output log ok, but just can not be scanned or scanning any other ble devices.
besides: the code works well in other...
I am trying to use 2 SPIS peripherals to collect ADC data and have a couple of questions:
1.) I do not need a MISO function in my SPIS implementation and would like to know...