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...
Hi,
Currently, I am building an application with Bluetooth mesh and I tried to use Zephyr's logging v2 modules. However, when I build it I get MPU-fault errors at boot....
Hi, I test the TCP/IP AT command in 9160DK, I download the example Serial LTE modem,
I send the command as below picture.
but it reply as below
==================...
Hello,
Is there any special area where I can save custom MAC address for each device ?
Basically I need to assign unique name and MAC address which the DFU and application...
Hey Forum,
I am using the USB Composite Keyboard example using the standard Descriptor given in the example.
I am able to get all the keys on the Host with a small caveat...
Hi,
I'm trying to use the GNSS application for the nRF9160 to compare GPS antenna performance. There is a Linux utility, GPSMON, that I'm trying to use to display side by...
I use FDS to store some application data. I performing accelerated life testing that randomly power cycles the nRF52840 (on time 4 - 10 seconds) while a central device ( Android...
Hi,
I am trying to run the fat_fs example from zephyr samples on nrf52 development kit (nrf52832) but during building I've got following error :
That's my development...
I am working on UART example and serial port.
I got compile error and modified retarget.c line 99 with
#if defined(__SES_VERSION) && (__SES_VERSION >= 34000) && !defined...
Hi,
I have a circuit board, which is powered by the battery and runs the Bluetooth program. When the power is normally supplied, it runs well. Once the USB charges the battery...
Regarding the capacitive sensor driver with adc for nrf51 series, how am I supposed to wire my board for this to work?
https://infocenter.nordicsemi.com/index.jsp?topic...
I'm trying to follow this how to and unfortunately cannot make it past step one.
https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts...
Hi,
I have a central that uses PM to connect to some peripherals.
If I connect to a peer (connection handle 0), and disconnect this device (e.g. by shutting it off). I...
Hi Nordic team,
We have just received our PCB prototypes with nRF52840 chip. While testing BLE functionality we found that the BLE is very weak. The connection is lost within...
Hi,
I'm trying to evaluate nrf5340_audio, but I get a build error as below.
> Executing task: nRF Connect: Build: nrf5340_audio/build (active) <
Building nrf5340_audio...
Hi Devzone
currently i am doing some test on example central_and_peripheral_hr.
in the orignal example central_and_peripheral_hr is using the BT_SCAN_TYPE_SCAN_PASSIVE...