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...
Hey dear nordic support team
hey all nordic users,
I would like to report an error that is happening with devices that have very low sleep time intervals ( 3 min or 5...
Hello,
We use NCS2.9.0 and NRF54L15-DK do the matter development, and we use template demo, just enable CONFIG_CHIP_DFU_OVER_BT_SMP in root prj.conf, then we do the ota...
Hi everyone,
I am experiencing an issue with my custom board configuration for the nRF9151. When using the same code that works with the nRF9151 DK configuration, I encounter...
My ultimate goal is to develop a pc application to provision and manage a ble mesh. I have around 50 devices in the mesh based on nef52840. I plan to use nrf52 ble usb dongle...
Hello,
Our solution uses nrf9160 in smart parking devices that the user controls from a smartphone app, through the internet. Since commands come from the user to the device...
When dealing with low power access via NTN (via Skylo), is there any limitation about any particular use of SW?
Like, is Zephyr or other RTOS combinable with the Skylo certified...
Dear,
i think that the evb nrf52 dk missed the bootloader because when i push on Segger (target connect j-link), there is the message NO PROBES CONNECTED VIA USB.
I...
My boot code is from 0x0 to 0x18000, mcu pad is from 0x18000 to 0x18200. The running code in the internal flash is from 0x18200 to 0xf8000. The address from 0xf8000 to 0x100000...
My team recently acquired two NRF24 transceivers to use on our drone project. Personally I've used NRF24 modules before and have successfully paired them with Arduino and...
I just got my custom board in and when the code gets to bt_enable it returns -11, but on the DK board it works fine (using the same board dts files and software for both)...
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 have used the sample given in blog , however, my purpose is to get data from two device "IMU1" and "IMU2", using callback " static uint8_t ble_data_received " to print...
https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-4-bluetooth-le-data-exchange/topic/blefund-lesson-4-exercise-3/
There are two "Section...
When working with the direction finding central code, would we need to have the antenna array connected to the central development kit and then have another kit running the...
Trying to find some docs on "flashing" vs. booting the nRF54L15 from RRAM.
- are there any implementations available? - any ways to lock 1st & 2nd-stage bootloader areas...