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...
Hello,
i am working with the nRF52 DK and the SDK11. My intention is to receive arbitrary bytes via UART in non-blocking mode.
I have already read the following entry...
Hi I need use s130 softdevice as a central. So i am getting error with my existing code that works fine with s120 softdevice as central.
nordic_sdk_10/components/softdevice...
Hi, Nordic:
I'm testing the DC/DC function as to reduce the radio current. I have done the DC/DC test using pca10028 DK with the code below (SD v2.0.1, SDK11) :
void...
Hi,
I want to develop an ANT+BLE application using the D52Q module. I found the BLE serialization documentation but it's referred to S130, S132 SoftDevices. Is it compatible...
I have recently started getting the following error during a DFU using MCP.
Capture.PNG
Any idea as to the cause of this? What is the best way to debug this?
I am...
Hi,
I am wondering why PSTORAGE_NUM_OF_PAGES is by default set to 2 in the DFU project.
From what I understand the pstorage_raw.c module is used to update bootloader...
In iOS, it is possible for different apps to send data to the same characteristics in the same device by calling retrieveConnectedPeriphrals… Is there a way to identify the...
Hello,
currently, I am trying to get the SPI (master with EasyDMA) to work. I interfaced it with an LED driver IC , which needs some signaling (via GPIO pins) along with...
Hi,
I'm using the nrf52 board with sdk11.
I want to know that i have 100 beacons and my nrf52 is a cenral.
1)How many beacons can scan by the central at a time?
2...
Hi, I have managed to get my nrf51822 DK kit to read LDR sensor values. However the characteristic values are represented as hex on the master control panel and also on the...
Hi,
I'm i'm sniffing the NRF51822 s110, using the Nordic's BLE sniffer (on s120).
The BLE device is in a connection, and do a connection parameter update to a new interval...
Hi All,
I'm trying to update the application firmware of an nRF52 board with OTA DFU.
I have managed to create a .zip package (under linx, gcc compiler, Nordic SDK11,...
I want to make a program for wireless accelerometer with a microcontroller "nrf51822". I prepared the code however I face a problem with the ".h" files such as "nrf_error...