I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
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...