I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
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 using a code similar to App_uart_C from SDK17.02 - central sending data over uart to another peripheral.
After 30-60 sec, the operation stops probably due to an error...
Dear Fellow developers
I am developing an application where I need several nrf51 USB dongles (S120) attached to a PC, and I need a way to distinguish one dongle from another...
I am integrating PWM into my project which uses SDK_15.2.0.
My config.sh contains:
and I have included nrfx_pwm.c.
Compiling the project I get this error:
Trying...
The project I'm working on is running off of a CR2032 battery. I want to measure the battery voltage while the radio is transmitting to determine when the battery dips down...
Hello,
I am using "pdm sensor" with "NRF 52832". we have PDM Drivers provided by the NRF . I just want to understand how we can connect the data and clock pin with nrf ...
Dear Members,
I create a loop inside main.c using code example ant_shared channel,
it's merged with ant_plus hrm_rx, but on forever loop, it stopped on 6 loops, it's...
Hello!
A frequent question in the forum is how to enable logging messages.
My question is exactly the opposite: I experience many NRF_LOG_INFO messages from Nordic library...
I'm having some issues with a design I'm developing using the ISP1807 bluetooth SOC (contains nRF52840). Every time I apply power to my device I have to manually reset the...
Dear Members,
How can I display multiple ANT channel ?
It looks like one channel is occupying all the resource (HRM)
How can I manage the time slice between channel...
Hi,
We are building our synthetic sensors using nRF52840 for smart buildings. In some areas we are using it with BLE only, other areas we use it with BLE mesh. When we want...
Hi,
Hope you are well.
I want to send the saadc data with ble to my pc. I used the below code. I am getting the data in the right format but i am loosing some data in...
I am experience some for me strange behavior with UART0 on a nrf52832. Let me explain:
First I initialize the UART using:
APP_UART_FIFO_INIT(...)
with parameters setup...
Hi,
I am using Ozone with nrf52840.
I used this example: wiki.segger.com/Tracing_on_Nordic_Semiconductor_nRF52840
I am able to debug fine. However, I am unable to see...
SDK 16.0 and SDK 17.0 (tried both versions)
nrf52832
Segger Embedded Studio
Windows 10
When Adding an additional ADC the sleep current increases to greater than...
I am currently using SWO to get tracing data from ITM and DWT successfully.
Now I want to use parallel trace for more throughput. For that I use an FPGA, no JTrace or similar...