I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Dear support,
I am using nRF52840DK board (PCA10056) with SDK version: 17.0.2 version. I am trying out the USB CDC_ACM sample application from the path: <SDK_PATH>/examples...
I am using nrf connect sdk 1.7.99 with nrf5340dk. When building the ncs/zephyr/samples/net/socket/echo_server sample with the following command:
west build -b nrf5340dk_nrf5340_cpuapp...
I want to use Mbedtls for secure boot so I got to know that I should define CONFIG_BOOT_MBEDTLS
1.but when use that I am getting error as,
error: BOOT_USE_MBEDTLS (defined...
I'm using s132.
I'm using the app timer with the app scheduler.
I'm running a simple loop and constantly scheduling the timer in the timer callback.
The callback works...
Dear forum,
I want to achive low energy consumption for a BM833 (with crystal).
From the following thread, I could deduct, that running the softdevice, an average of 300...
Hi,
OS: Windows 10
SW used is Segger IDE, nrfCOnnect for desktop to program HW used is nRF 52480 dongle PCA10059
I am starting using nRF 52480 USB dongle, I need to...
I am working with nrf52840DK, SDK v17.1.0.
I compiled and downloaded the open bootloader project to the DK using SES (No errors and verification says OK). According to...
Hi,
We wanted to add an additional flash section to the linker.cmd file located in the zephyr folder of the project folder. However, when we make changes to the memory section...
We have a situation where the network core of the nRF5340 has been given control of Port 0/GPIO pin X (GPIO0->PIN_CFG[X].MCUSEL = 1 on the application core). The network core...
I have 2 dongles that I've somehow managed to brick (I don't remember the details on how i did it). One of them goes into DFU bootloader mode when I plug it in but shows up...
Hi,
I am modifying the code to asset_tracker_v2 on Thingy91 to send data to my own server instead of Azure / AWS / Nordic Cloud. I am getting error code -35 (EDEADLK) when...
The discussion in https://devzone.nordicsemi.com/f/nordic-q-a/79364/maximum-number-of-bytes-that-can-be-used-in-beacon-advertising suggests that we should be able to populate...
As far as I understand I should be able to use the nrfutil (6.1.x) on a Rpi 4B to update any of the nordic semi devices nrf5x supporting bluetooth (i my case nrf5340) Will...
I am new on Bluetooth. Currently I am playing with BL5340 development board. I need a firmware to test Bluetooth data transmission latency between two BL5340 modules. Could...