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 everyone,
I'm dealing with mcumgr-cli to exchange commands between a host machine (running Ubuntu 20.04 LTS) and a NRF52833 DK running smp_svr sample. I'm using NCS...
I want to have a single device that can both transmit and receive beacon packets using nrf52832.
Project Idea
Need to identify RSSI level of beacons around a device while...
I'm having some difficulty understanding what the nRF53 datasheet is trying to tell us about the internal load capacitors and related items. We are using both the LFXO and...
Hi!
There are many questions regarding the high voltage mode of the nRF5340 already in this Q&A, but I don't see the answer to the question, how it is enabled programmatically...
Hello, is it possible to set gpio direction (input/output) from devicetree?
I haven't found any gpio flags to do this in the gpio.h located in dt-bindings folder.
Hi all. The current devices we are developing are made with NRF52832 based on the NRF SDK v16. We also plan to use the Wirepas stack. Initially, we want to implement support...
hi
i have developed my device,and it was work in customs,but there is some device cant work after work some times.we recall the device and discover the firmware was loseed...
Hello,
I have a question regarding GPIO setting during sleep mode.
nRF52832 is sleep and wake-up by GPIO state(Red in below picture).
When Red is high, nRF52832 go...
We are trying to implement errata 254, but I've run into a couple of questions. What's the correct test to see if the device needs the workaround for the errata? NRF_FICR...
Hi, I am using pc-ble-driver v4.1.4 combined with connectivity firmware compiled with s132 v6.1.1. My application is running on custom hardware with a cp210x serial to usb...
Hi, i made some research on the VMA323 sensor, how to get it to work with my Nrf5340dk but i didn't find any documentation is there any available documentation about this...
Hello sir,
I am using nrf52832 Dev board and write the value '1' through nrf connect app by enabling the notification enabled with case length one i.e (p_evt_write->len...
//this ticket is a diversion of this ticket @Increment Counter on Button Clicked https://devzone.nordicsemi.com/f/nordic-q-a/82239/increment-counter-on-button-clicked Hello...