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...
Just a heads up for anyone who bumps into this and is scratching their head. If you have ninja version 1.9.0 installed your build may hit an error with messages like this...
Hi everybody,
we have a remote control based on the nRF52832 and are experiencing a wierd issue with notifications.
We are using a custom 6 byte payload keymap characteristic...
Hi all, I use NRF52832.
I have a problem. I want when I connect to my chip and bond. After bond success, I insert new service. And when I disconnect from my chip, new service...
On page 69 of nRF52840 Product Specification 1.0 4413_417 v1.0 / 2018-03-16:
The table in section 5.3.6.8 shows that the WDT is NOT reset from a Wakeup from System OFF mode...
Hello,
We have an application based on ble_app_blinky that is actively scanning for advertised packets but does not attempt to connect. We have a second application based...
Hello,
i am using nrf52832. i am using 8 different pin as a 8-bit parallel port.
in my process i have to read each bit from each pin then converting those bit into byte...
I am using an nRF52840 DK. The software I have in it is emulating an NFC Type2 tag and is implementing a BLE peripheral.
When the device starts up everything works as expected...
Good day!
In SDK 12 I read values using this code:
and handle value in ble_evt_handler:
This works fine, but using SDK 15 this code crashes with fatal error...
This application uses a Rigado nRF52840 module to collect SPI data from 2 peripherals in slave mode. I have been unable to get the SPIS example running in the target board...
Hi,
This is a really weird problem.
======================
Setup of 52832 hardware:
- Custom board, using 32MHz XTAL and LF RC.
- SDK15.2, S132 610
- Segger RTT...
I need a 30 second hardware based interrupt for a Nordic BLE nrf52832 chip running S132 Softdevice. I would like to use RTC2. This will be used to run a short BLE ad scan...
Hi, for a project at my university I need to analyze BLE signales. In this context I need to demodulate a BLE signal AND extract the I/Q samples from the same signal. Does...
Hi, I have my nrf51 Dk (PCA10028) on which I want to connect a buzzer or speaker to one of the gpio pins which are not in use. I am confused on the following points:
1....