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...
hi i am using this to capture the adc value data_ADC=adc_buffer[1]*(1024+gain_error) / 1024 + offset_error - 0.5; data_ADC_double=data_ADC*3.6/1024; MULTIMETER MEASUREMENT...
When I used nrF52832 mouse application, the SDK version was 15.3. When I connected to MacOS, I had to make several attempts to connect. Can you tell me why?
Thank you very...
Our nRF52832-based board is powered by a coin cell battery, and spikes in current can cause the voltage to drop. This is okay early in the battery's discharge curve, but as...
The communication between the UART peripheral and the nrf52840 works fine until some device connects to the nrf device via BLE. Using a digital logic analyzer I'm able to...
hello
now we want to use nrf52840 qspi interface to connect with fpga. we have a question:whether nrf52840 could be used as qspi slave, and fpga used as master?
if it...
Hello everyone,
I am a beginner with BLE and the nRF52, so I apologize in advance if this question is pretty simplistic. Basically, I am trying to achieve the most data...
Hi, while flashing devices in production testing our customer ran into the following problem. modemFW_flash.py got stuck in an infinite loop, making no progess but consuming...
HI,
Just like discription in the ttitle. I cannot find functions (sd_ble_gap_address_set() and sd_ble_gap_address_get()) in ble_gap.h.
How can I set device address?
...
I apologize if this has been asked in a different way but I have come across several older threads that seem outdated and was hoping for the new "best practices" for the current...
Hi,I have a problem.Sometimes the program will execute to 0x08c8 during simulation on NRF52832,SDK15.2.0,Mesh3.2.I checked the map file, which is part of Softdevice.So I think...
Hello
Using PCA10040 dev board,
Building with SDK 16, & S112 - using ses
Running ..\examples\dfu\secure_bootloader\pca10040_uart_debug
Using nrfutil to download...
When running the "nrfjprog --recover --log" command, on a Windows 10 pc in CMD, this is the output that I get. I am unsure what steps I need to take from here.
Any help...
Hi,
In my application I have a requirement to send notifications to mobile on triggering particular Interrupts as well as particular events.I have created a customised notification...