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...
Hello
I was using the NRF52840 dev kit as J-link to develop a custom board. at first was working, i uploaded a blink code to it then i modified the libry from gpio.h to...
Hi,
We used the SLM (serial LTE modem) application in our custom board with NRF9160 configured as a slave chip and interfaced with an STM32 MCU via UART interface. The SDK...
Hi there,
Currently developing a producting using two nRF52833 boards one as peripheral and one as central:
- 125kbs coded phy (S8)
- 40 byte MTU
- using extended...
Dear Nordic Engineers
I have a question, it about SPI PIN input voltage of NRF5340.
Our cutsomer use NRF5340 and STM32 develop a product. STM32 and NRF5340 use SPI to...
Hi, we will shortly be sending our product to an independent lab for testing. They have asked us to provide any available documentation/certificates that apply to the on-chip...
I used the NRF52832QFAAE1 chip for Bluetooth development before, and later changed it to NRF52832QFAAE0 to use the same software program, but NRF52832QFAAE0 can download the...
Hi Team,
We are trying to store the audio that is being captured and transmitted by nrf5340 digital mic and then store it to connected android phone. For this we tried A2DP...
I test data transmission through NUS service as follows.
If data is transmitted 6 times in succession, the system crashes. No logs appear. However, the system does not die...
I would like to measure the current consumption of an nRF21540-EK (mounted on nRF5340-DK) using the PPK 2. I can't find any relevant documentation regarding the connections...
Dear sir or madam
We are designing a new project and need to transmit 2 Mbit/sec of data, wirelessly.
We would like to get your recommendation about a device and a protocol...
Background: My colleague encountered a problem on using GPIOTE for detecting multiple interrupts with the API from app_gpiote.c in SDK17. When there are more than 2 interrupts...
Hello everyone. I am developing a peripheral device capable of connecting to a central device. The device consumes 1.6uA on connection, but there are different current peaks...
Hi Nordic Team,
We have developed a project with the nrf52840 + nrF21540 FEM for an audio-related application.
We are in Production now. As part of the QC process of the...
hi team,
I using nrf52840DK controller and nRF5_SDK_17.1.0. I want to change PWM module Frequency dynamically (it has to change frequency automatically) at different time...
Hi,
simple question: Are the nrf_modem_at_xxx() functions thread safe? Can I use them to query command the modem from different threads without needing to lock accesses...