I would like to ask you for your opinion, although it is not directly Nordic related, but indirectly, it is. The following:
The customer ICP (Holten, The Netherlands) designed...
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...