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...
We have an iOS application that is performing a DFU to a nRF52832 running SoftDevice 6.1.1 (SDK 15.3.0) on a custom board.
Most of the time the DFU works fine but testing...
I am working on an existing Bootloader project, it uses the Bootloader from the SDK with added custom thin layer on top of it. It runs on a custom board.
I can see the debug...
Hello all,
I am using the Application Timer (as written in https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial...
Hi,
Developing on nRFConnect/ZephyrOS and looking to enable multi-threaded debugging using pyOCD firmware on nRF52 DK, since not currently/yet supported by JLink.
Was...
I used nRF 52840 dongle as a central device on windows 10. I use it to pair with remotes we have. I develop it base on https://github.com/NordicSemiconductor/pc-ble-driver...
Hello Folks,
We are facing an issue in the NRF52832 Bluetooth connection of our self fabricated PCBs. The PCB designs were based on the Sparkfun NRF52832 dev board designs...
Basically the same question as here:
https://devzone.nordicsemi.com/f/nordic-q-a/45557/getting-status-messages-from-mesh-to-phone
But the answer there doesn't really tell...
Hi Team
we are trying to use the example given in SDK 16.0 and I am able to write and read properly.
But when I want to write/erase my eeprom entire page (256-byte Page...
Guys:
I´m developing my own board with nordic 52382 and I´d like to know if a series resistor needs to be connected to SWDIO and SWCLK lines on board to connect to SEGGER...
Hello
Is any tool available for dynamic code analyser which supporting the ses project?
I have nrf52840 freertos project. I want to check my code for memory leakage and...
hi,
I am working on nrf52833 dfu. right now I received an error
raise NordicSemiException('Extended Error 0x{:02X}: {}'.format(resp[3], data)) pc_ble_driver_py.exceptions...
Hi,
I am working with Ubuntu 16.04 TLS.
I downloaded the "nrfconnect342x8664.AppImage" file and installed the .deb package of JLink_V682g.
When I start the "nRF Connect...
1.1. In function: poll (fds, ARRAY_SIZE (fds), cloud_keepalive_time_left (cloud_backend) ); How to detect actions that perform socket disconnections locally.
2. I queryed...
I faced several troubles when I worked with Bluetooth: Mesh sensor client and Bluetooth: Mesh sensor server examples. Firstly, I couldn't build the application "Bluetooth...