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...
Good morning,
I am trying to figure out how to write unit-tests using NRF Connect and Zephyr on Windows. Therefore I am trying to use unity as described here:
http:...
I have developed a custom board using nrf52840 IC and I need to use UART. For this I have two pins available P0.19 and P0.20 to be configured as RX and TX. I checked those...
I am using a BC840 on custom PCB for a low power data logging application and am struggling to get lower than 270uA sleep current. This part has the 32mHz external crystal...
Hi,
The python nrfutil package doesn't seem to be actively maintained.
Latest updates don't support python version > 3.9 which are now default versions for latest Linux...
Hi
We are migrating from Segger Embedded Studio (SES) to VS Code for developing in the nordic connect SDK. We are using the RTT logger for debugging our device. In SES you...
Hi,
I downloaded the project for PCA10040 with HID Mouse in ...\examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm5_no_packs . From Iphone and computer, I could...
Hello,
in my project i want to use watch dog timer in ble_app_uart_pca10040_s132 but am getting error as shown in image1, even after including driver files and paths
...
hello,
I'm trying to use RSSI Viewer for my custom board - problem is I need to change UART pin.
How do I make my own FW/binary for RSSI viewer?
My custom board uses...
Hello,
I'm very unexperienced with low-level programming, so I apologize is some of my questions make little sense.
We have this board that sends telemetry data using...
Dear Support,
I updated the nRF Connect for Desktop's Programmer to v3.0.0 and noticed that it is no longer possible to write a file to a nRF9160 using a Segger jLink without...
I am currently programming an evaluation board to get to know BLE better. Currently I am using the nrf52811 on a custom board.
So far I used an example from nordic to create...
Probably there is already some solution here in the forum, but I couldnt find a fitting one.
My problem: I have custom code on my nRF52840 DK, which is used as an aggregator...