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'm using nrf52832 with s132, so I don't find any information about the current consumed by the device when I'm connected by Bluetooth. I use the driver st7735 and an...
How a device in mesh of ble controlled by internet.
I tested light on/off of mesh and it works fine.
but how can I control it from internet.
like with wifi or ethernet...
I'm trying to figure out how I can store a text file on the device and access it while the device is running. I'm having a hard time finding documentation on the best way...
We are using the nRF52840 SPIM0 to read 2048 bytes from an SPI slave. ( SES / SDK15.3 )
The nrf libraries only seem to support a maximum of 255 bytes, so we have compiler...
To the kind attention of Nordic support team,
We are going to use gazell protocol for some of our wireless products. Could you please point me out to the relevant documentation...
Dear All,
I am trying to integrate the simple_at example to my own application, in order to be able to configure the modem in the beginning and then run my code.
I can...
Hi,
I'm trying to use the nrf_drv_spi.c to communicate with a BL652 + MCP2515 CAN SPI custom device. I've connected the MCP2515 to the nRF52832 (BL652 module) in the following...
as others have described I run the sniffer
than go through pairing process, the encrypted packets show up as "Encrypted packet decrypted incorrectly (bad MIC)"
is there...
Hi.
currently i use the nrf connect with a dongle to connect to a ble device to read/write characteristics for testing purposes.
Now i want to do it automatically using...
Hi all,
I am adapting some examples according to my needs and have encountered something that I find strange. I am trying to send 244 bytes from computer to usbd_ble_uart...
I want to program my nRF52832 Over-the-Air but not through Bluetooth. We have a Wi-Fi chip interfaced with nRF52832 so that the device can be connected to the internet.
I am trying to read the current time using CTS. I used the example source provided by nordic. However BLE_GATTC_EVT_READ_RSP does not occur in ble_cts_c_on_ble_evt.
BLE_CTS_C_EVT_DISCOVERY_COMPLETE...