Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
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...