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 have been trying to get 125Kbit and 500Kbit coded phy wokring by directly using NRF_RADIO API (no softdevice in use). I have followd for example these instructions, but...
Dear all developers,
I'm currently studying about nRF52832 SoC and prepare to develop low current BLE device.
Before starting, I want to know about idle current consumption...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello,
I post a question last day, and I can not open it any more now, it always saying "Content is under review"
Even the question has been replied to:
The link:...
I don't use SoftDevice. If I initiate flash partial erase process, my understanding is that the system will do smaller portion of erase, suspend, erase again, until the whole...
I'm developing an application on an nRF52832 revAA that logs data coming from the app_uart module. It logs this data to an SD card using the fatfs library; the code is more...
I need to implement a uint64_t counter that increments every microseconds that I can then read.
I tried to use the timer API and increment the counter in the event handler...
Hello,
So I am aware the nRF52832 utilizes the ARM cortex M4 microprocessor and has 32 configurable GPIO, but I'm failing to find how to access the registers controlling...
Hey I am trying to setup UART on my Thingy52 but when I’m trying to compile my project I getting this error message:
I am using GNU Tools ARM Embedded 4.9 2015q3 for compiling...
Updating all components with the nrf9160DK, I am unable now to run the LTE/BLE Sample. I built all the prerequisites, secure-boot, hci-uart and lte/ble sample however, the...
I am very new to Nordic boards, so my apologies first for my ignorance.I recently bought Nrf52840 boards and I want to build a very simple Bluetooth mesh application but I...
Hello All,
As we all know Segger Studio is not supported by SDK12.3 by default. Porting to Ses is easy and help is available but it is for basic programs. if we want to...
sdk version:15.2.0
sd version:6.1.0
platform:pca10040
I have inited three saadc channels , I want to close the specific saadc channel ,but error occured .
The...
Sir,
Using nRF ToolBox for Android.
Our ble device using one of your ble chips sends bytes 0x02, 0xBA
But nRF ToolBox UARTService.java function onDeviceConnected( BlueTooth...