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...
Hello,
I want to transfer data from nRF52840DK to nRF9160DK using SPI. I want to use nRF52840DK as master which will transfer the data and nRF9160DK as slave which will...
Hello,
What happens with the LPN firmware if it currently has an IV index of 0 and loses power for an extended period of time. When it gets power, the network that it is...
Dear All,
I am using the example UART in Peripherals
I can send data easily but have problem in receiving data. When I try to receive data the UART Fifo Event handler...
I looked through the example projects provided in the nRF5 SDK for Mesh, and the only models ever used are generic on/off or generic level. Do you guys have an example which...
Hi,
Sorry for the seemingly simple question. I'm using the nRF52832 chip and I have a 4xdip switch connected to P26, P27, P09/NFC1 and P10/NFC2. I can successfully read...
Hello,
I recently updated the asset tracker on my thingy 91 with the lastet available pre build firmware (2019-11-29_d3130d77) using MCUBoot.
Since my Thingy91 is only...
I started with the mqtt_simple example.
I added:
#CONFIG_MQTT_PASSWORD="pass" #CONFIG_MQTT_USERNAME="David"
to the prj.conf file. Relaunched the project which rebuild...
As a matter of fact that there is no special EEPROM in nrf52832 , the user data which need to be stored in nrf52832 should be written into the flash of nrf52832 . The SDK...
When debuging nrf52832 , the code can be flashed into the flash through JTAG . However , I need to reprogramme the nrf52832 through UART interface . It seems that there is...
Hello.. I use RNF52840 Dongle. I compiled the blink example with VS code and I programmed with nRF Connect tool.
now I can't connect the USB device. I read that I had to...
Hello,
I am currently aiming to create an application for the nRF52-DK using the nRF5 SDK and Segger Embedded Studio as my IDE.
Due to the SDK itself being extremely extensive...
Hello ,
I have been trying the Zigbee CLI light example.
And I modifed the main.c file to have the network saved "ZB_FALSE" and then flashed the updated hex file to 52840...
Hi we are having issues with gpiote interrupt. We would like to do some spi read when drdy gpio becomes high to low. I have done above configuration for the same.
We are...
I have a problem collating model publish events arriving at two different nodes in my mesh.
My application is an array of sensors publishing through generic on off and generic...
Hi,
I have a custom board running NUS peripheral which uses the nRF52832 and a NUS central which is running on a nRF52 DK. I modified the ble_app_hrs_freertos example to...