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...
I'm creating a ble central device that receives instructions via UART on which device to connect to and which UUID to write to.
I'm able to connect to a peripheral device...
Hi,
I am working with NRF52840 and want to encrypt my saved data with AES using CC310 cryptocell.
I am working with nrf_crypto_aes frontend to do AES.
I want to know...
Hello,
I'm trying to build and run 'secure_bootloader/pca10040_ble_debug/armgcc/' example and it seams that it stops with some hard fault:
Remote debugging using localhost...
Hi,
I tried to evaluate the light switch demo using the boards that I have to my disposal.
These are 1 nrf52-DK and 2 nrf52840 Dongles.
I wanted to use one dongle...
in application design , this pin is not connected to VDD , but application board works well ,
application's power range is 2.2V - 3.3V (AAA batteries), max current consumption...
I'm attempting to troubleshoot why my HM18 doesn't connect to the ESP32 over BLE. I'm now deep in the rabbit hole that is BLE sniffing so now I'm trying to determine if the...
Hello,
I did a side by side comparison of the latest nrfutil v6.0.0a0 vs v5.2. It looks like v6.0.0a0 is much slower.
Looking at the log from the target device, it looks...
Hi,
I have installed Embedded Studio for ARM v4.22. However, the studio crashes when I select 'Activate Your Free License'. Reinstalling does not help, and neither a different...
Hi,
In order to read values from TH02 sensor(Address: 0x40) I first need to give a command i.e. write 0x01(for temperature) and 0x11(for RH) resp into internal CONFIG register...
What is the least expensive J-Link Model is required to program a nRF52840 on a custom commercial PCB?
I see that it is a ARM Cortex-M4 core, but I want to double-check...
Hi
Im using nRF52832-QAAB0. SDK 15.3. Softdevice is running.
With debugger connected, calling nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_STAY_IN_SYSOFF) will assert in...
Hi everyone. Do you know any example of some over the air FW upgrade of nrf52832 chip via ESB protocol. As I understand it should be some combination of bootloader with DFU...
Hello,
We have selected nRF solution for our next product line and currently evaluating the software/SDK setup for that.
We are testing following SDKs:
nRF5_SDK_15.2...
in SDK 15.3.0, no eddystone lock event (NRF_BLE_ES_EVT_LOCK) is triggered after the unlock key was changed.
according the eddystone configuration specs:
A single byte...