Hi,
I working with NRF52840 DK board, I need to read some potentiometer values or any sensor values and also send me the example code ADC with Bluetooth. I need to transfer...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
I have controlled an LED with a push button connected to GPIO pins P0.03, P0.04 respectively.Now I want to use those pins as CLK and DIO pins of TM1637 Display.I wrote a basic...
Hello,
I am now developing firmware for nRF52840 DK and nRF52840 dongle. My target is to develop a firmware that my DK/dongle be central and can send command to peripheral...
In SES, it is possible to clean when project is opened , Rebuild ALL, clean solution, clean zephyr and as well from Project -> Reload project, it is possible to update. How...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Is there any available binary firmware for nRF5340 Audio DK to evaluate and demo the LE audio case?
I tried to use the nRF5340 Audio DK for LE audio, but found the LC3 codec...
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...