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, I have external PCB, looks like this:
Need help with flashing the nRF52832 chip via nRF52 DK, please. External PCB have identical pin assignments as QFN48 pin assignments...
So, i just got some modules from minew, those are MS50SFB2 ( https://www.minew.com/product/nrf52810-ms50sfb2/ ) based on nRF52810. I uploaded the blinky example on one of...
Hi,
I am using nRF SDK 1.9.1. Want to add a few ASSERT to check corner cases.
When I add the following code in main.c
__ASSERT(buf == NULL,"Test ","Test");
The module...
HI, I am start use NRF52840DK(rev3) to devlopment usb application,but jlink always show this information
I try to use 'nrfjprog --recover' to disable read protection,...
Hello,
with my nrf52dk board i had made some tests to check the scan performance.
Using nrf Sniffer - with Wireshark
nrf Mesh - LightSwitch Client (Mesh SDK v4.2...
Hi!
I'm working on direction finding. I'm using a nrf52833dk as a beacon, a nrf52833dk and a Direction Finding Antenna Board (PCA2005) as a locator for a bluetooth direction...
Hello,
I was trying to store some information in flash using littlefs. when I build and run the littlefs example alone it works fine as accepted. However, when I configure...
I have nRF52840 Dongle and I want to sniff packets between two BLE devices. When I search in the Nordic DevZone forum, there are inconsistent answer about BLE sniffing support...
Hello community!
I know this sounds almost impossible... but it's happening
I'm debugging an application based on peripheral_uart. When I call
bt_nus_send(NULL...
hello. I want to use the button as a pull-down. I am using nrf52832, and the button and circuit part are composed of pull-down and the code is written as follows.
However...
Hello,
I can't find anywhere the height dimension for the nRF52832 WLCSP. There is width, length but no height, what is the height of this product ? Thank you
I am trying to use puncover to estimate the maximum stack size for the created thread.
We also tried the thread analyzer, but gave up on it because it did not seem to be...
My project builds fine in versions previous to 2.0.0. However, in 2.0.0 I'm getting an undefined reference. Any ideas where to look to track this one down?
/opt/nordic/ncs...
I am using S112 softdevice along with SDK 15.1.1. The chip that I am using is nRF52832 and ble uart example
I want to make advertisement non connectable and non scannable...