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 want to change uart0 tx and rx pin from default 28 and 29 to 10 and 11.
I know the i2c pin change need to change nrf9160_pca10090ns.overlay in app.
So I tried...
For quite a while I've noticed that across multiple custom boards using the nRF52 I've been seeing low-level current spikes from a part that is in SYSTEM_OFF mode. They are...
i got 'LIS2DH12_ADDR' undeclared (first use in this function) error when i build my project but i already define it in pca20020.h file.
this image is i define about...
Hi,
I found the TRACE connector on nRF52833 and 52840 DK has its pin 9 connected to ground.
But in the datasheet of JLink/JTRACE, the TRACE connector has following pinout...
Hi,
Could you tell me where can I find some guide how to add DFU into NRF BLE examples, e.g. ble_app_proximity ? I would like to add DFU like a service into the app, not...
We are having a very difficult time soldering the nRF52840 to the PCB. Our Operations Department is asking what the lead finish of the BGA balls is. Would be great to get...
Hi,
I compiled and downloaded GPS sample, I got the following messages:
Tracking: 0 Using : 0 Unhealthy : 0
Seconds since last fix: 600
Scanning [ _ ]
Over 10 minutes...
Dear All,
I have noticed the following behaviour:
When the modem goes to PSM, it is not possible to retrieve the RSRP, using the CESQ or the XMONITOR AT commands. This...
Hi,
I am using NRF52840 DK in our project . I am using 15.3.0 SDK and soft device s140 in our project .Here the nrf52840 dk board is client and other controller bluetooth...
Hello,
SDK: 15.3.0
Hardware: nRF52840-DK
I am attempting to make a simple dimmer with 2 pins/LEDs. I have used the following post.
https://devzone.nordicsemi.com/f...
After following all the steps on the nRF Connect v3.2.0 Getting Started Assistant.
I get the following error after pressing OK.
Any idea what is wrong?
Am I missing...
Hello,
I am trying to integrate the calendar example (using RTC 2), with a current time service(CTS) client and and custom service server on a nRF52940 DK.
I want to use...
Hi,
Firstly, I am able to read a 16-bit service with a 16-bit characteristic and able to use that to get a handle for reading and writing to the peripheral.
But i am unable...