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 need some help in explaining the GPS behaviour I am observing. In the following figures the GPS current draw is depicted.
For the specific scenario the position...
Hi,
I'm testing stability of my firmware. As a part of tests I'm trying to maintain long term (multiple days) connection between nRF52 and nRF Connect for Android app running...
Hello, i have a routine that updates the firmware in Application Core flash. It works erasing the flash and receiving the srec data with TWI slave (waiting for USBD).
Now...
Hi, I have developed an application for nrf52810 and now it needs an additional feature of saving several integer values to flash, so they are available even after power loss...
Hi,
Is it possible to add other, optional data pages to ANT+ BPWR profile? For example page 0x13 (Torque effectiveness and pedal smoothness)?
Thanks,
Pepam
Hi NRF Team,
My Configuration:
NRF51822
S130
SDK 12.2
I am using multiple application timers in my project. Most of the cases timers has to run concurrently. Lets...
Hi Team,
we are using the nRF52840 for our development purpose. we need sample code for Stack overflows/under flow and Memory leaks detection in runtime by using MPU....
Hello,
I have a central and Peripheral beacon on nrf52832. I am usıng nus services on both devices. After the data transfer I call the
ıt works fluently on the central...
I have been using CrossWorks for a while for multiple vendors MCUs (sometimes in the same project on the same PCB). I'm looking at using nRF Connect SDK and see that SES is...
I'm using SEGGER Embedded Studio with nRF5 SDK v16.0.0.
For the purpose of high-speed data transfer, I've searched about the BLE throughput.
Now, I want to figure out...
Hello
PWM and I2C are being used on a custom board using nrf52832. I connected I2C to pins 26 and 25 and PWM to pins 27. But I2C doesn't work, and PWM does, but there's...
Hello,
I search a NORDIC example (RF52832) that is bonded with a battery CR2032 as power supply runs very long (> 1 year).
Bonded with whitelist
Bonded with one or...
Hello,
I want to create/compile a (Nordic) secure bootloader with serial output.
I know the example of the dfu secure_bootloader. I also know there is a nomal and a debug...
I am using NRF Connect SDK on NRF52840 Dongle and I have written two programs. First acts as bluetooth peripherial device, second acts as bluetooth centeral devices. I have...
Hello! So I'm working on a project where I try to connect the nRF9160 DK to the google cloud. I tried to manage this by following this guide: https://devzone.nordicsemi.com...