Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
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% -...