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...
Hello!
I have been trying to connect to T-Mobile's NB-IoT network using a NRF9160DK with a Twilio Narrowband sim, but have been unsuccessful so far. I have been able to...
Hello,
We designed a custom board with nrf9160 (modem firmware v1.3.1) that runs an asset tracker type application.
The application uses both, LTE and GNSS:
logs sensor...
Hi I am currently using an nRF52840 SoC and I already have both I2C buses in use, as my application requires multiple I2C sensors with the same address. That means I can't...
I'm using SEGGER's SystemView tool to get some insights on my code. I see which interrupt number is activated, and want to figure out which code actually runs.
looking at...
Hello,
I designed my first custom board and I'm happy to have it running. When I developed my test application, I used printk() to send debug information to the console...
I am working with nRF connect SDK with nRF5340DK. I am compiling code using nRF connect (ncs-1.8.0) for VS code with nrf5340dk_nrf5340_cpuapp board.
prj.conf as below, ...
I am trying to store data to the UICR using SDK16, mesh SDK 4.2.0 and the nRF52840 chip.
I want to write to the UICR once on runtime and never again. To avoid messing with...
Hi, all
I have some issues about developing on nRF connect SDK with VSCode:
Go to definition for macro always jumps to the wrong place. For example, BT_DATA_BYTES...
Hi all, I am using nrf52 with Softdevice 113 v7.0.1 and SDKv16 and FreeRTOS v10.0.1 and I am experiencing some issues with FreeRTOS timers expiring earlier than expected when...
Hi again,
A small edit to make this clear: Is it possible to update netcore using a single slot setup
After asking on another thread regarding something similar Simon...
I want to develop a low power device which enables connectivity for reading and writing data to its internal flash. The access should be with NRF_UART application
The access...
I was at 1st trying to use libuarte and it worked. However, talking to Edvin has convinced me to use something else as it is very resource heavy and I do not particularly...
Hi, I'm trying to connect an external I2C device to the nrf9160DK and read some registers. I'm using NCS v1.9.1.
I have my file nrf9160dk_nrf9160_ns.overlay defined like...
Hi!
I have been struggling with this for some time now.
I have a custom board with a nRF52810 that I want to run the ble_app_uart example as I wrote above.
I have made...
Peer Manager:
1. I am not sure whether my Nordic board and mobile app is just connected or paired, I am able to transfer data between the board and the mobile. How to...