Hi.
I made the smallest system module using nRF52840. The schematic diagram is as follows.
My reference design for power supply is as follows,
For Firmware....
i want to know that In my Custom PCB that contain NRF5340 controller , there is SWD interface for programming. so for that i have to use J-link debugger? what the software...
Hi,
How to implement two sets of SPI on the NCS v3.0.0 nRF54L15 P2 port? If it can be achieved, please provide the corresponding IO ports for these two sets of SPI.
Kind...
I'm developing my application with nrf52832 and nrf SDK v17.
I'm testing my program.
After running for some time, Jlink output the following.
When the "Logs dropped...
SDK: nRF Connect SDK v2.9.0
Chipset: nRF52840
I'm using ncsv2.9.0nrfsamplesperipheralradio_test to test the RF.
The initialization code is as follows:
At this...
Hello,
We are using the nRF9151-DK board and have soldered a new eSIM chip onto it. However, the eSIM is not being detected by the Cellular Monitor, even though we have...
I've buld bluetooth mesh/chat for NRF52840 dongle and it worked a long time ago. But today when I create a new sample mesh chat, it can't build and here is the log err in...
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...