Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi everyone,
I'm currently working on porting a project that uses Enhanced ShockBurst (ESB) , originally developed with nRF Connect SDK v3.0.2 , to Zephyr 4.2.0 . The project...
Hi,
im trying to create a custom board file using nrf5340. we tried following the tutorial custom board creation , we copied the nrf5340dk file from the nordic installing...
Hello Nordic DevZone,
I am having a persistent problem using hardware timers on the nRF52832 with nRF5 SDK v13.
Summary of Issue:
I am using NRF_DRV_TIMER_INSTANCE...
I purchased nRF7002-DK in May and after using it for 2 months only powered by the board usb connectio on its debug port, a week ago it stopped powering on, is it possible...
Hello
I'm currently trying to connect to an AWS IoT Core broker using the MQTTX client. I'm generating the necessary certificates through the CreateTeamDevice API endpoint...
Hi,
I am wondering whether I can have one "RELAY" device in BLE communication (not BLE mesh), I have look through this forum but only saw some example 5 years ago. As I...
Hi, I wantto use this example https://wiki.makerdiary.com/nrf52840-m2-devkit/python/examples/lcd/ with my nrf52840dk . how to use this with nrf52840dk? .I have st7789v display...
Hello,
We have a custom board with nrf5340 (we are using ncs2.6.0). We are using CPUAPP, CPUNET, and MCUBoot. When we use the Nordic nrf5340 devkit, it works fine and when...
Hello,
I'm implementing the Nordic firmware upgrade using FirmwareUpgradeManager from the Android SDK ( https://github.com/NordicSemiconductor/Android-nRF-Connect-Device...
Dear Nordic support service,
I am currently using nRF21540 with nRF52840 and nRF5_SDK_17.1.0.
I am able to transmit and receive, but I am not able to switch from RX to...
Dear Nordic Semiconductor Support Team,
I’m encountering two related issues when updating my nRF9160 application firmware that cause the Onomondo SoftSIM profile to be erased...
The attachment "peripheral_uart_1_timer20.zip" is the project engineering file. Actual tests show that timer20 is not as accurate as Ktimer.
Another strange thing is...
Hi
I want to know if I send a data from peripheral, how many time the central device could receive. Some people said that I could use the sniffer to caputure the interval...