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...
Hello
Our 52840-based device has a functionality of playing one of 10 pre-recorded phrases via I2S interface. We'd like to be able to update the wording or load a different...
When integrating DTM into my main app, I have to comment out the macro CONFIG_BT=y to ensure the DTM test can run properly after the build. Are there alternative ways to include...
Hi
I am working on nRF54L15-DK (PCA10156 0.9.2 2024.49) with chip N54L15 QFAAB0 2444AA
I am using Nordic SDK 3.0.2 and Zephyr 4.0.99
My task is to have the top 2K of...
Trying to read button 3 on the npm1300-ek, which is gpio 1 according to the schematic. The following #defines represent the gpio related registers on the npm1300:
#define...
I have been using my nRF54L15-DK board since it arrived just fine, however today when I went to flash the firmware I received the following error:
-- west flash: using runner...
Dear All, I am looking to connect to WiFi enterprise AP. So far I have been able to connect to the network using the nrf/samples/wifi/shell using a command that looks like...
Setup: SEGGER and running S112 & nRF5_SDK_17.1.0
Don't want to delete all bonds, only the specific one.
Bonded with Android and Apple smart phone
Delete pairing information...
Hi there.
Does the nRF52840 require any protection on the Bluetooth Antenna Line needed to block large unwanted signals when fitted on a Modem that also incorporates GSM...
I am using the u-blox NINA-B410 in BLE Central mode to scan for nearby devices. It only detects BLE-advertising peripherals (phones running BLE advertiser mode, BLE watches...
Could you please clarify for the clock and oscillator setup, are the LFXO oscillator and LFRC RC oscillator internal oscillators on the chip? Or is an external oscillator...
In the devzone there is a list of the "Recent and unreplied" posts, but is there a way to just browse all the devzone posts? Not just the "Recent and unreplied" list.
I...
I am debugging an issue where my nRF9160 (NCS 2.7.0) rolls back to the previous firmware after a seemingly successful upgrade. I am not getting enough logs from MCUboot to...
I was in the process of evaluating a driver when I noticed I2C communication was not working as expected. I put a probe on the relevant pins and noticed the Voltage on my...
Dear Nordic Specialist,
I would like to ask about the correct usage of the power recommendation parameter in the channel sounding configuration.
In bt_le_cs_set_procedure_parameters_param...
Hi,
Recently, I encountered a problem.
I wanted to set a MAC address of type BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE, with the upper two bits set to 11 as well...