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 am developing Zigbee window covering device on nrf connect sdk 1.9.1v which has 2 endpoints, but i am face issue when zigbee command is received and
device_interface_cb...
I have Ebyte’s E73-2G4M08S1C (nrf52840-QIAAC0/ aQFN73 module) where P0.19, P0.21 and P0.23 are not wired out :(
So, my question is which other pins could use / not use instead...
Dear Nordic Community,
I am trying to implement a porting of micro-ROS framework on the nRF52840 chip. As stated in their tutorial , the framework is compatible with the...
Hi,
I have started learning nRF5340 recently and have got the development kit as well.
I compiled first example of "peripheral_uart" but I am not able to program the board...
I have the ble_peripheral blinky example running, and I have a separate project with the USBD working fine (based on the usbd_cdc_acm example), but when I try to merge the...
The advtising data is 050501020304.That mean
advlen=0x05,
advtype=0x05,//BLE_GAP_AD_TYPE_32BIT_SERVICE_UUID_COMPLETE
advdata=01020304.
we want to set the 32-bit...
Dear Nordic Engineers
I use the NCS V1.9.1.I would like to building the openthread\coprocessor project on the nrf52840_dongle.I read this page: https://developer.nordicsemi...
Hi,
I found that runing a piece of code costs 490.21 us when OpenThread is disabled.
However, after OpenThread is enabled, the time changed to 746.3 us as shown in the...
In SDK17.1.0, there is an example called libuarte. Here the example uses UARTE0 to send and receive serial port data, and he is defined as follows.
NRF_LIBUARTE_ASYNC_DEFINE...
I was working in asset_tracker_v2 for AZURE_IOT_HUB. All was working well. I copied some code from another file and suddenly the errors started appearing as shown in image...
I'm using PWM library example using nrf52840 with SDK17.0.2 to run stepper motor, I need to run the motor based on duty cycle so how i able to run based on duty cycle for...
Hi. Can the nrf52840 prevent running code from RAM ? in general ? I know there are bits of code in the nrf sdk that transform byte codes into a function (so it's in ram) and...