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 am getting data from UART and extract NRF BLE packet.
I check the CRC Flag and its OK. But sometimes the UART has some error and I have to check the 3 CRC bytes...
Hi all
I have issues with E-INK display for signals I need 100ns and 500ns delays
but in nrf delay is only nrf_delay_us()
What is easiest way to get nano delays with...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hello,
Can you share with us the balun of the nRF52 chipset or at least the ZLoad equivalent, that is R + jX value.
The Balun if the nRF52 is a 6-Element Balun or 4...
NRF_SUCCESS Successfully queued a notification or indication for transmission, and optionally updated the attribute value.
BLE_ERROR_INVALID_CONN_HANDLE Invalid Connection...
Dear Nordic,
I am trying to run the BLE DFU example code. I followed the steps as instructed in the infocentre infocenter.nordicsemi.com/index.jsp
This is the way I...
Hello,
I discovered that Keil's software pack for nordicsemi devices are way outdated. Is there any chance to update those? I am quite redundant to add all sdk manually since...
I've been trying to increase NRF_BLE_GATT_MAX_MTU_SIZE on SDK13.0.0 + SD123 5.0.0 trying to follow examples such as
this as well as Throughput and Range Demo
For e.g...
Hi, to use the bluetooth 5 long range feature, do both the transmitter and receiver need to be configured to in this mode to work? Do you have any example AES 128 that I can...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
project:examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm4
I have some questions about bonding...
Hallo,
I try to port some existing BLE application from SDK 12.2 to SDK 14 that used the S132 Softdevice.
With 12.2 it was possible to configure bandwidth requirments...