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...
Hello,
I've been trying to use the NRF Cloud A-GNSS capabilities using the location library. However, after carefully checking the documentation, I am still unable to do...
I have a thingy 91x and am trying to get the fuel gauge on the sample code working. It doesn't include the thingy91x as a sample of this, but is it still possible? As I know...
Hello forum ,
here i m using nrf52840 where it is customized board ....i tried to print jedec number for windbond w25q64 here this code prints the jedec number and also...
I am trying to interface the PDM mic (Link : https://www.adafruit.com/product/3492) with NRF52832 Devkit. I am using PIN 27 and 26 for Clock and Data Respectively. I can see...
I'm looking into a rare issue on the BBC micro:bit V2 which uses the nRF52833 as its (application) microcontroller. I used to be familiar with some CPUs from the 80s but my...
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-3-dfu-with-external-flash/
I have this exercise...
Hi Nordic Semi,
Instead of using NRF52 for previous projects, I am new in NRF54L15 and zephyr.
I have started the blinky pwm sample in VSC and tried a lot to just...
Hey
Do the hardware in the NRF5340 support what is needed for Bluetooth classic.
I do know that there are no software support and no plans for supporting it, but if...
Dear DevZone support,
I'm currently evaluating nPM1300 for Lithium Polymer battery management and charging and would like to ask a question.
I understand that I can...
The documentation for the QoS dynamic parameters command "+CGRQOSRDP" specifies that the uplink and downlink maximum bitrates are in units of kbps, with a maximum value of...
Hello,
we are using the direct test mode example of NCS with an nRF5340.
Now we got a question from the testlab, about the transmit power parameter.
The setting in...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Hello. I am using vscode. I added sdcard to broadcast_sink in the existing samples in applications/nrf5340_audio and checked the list with the serial monitor and wanted to...
We want the system to be in low power mode in idle state. Therefore after advertisement is sent the BLE is switched off using bt_disable. The return for this function is fine...
Hello, I am using peripheral uart as my base project and uppn that, I have built my application.
I am delibrately changing the flash region just to see if i can modify flash...