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 there, I have set my SAADC to have an acquisition time of 3us , however when I toggle a pin before and after calling
nrfx_saadc_sample_convert
I measure the time of...
The sample project is "nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\experimental\ble_nfc_pairing_reference"
I think "micro_ecc" is a normal build.
Please check attached...
Hi,
Using the Secure DFU from SDK 14.2 I managed to integrate the NUS peripheral example to have access to an UART pipe in parallel to the DFU when running the boot loader...
Hi,
I am interested in testing the capability of Bluetooth 5's long range.
I have two nRF52840 dongles (pca10059 v1.0.0). So far I have had one dongle using nRF Connect...
Hi
In the example Nordic UART BLE_central, I notice that when I send data over UART to the central device, it echoes the data sent and I see it as an output in the central...
Hello,
I'm having an issue about the FDS. Indeed, i want to update some structures already saved in flash so i call the following function : fds_record_update. I can see...
I am trying OTA DFU on nrf52840 over BLE using segger. Is there any example code with proper libraries? Because I'm getting an error message: ant_error.h: No such file or...
Hello All,
I am having trouble changing the 'ble_app_multiperipheral_pca1056_s140' example to work with long range. I have read a few of the blog posts and similar devzone...
Hi all,
I am working on a project where the requirement is a sensor collecting data and sending to the NRF52832 via UART. Every 40ms, the NRF52832 will receive 40 bytes...
As we would expect, sd_ble_gattc_hv_confirm returns BLE_ERROR_INVALID_CONN_HANDLE when the conn_handle argument is invalid (i.e. does not represent an active connection)....
Can anyone tell me if the ble_app_hids_keyboard example will run OK on the nRF52810?
I'm currently using the Rigado BMD-340 (nRF52840) and my project is based on the keyboard...
I’m a new user in the BLE world. I’m trying to play with a nRF52 DK and I’m facing with a problem. I tried different IDE (VScode + platformIO, Mbed studio) with the framework...
I ported the nRF52840 USB driver to work with Mbed-OS's USB Device stack. When building without the soft device, the following macros are removed from the compilation:
...
I'm trying to read two ADC channels asynchronously.
I can setup two channels, and as mentioned on the forums , the data from channel 0 is at buffer[0].
The issue I'm...