My product has nrf52840 with usb mass storage configured using 8MB QSPI flash (same chip as the nrf52840dk - MX25R64)
I would like to allow users to upgrade firmware by...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I am experimenting with the mesh light-switch example. I want to control two LEDs on a single node using the SimpleOnOff model. I know I should add a separate element and...
Hello,
please help to grasp the problem,
when using the timer to control gpio pin with constant period as shown below, if trying to do advertising for BLE communication...
I am trying to understand light_switch_provisioner application. I am using Segger Embedded Studio for debugging. I have inserted a breakpoint at line number 631 in node_setup...
Hi
We are currently doing RF certifications on a product using a nRF52840. Japanese radio law has the power stabilization requirement:
"When the input power of equipment...
Hi Experts:
I'm using SDK15.0, softdevice_v6 to Development NRF52832, which is developing a non_security bootloader. The bootloader adapted from the example program can...
Hi there,
I was wondering if someone at Nordic could verify something for me. I had a go at modifying the lightswitch example (node_setup.c) in the mesh sdk, to instead...
I've seen many posts asking this question, but with no definitive answer. I've seen latencies for various GPIOs acting as either SPI or TWI, but no baseline interrupt latency...
Has anyone modified the spi_master_using_nrf_spi_master example (or otherwise gotten) the Crystalfontz CFA211TFH 128x64 panel running w/o mods on the nRF52 DK? I have a panel...
Hello,
I captured following data using a Bluetooth dongle for WIN 7 and a Bluetooth keyboard . I also used Wireshark with USBCap driver to capture data going from BT Keyboard...
With my sparkfun 52832 board, when I use the __WFI instruction and I set my device to generate interrupts on P04, the code returns when an interrupt is generated. With the...
We created a custom made board with an nRF52832 and an LIS2DH accelerometer. The board is working fine when it is being powered from a power supply with 3V but when it is...
Developed with SDK 15.0.0. and s132_nrf52_6.0.0_softdevice
After I generate the DFU package, and upload it with nRF Toolbox, it will returns " Upload failed: REMOTE DFU...
SDK 15.0.0, s132_nrf52_6.0.0_softdevice
I have followed the instruction below:
https://devzone.nordicsemi.com/f/nordic-q-a/29067/installing-micro-ecc-issue/115222#115222...
Hello,
Nrf52832 ibeacon broadcast signal is unstable, and the rssi deviation of left and right upper and lower signals before and after the detection of the same distance...
Hello,
I'm working on some LED sequences using the NRFX PWM driver and I can't get the durations I want right.
Let's say that I want a semi-blinking LED (100% - 50% -...