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...
Hi I am having a hard time implementing DFU using SDK12.3 / nRF52832 now. I have tried so many times, but have failed a lot and have left a log similar to the next one in...
Hi,
I am using v0.4.0 ncs sdk.
I added following in the nrf9160_pca10090ns.overlay file
I added following in the prj.conf file
I added following in the...
I made a Windows application that makes USB connection with nRF52840. You need nordic_cdc_acm driver to use it with windows 7. Can I distribute the nordic_cdc_acm driver with...
Is it possible to route a signal derived from internal clock to an IO pin? I am new to NRF micro controller. My experience has been with Cypress PSOC and in the IDE it was...
I am trying to implement a struct that will be saved in non-volatile memory. Does the dev kit have these capabilities on its own? If it does is there a guide on how to use...
Hello,
I am using secure dfu with bonds (SDKv15.3, Segger, nrF52832), it works fine however after each dfu (application only) I lose the bond information.
I have search...
I am trying to communicate with PN7150 from nRF52840 DK using I2C pins.
PN7150 needs 3.3V and nRF52840 is supplying 2.9V.
I am able to read PN7150 on Arduino Mega but...
I made a Windows application that makes USB connection with nRF52840. You need the nordic_cdc_acm driver to use it with windows7. May I distribute the nordic_cdc_acm driver...
Hi Nordic,
We're developing a product based on the nRF52810 and got the following question:
We were wondering if we can recover a board in the worst-case scenario where...
Dear all, My team want to develop a innovative product. I am following this tutorial ( www.youtube.com/watch to enable the CMSIS Configuration Wizard in Segger Embedded Studio...
I am working with SDK15.3.0 and a PCA10040 with S132. I have two questions relating to the BLE addresses as seen by the PCA10040 and by nRF Connect.
Q1 - What is the relationship...
Modem firmware version 1.0.0
Segger version v4.18
nrf tag v1.0.0
Often when I try to flash a new build of an application and try to flash an application through Targert...
Dear Team,
I want to integrate an nRF chip into my Project. I will use a ready made module from Laird, the BL652-Sx.
For Debugging I want use the nRF52 DK and connect...
Hi all,
we would like to add usb-cdc support for our nrf mesh project. I have tried merging an usbd example project into our application but without success so far. I am...