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,
Just want to ask how to solve this issue? I am using J-Link with updated version.
I also did 'erase all' before updating the modem and flashing. I succeeded on...
Can Anyone tell me the reason for the error code. I am using nRF52 DK taking the sample beacon example as my code to integrate my data so that it advertises every x seconds...
Hello.
I developed the device using the nRF52810.
SDK 15.0.0 and S112 6.0.0 were used.
I recently noticed a new Bluetooth Core Specification v5.1 update to S112 Ver...
Hi.
I inquired about QDID 49943 not long ago.
https://devzone.nordicsemi.com/f/nordic-q-a/57749/update-softdevice-version
I inquired about adding S112 to QDID 4993...
Hello,
My nrfConnect programmer is unable to read anything from my board.
It is giving me this error message- Could not fetch memory size of target devkit: Error: Error...
Hello,
I am trying to flash my NRF52832 device with "JLink_Linux_V670a_arm" using a Raspberry Pie, a JlinkScript and an sh Script but I keep getting these errors. Could...
Hello,
I've build a small utility around https://github.com/NordicSemiconductor/pc-nrfutil which pretty much exposes some arguments and forces the device to update to enter...
Hi, I want to use the BLE stack with an existing software that has a scheduler, I want to achieve a scheduling timeline as in this image How can I achieve this using the nrf...
Right now we're using nRF52832 on our devices for various BLE Sniffer features.
We need to improve both capacity and throughput of the BLE Sniffer - ideally we need to...
Hello,
I have a question regarding the Secure Connection (SC) OOB pairing procedure of the softdevice 132. As I'm currently trying to implement a secure pairing (Eavesdropping...
Hello,
I want to add the Thingy 91 to the nRF Connect Cloud. The SIM was activated correctly. I've inserted the SIM card and know I'm waiting for the LEDs to blink yellow...
Hi, I am using the UART over BLE example + a timer interrupt + a pwm signal. And I am facing the following problem (error launched by my phone app: ) This happens sometimes...
Hi ,
In order to capture and get the data from the external BLE beacons,
I am trying to simulate this using nrf connect Advertiser option instead of using Beacons...