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...
Dear Colleagues
SoftDevice API has event NRF_EVT_POWER_FAILURE_WARNING but is missing something like NRF_EVT_POWER_RESTORED
My application needs to quickly check if power...
nRF52832-QFAA-0E, S132
With DCDC, UART and SoftDeivce enabled my ammeter shows 1.3 mA, but when app calls sd_softdevice_disable() current actually increases to ~4 mA
The...
Hi! Im just getting started With the NRF9160 DK. I have followed the instructions on "getting started Assistant" for NRF Connect (Windows 10). when im trying to build my Project...
I have a working/functioning project running on the nRF51 dongle that I want to develop for production. To save a step in FCC certification I am developing on an FCC approved...
Hello,
I am currently attempting to include mesh functionality in a bootloader so as to have it do DFU over mesh without the serial port. I keep getting errors when trying...
hi..... i am using nRF52832 and segger latest version 3.1 mesh sdk
i am trying to send the message from client to server side using light switch example , I have made some...
I'm testing this with SDK 15.2 on an NRF52832, with SD132.
The documentation says: "When the space is exhausted, write requests return the error FDS_ERR_NO_SPACE_IN_FLASH...
HI all
I am facing SPI cofiguration issue on nRF 52 DK.I am using PAJ7025R2 sensor and will act as a slave, and nRF52 acts as a master.Currently i am not getting any data...
Hi,
I would like to program a ble basic program on nRF51822 chip. I have Keil uvision MDK 5, ST Link programmer, SDK 8.0.0 and S130 softdevice + a third-party development...
Hello,
I have developed a prototype that uses the nRF52840 Adafruit Feather Express, a few sensors, and some other components. I am somewhat new to hardware engineering;...
Hello,
I am looking for (10) pieces of the tiny nRF52810-CAAA for a prototype.
Apparently, distributors do not yet have any stock and the lead time is 14-16 weeks.
Might...
This is probably a very easy question to answer and I apologise for not fining the solution myself but I have been trolling through the documentation for several hours now...
I am doing rapid development for a project, using the nRF52840 DK. Two key features are USB and BLE central role.
I started with the usb_cdc_acm project and am merging in...