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...
Hi,
I'm using NRF_LOG for debugging. SDK version is 12.3.0.
I want print error code, File name, Line number.
Error code is printed fine but, file name and line number...
Hi,
I was going through the generic_ponoff_messages.h and generic_dtt_messages.h files and I observed that the message opcodes for the messages are same on both models....
As the S112 Bootloader documentation mentions, the nRF52810 does not support updating the (S112) SoftDevice.
In another question " The update-risk preventive method? " it...
Hi,
can we change duty of one channel of an instance of modules\nrfx\drivers\src\nrfx_pwm.c without affecting or introducing any glitches to other channels of that instance...
I am trying to get an SD card working with the NRF52832 chip, starting with the sd card example (SDK 14.2) using the fatfs module.
The SD card I am using is a Kingston 8GB...
Hi I'm using nrf52DK board with SDK 14.02. I wanted to use PWM Library with softdeivce but I'm getting this <error> app: ERROR 3735928559 [Unknown error code] at E:\nRF5_SDK_14...
I have a Raytac module which contains a nrf52810 AT module in it hooked up to a micro via Uart, so i can send and receive AT commands and data. I'm trying to connect to my...
Hi, I have developed one custom application and enabled DFU features in it.
With the help of nRF Toolbox mobile application, I am changing the application code.
Now I...
I just installed the nRF9160 DK but it showed yellow exclamation marks at the CDC and BULK interfaces. I'm using Windows 7. I couldn't find where these drivers are.
Anyone...
How do I use PWM on a GPIO on port 1 on SDK 15.2? The PWM library examples only sends in the pin number and seems to assume port 0. This answer seemed a bit complex and I...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 and S132 SoftDevice v6.1.0 to do some tests . But now I encounter the disconnect reason 0x22...
Hi guys, help me please.....
I want to build a device act like both keyboards and mouse. I've made some progress that the device can connect to my PC(win10) successfully...