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...
During testing of SDK for Mesh v3.2.0 I noticed that it's no longer possible to send a request and response using SAR where both models are on the same element. This was possible...
Dear All,
On the NRF52840 AD6 and AD4 are for USB D+ and D-, in the case I have no need to route USB signal can I use these 2 lines for General Purpose I/O especially high...
Hi
I have some questions that need your help.But it seems that there is no answer yet.The following is my questions link.
https://devzone.nordicsemi.com/f/nordic-q-a/52060...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
Hi!
I searched the devzone and there is quite few topics about how the relay is enabled / disabled in the FW... according to https://www.youtube.com/watch?v=r9CvtbCmYQY...
Hi,
I'm unable to hit my break points while using the J-link Lite debugger.
Mostly, after I've attached the debugger and reset, it goes to the correct location
FUNC_NORETURN...
Hi,
I am using the nrf51422 controller and other controller which contains Bluetooth .The nrf51422 Bluetooth is central and other controller Bluetooth is peripheral.I am...
Hi to all,
I am using nRF52832 DK with SDK 15.0 version. My two nRF52 DK damaged while debugging I am a little bit confused why this happening.
When I debugging I used...
Hi,
I need a way to dynamically disable watchdog when I do MMD debugging. I found the old trick, check bit 0 on CoreDebug->DHCSR, does not work any more in MMD. Is that...
I suspect a possible race condition happening during NUS service discoveries. I have two peripherals that are advertising and have DIS, Battery and the NUS service enabled...
Hello,
I have configured max30101 with nrf51 and I want to read the fifo of max30101. The fifo can contain 32 samples and the size of each sample could vary from 3-9 bytes...
I followed the suggestions in https://devzone.nordicsemi.com/f/nordic-q-a/51642/can-t-build-nrf-connect-asset-tracker
But, still having the same issue.
Using tag v1.0...
On one of our products, we are experiencing approximately 4% failures during production. I traced the problem to be caused by function sd_softdevice_enable not returning....
Hi Devs,
based on this example
https://github.com/NordicPlayground/nRF52-Bluetooth-Course
i was able to run it, and the value field appear below the Unknown Characteristics...
Hello Everyone, I newbie to BLE world and new to programming. Currently I am following this github repo: https://github.com/sandeepmistry/arduino-BLEPeripheral . I am using...