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...
I've developed a PCB containing the nRF51822. I am trying to uploaded the example program "ble_app_uart_s110_pca10028" to it, but the chip is not broadcasting (so I assume...
I use buttonless_dfu app from sdk 14
Generate settings file by nrfutil
Merge with bootloader hex file
Erase chip, flash SD, flash bootloader (everything use nrfutil...
Hi,
I am using SDK 12.2.0 with secure DFU service.i want to use pwm in my code.And i init pwm with APP_PWM_INSTANCE(PWM1,1),then i get an error:identifier "TIMER0_ENABLED...
I have built a custom board that is identical in schematic to the nRF52 DK board, with some additional circuitry connected as a SPI interface to the nRF chip. The MCU is the...
Hi,
Glad to see Nordic just released a new alpha version SDK yesterday!
I am wondering when you will release the mesh friend nodes support SDK? I mean support those low...
Hi,
I need you suggestion / information about Nordic chip. We currently have nRF52 (nRF52832) chip. However, in our application we will be using Nordic beacons as an transmitter...
Hello All,
I've finally managed to get Eclipse up and running after migrating from Keil, but now I'm having the following problem: I'm trying to port the buttonless_dfu...
Hi,
Happy Monday! We have multiple PTXs and multiple PRXs in a setting, all operating on a single channel. Is there a way to allow a PRX to receive but disable it from...
Hello,
We have observed fluctuation in Gas sensor readings from Nordic Thingy:52.
eCo2 and VOC readings are not at all near the calibrated sensor readings.
Tried Nordic...
Hello,
I am in a little bit of trouble here trying to flash a 3rd party module that is mounted on a custom PCB I made with the SWD pins exposed for programming.
I've...
Hello,
I am using pca10040 and sdk12.2. I am using nrf_beacon code. I flashed the code in dk. I am able to scan the beacon but I n/a appears as default name in nrf connect...
Hi team,
My 52832 act as central device. It can discover service and characteristic of peripheral. The problem is it can't get the UUID of every characteristic of service...
Hello! I try to add nus service to ble_app_template.
I add ble_nus.c file into project
add include "ble_nus.h"
declared service
BLE_NUS_DEF(m_nus);
add into...
I guess my question is stupid, but I would like to ask it by the way..
in all ble examples we use a function for handling ble events by our app
in my case in example ble_app_uart...