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! I'm using the nRF9160 DK where I am aiming to send over bluetooth device count that was picked up from the nRF52840 on board to the nrf9160 on board via UART. However...
Hello,
We are facing an issue where the sum of count in BLE_GATTS_EVT_HVN_TX_COMPLETE events (member of the ble_gatts_evt_hvn_tx_complete_t structure) doesn't match with...
Hi all:
when I develop with nrf54l15dk and nrf connect sdk v2.8.0 on macOS.during flash my dk board, it show me the info as below:
But, I tried flash my board with terminal...
HW PROBLEM 1 First of all, it seems that the board has some HW issues: when I plug in the USB in the IMCU USB to use the on-board J-Link, the chance of the board booting up...
Hello,
I have failed to get the I2C working on the nrf54l15dk, i have now connected it to a oscilloscope with pull ups.
i have confirmered the pull ups work, but as i...
I made a custom PCB with the NRF52840-CKAA and the same 8MB flash memory chip as the PCA10056 NRF528040DK
I used the MX25R6435FZAIL0 because the MX25R6435FZNIL0 was not...
Dear Nordic Team,
After gaining experience with 3G and later 4G LTE-M over the past few years, I have observed a significant gap in the deployment of LTE-M in many countries...
In my NRF52840 based device using NRF5 SDK 17.1.0, I notice that sometimes this loop in the nrfx usbd driver code of the SDK doesn't finish:
[modules/nrfx/drivers/src/nrfx_usbd...
How can I please analyse the latency, reachability and throughput of the DECT NR+ on the nRF9161-DK. I urgently need a solution please, it's for my bachelor thesis. Thanks...
Hi, Im designing a custom board using a NRF9160 MCU. From the product specification it operates at a voltage range of 3.0(2.8)-5.5V. I want to use a 3xLI socl2 3.6v (parallel...
I created a blinky example in zephyr and created my board with Create a new board The build goes well and runs well. The problem is that the device tree gui does not run and...
Hi,
SoC: nrf52840 Environment: nRF Connect SDK v2.4.1
When performing OTA app upgrade all settings and bonds are gone. Settings subsystem seems to be working fine. Settings...
Hello,
I am currently working with the NRF52840 Dongle and have integrated a W25Q512 QSPI Flash chip, connected to the following pins:
CSN: P0.17
SCK: P0.20
IO0...
Hi
I want to know how to get a configuration of a single pin .
I added this function to the blinky example.
But it keeps reporting -ENOSYS.
Testing environment:...
Hi,
I have an application based on the "peripheral_uart" sample code (nRF52840DK, NCS2.70)
As I use interchangeably the same pins as GPIOs and UARTE1, I use UARTE1 with...