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...
I'm using a custom development board and I want to enable timer 0 through the external 32MHZ crystal oscillator. Here is my configuration:
prj.config: # Enable the UART...
I am trying to live capture and analyze traffic on Wireshark. I followed lessons like https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson...
Dear All:
I have a very strange issue that has me scratching my head. I am programming a GPIO to provide hardware reset to an i2c GPIO expanver (pcal6408a). The io expander...
I came from esp32 world. They provide detailed tutorials on their BLE samples, for exmaple: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/ble/get...
Dear Sir or Madam,
We are currently evaluating and testing the **Channel Sounding feature on Nordic BLE devices**. During our measurements, we observed that the Channel...
Hello, I'm trying to make samples/bluetooth/hci_spi work on my nRF54L15-DK however I encounter some issues My device tree overlay is as followed:
I know that spi21.def...
Using the Wi-Fi Fundamentals – Lesson 2, Exercise 3 (Provisioning over Bluetooth LE) sample from Nordic Semiconductor DevAcademy (GitHub solution l2e3_sol, main branch) ,...
We have an existing fleet of devices and would like to understand the best way to deploy SoftSIM to those devices over the air in order to change service providers. It seems...
Hello Nordic Forum,
Thank you in advance for your help. I have a BMA400 accelerometer break out board which I am able to connect and get to work with arduino.
I am now...
New to nrf52.
Looking for a way to identify radio traffic, to be able to distinguish BLE from 802.15.4 and 802.11. I'm not looking for a full fledged sniffer or looking...
Hi, Nordic Support Team,
I am writing to request your assistance regarding some test failures encountered during the UL certification process for a Matter 1.5.0 product...
Hey,
I am developing an app on a custom board with the nRF9160 which already works in low power. It draws approx. 12uA which is ok for me. Now I need to introduce UART communication...
hi I want to use nrf connect sdk using VS code and i want to start my development on this, now i am unable to install this in my windows 11
1. I have installed this nrf...
Had an interresting issue that we have resolved, but we're trying to understand...
We had a timer (TIMER2) running and matching towards CC[3] every 500us. This match results...