Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
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...
Hello,
I'm using nRF5 SDK with version 15, nRF52832 IC and softdevice s132. I need to save hold the data in the ram even in sleep mode. I'm using the below code. However...
How can I return my nRF52840 DK to its out of box condition (firmware, demo) so that I can turn the device over to a colleague and let them run through the getting started...
1. SDK version : nRF5_SDK_15.0.0
2. Platform : nRF52832
3. Purpose: NUS service with example ble_app_hrs_rscs_relay.
4. Problem : NUS device connection only success...
Using a Peripheral set in Central mode and write then read data back in the Dongle nRF5240 set in Server Mode.
Once connected and exchange MTU (extended) I write and then...
Hi Developers,
I am exploring the light switch examples, client, server and provisioner, every time a node is provisioned it uses a unicast address, what if I want to use...
Hi all,
In our project we are using nrf52810, SDK 15.0.0 and ble_app_uart.c example.
We are using our custom board in which MCU is communicating with BLE through wired...
Hello,
So i found this code from one of the earlier post which combines the saadc example with ble_app_uart example to make analog values from the analog pins to be sent...
Hello,
I want to use multiple timer interrupts, want to fetch values from 3 analog pins on every 20secs and then average three collected values at every 60 sec. so i would...
Hi currently I am handling a project in which I used nRF51822. I am using SDK 11 and softdevice SD130. I want to know is there any significant difference in power consumption...
How do I rename the Solution/Project from template_pca10040 to insert_name ?
I copy-pasted the template_project folder and renamed it
I changed the names in [SDK]\[SDK...
I have a nrf52 DK that I want to use to program the nrf52832 IC. I have bought a qfn48 adapter from here . I wish to use this adapter to place the IC then make connections...
Hi, all. I am in need of serious help. I need to set up a wireless mesh network using the nRF52840 SoC. It must have 9 nodes and be capable of multi-hopping. I need to set...
After configuring and enabling COMP, when READY event emits, is the RESULT register valid? Rephrasing the question: must you trigger the SAMPLE task to ensure RESULT register...
Hi, I've rebuilt so far with the help of multilink examples, the uart example that I can connect to two devices (According to the status of connection-led and the debug info...