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 Support team,
with asset tracker examples, seems not able to connect to nrfcloud recently with NB-IOT network.
do you know what is the reason?
Best Regards...
Hello,
I open the project :
I want to flash the basic application asset_tracker to my Thingy 91 after I built it from Segger to be sure everything is set and working...
Hi i was trying to add nrf calender part which i found in git hub for nrf52 chip with ble app uart example, but when i nrf_sdh_enable_request() called to initialize ble system...
Hello
I want to install the nRF Connect SDK (v3.4.1) on my Linux Elementary OS 5.1.6 Hera to use the nRF9160 and the Thingy91 later on. I've installed the toolchain and...
Hey,
I am working on S130, nRF51, been working for a long time with DFU and it was fine both using nRF Connect and nRF Toolbox
Lately I changed my workstation and so...
Hello everyone I am trying to program my dongle with the Dk Following this schematic :
When I press the reset button on the dongle, the led start pulsing in red.
I am...
someone that can give me a datasheet of this microcontroller (i think) i searched the hole web and don't find one in specific, the one i found are different in the last line...
Hello, I am working on low power modes of MCU M33 core in nRF9160 SOC.
From the document of nRF9160 product specification v1.0, understood that there are two low power modes...
Hello,
I am trying to capture the advertisements of the surrounding BLE devices with NRF52840 Dongle using pc_ble_driver_py python library. I am successful in capturing...
I am working on third party module RAYTAC MDBT50Q-DB with nRF52840 with SDK V17.0. I am trying to run ble_app_interactive example on it but just can't get it done. I have...
Hello,
I'm using the light_switch example for my application and I've integrated my custom model into it. I want to learn which address the server and client respond/publishes...
Hello,
I want to give user defined hard-coded OOB Number in this example for generic on-off Client-Server code, for provisioning both client and server node ( nrf52 DK ...
Hi,
We use mdbt42v(nrf52832) to design a custom board and we encounter a strange issue.
We use ain2(P0.04) to measure a Variable Resistor value, the code working fine...