We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
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...