Hi All,
Sorry to ask this question, I just learned a little about cmake.
Now I wanted to add a few src files based on the light switch example in SES. Do I have to create...
Hi,
I have tried to use central_uart example on SDK v1.91 using nRF52832. I modified the central_uart file to send hardcoded value rather data from uart. It seems there...
Hi Nordic ,
My product is working fine but i'm focusing on improving consumption at maximum because it is working on small battery ( evoluated tpms application)
It uses...
This is my first time developing for Nordic processors. I am using Zephyr 3.0.99 with the nrf52810 on a ublox BMD-330 eval board. I connected a W25X20CL 2M-bit chip via the...
Hi,
I am testing NFC read/ write examples . in nRF 5 SDK 17.1.0
I am trying to write the tag using PN532 using the adafruit tag reader example but i receive error like...
Hi everyone,
I'm wondering on which plateform / app and how is it possible to read and retrieve the data sent from a nRF52833 Slave to a Mobile Phone (Master) ?
We have...
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...