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 everyone,
I am preparing customized board using nRF52840, However, I found that SWDIO and SWDCLK are the only two pins available for programmin g and debugging purpose...
Hi. I tested extended advertising of Bluetooth 5 with examples, ble_app_rscs_c and ble_app_rscs , in SDK 15.2. It works well.
And I added 216 bytes manufacturer's data to...
Hi,
I am doing a job with nRF52832 with keil in initial period. I have two peripherals and connect to nRF52832 via uart, and it runs well. Recently, I migrate the job to...
Hello ,
I have met a problem about the communication between nrf52832 and nrf24le over Gazell. nrf52832 is the device and nrf24le is the host. The problem is that nrf24le...
https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf52
Following the calculations as so, I have worked out the necessary capacitor values...
Hi,
I am using the command line tool nrfjprog to read the device MAC address using the following command:
nrfjprog --memrd 0x100000A4 --w 8 --n 6
I am connected using...
hello,
I want to use nRFgo studio download hex for NRF52810, but I have a problem as follows:
I do not know how to solve the problem, thank you very much!
best regards...
Hi,
I'm using an application based on the light switch provisioner example (BLE mesh 2.2.0).
I'm wondering if the following is possible:
- Request all provisioned nodes...
Sir/Madam,
I am developing application software using nRF51822 in keil microvision 5 IDE. I want to know how to download the hex file without using KEIL IDE. I found the...
I'm looking for an equivalent simple DFU bootloader over UART similar to the HCI example which was provided in the nRF5 v11.0.0 SDK.
Currently, I'm developing with the Sparkfun...
hi,i have a problem! How to Optimize code space in nRF52810,s112,SDK15.2.0,example ble_app_hids_keyboard.
my method is that disable all the code which run in main function...