I am developing an application for an NRF52840 using Zephyr and trying to run unit tests on startup. My application sources are in my src folder, and my unit ztests are in...
I'm trying to set a public custom BLE mac address to my device but the flag CONFIG_BT_HCI_SET_PUBLIC_ADDR is not enabled. If i try to set it to true on prj.conf file the code...
Hello,
I am working on a project using the nRF Connect SDK, and I need to implement both BLE HID and USB HID. I would like to know:
Is it possible to use BLE HID and...
I have a requirement where I'm using a .NET-based test adapter that communicates using the Modbus protocol over a serial (COM) port.
Now, I want to develop a BLE Central...
Hi,
My product uses the nrf52840 chip with NCS 2.7 and has a USB mass storage function.
I would like to implement a feature as below
1. When the USB is connected to...
I'm a new software developer and I'm not a native English speaker. If I ask questions through a translator now, the description might not be clear.
I'm currently facing...
Hello Nordic,
I worked with the interactive PyACI during several months by using my PC (running the interactive PyACI) connected through usb to a DK used as provisioner...
Hello,
We've recently migrated from SDK version 15.2.0 to 17.0.0 and noticed an anomaly with the clock driver. If the watchdog is started, then after any soft reset (through...
Hello! How can I measure the heap size (total and free space) at runtime?
Right now I'm working with some legacy code that makes a call to mallinfo()
That call returns...
I am testing "nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\experimental\ble_app_cli" example.
Do I need 2 boards to run this example ???
What I got from the infocenter...
Hi
I am using SDK17. I am running the app_pwm example and i get an error with the "nrf_drv_state_t", it is not defined and the "NRF_DRV_STATE_POWERED_ON" is not defined...
Hello,
I'm programming nrf52 with SDK17. My application requires to advertise in 1 channel and also scan in 1 channel too. I have done the code. But when I run the code...
Hi,
I'm programming nRF52833 for my application. I have done to configure my device and it advertised and scanned sequentially. For my application, I advertise and also...
Hi:
I am trying the "Mesh Serial" example on my nrf52840 boards. However, when the Echo command is used after the device is cold-started , a timeout event will occur. I...
hai ,
i am using nrf52840 sdk 15.2 and in my application i have to connect nrf52840 central to peripheral after connection i have write data on ble_lbs_led_status_send i...
Hi,
I am using NR52832 with nRF5_SDK_15.3.0_59ac345 .
I want to scan nearby mobile BLE devices and get its data from its advertising data and also its scan response data...
Hi,
Hi, we have a latency-critical use-case and found the Low Latency Packet Mode ( LLPM ) as a possible solution.
Our current application is using nRF5 SDK 16.0 with...
Hello Devzone
Currently I am following below link to setup the “HID configurator for nRF Desktop”.
link: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf...
Hello, guys!
We are in an evaluation phase of our future product. Our plan is to use nRF52840-based module and the latest SDK 17.0.2 or FreeRTOS or Zephyr RTOS (will be...
Hello,
On the nRF 52840DK sdk 17and softdevice 140,
in example, peripheral „ble_app_template“ I need to transfer UUID, RSSI,... with time stamp to flash via FDS.
I advertise...