Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
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...