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,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
Hi,
I have a circuit with an I2C peripheral on a separate power switch. There is excessive power consumption (about 50µA extra) due to leakage after TWIM is disabled and...
Hi,
I am using a nRF9160-SICA-B1 and sometimes will see debug output that looks like this in Tera Term:
Glitch example:
Good example:
Basically it appears like...
Hi everybody,
I'd like to perform serial DFU on my nRF52832/nRF52840 based devices, using an external master MCU. Is there any reference C code for the master MCU? In this...
Hello. I am new to Zephyr. I cann't debug Hello_world sample. As i understand it always reboots and does not go to main.
I am trying to use VS Code and nRF Connect SDK ...
NRF Connect shows no device available.
usb interface MCU which embeds a j link is not detected by windows.
LED5 is blinking.
I have an external jlink to try to recover...
I had a project set up and working with my nrf52840 dev kit. It was using the 1.7.0 SDK and was based on the zephyr hello world sample. Today when I open VS Code, the project...
Hi,
On Segger Embedded Studio when you debug you also get the RTT console displayed at the same time. Is this possible on your VS code implementation? At the moment I can...
I'm trying to add 802.15.4 driver into my project (to implement an proprietary protocol).
The wireless_uart sample is very helpful and I got it up and running.
However...
I can find some other topics about this:
Like this one:
https://devzone.nordicsemi.com/f/nordic-q-a/43370/nrf_log_info-and-printf-does-not-work
or this article:
https...
Hello, I am new to firmware development and I am trying to stream heart rate data from an nrf32840 DK to an nrf32480 dongle and output that data. I am able to successfully...
I am trying to understand how to implement Serialization mode on nrf52.
Rather than having an observer on the application chip, I want the application chip to get alerted...
Hi , I am using nrf52840 dongle with sniffer firmware which can be found here . I am following that tutorial and when I try to capture zigbee packets in wireshark , it only...
Hi,
It seems like there are many instances of ASSERT/NRFX_ASSERT that execute crucial checks prior to actions like dereferencing pointers, and they perform a reset if the...