Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
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...
Hi all
I want to check my nrf52840 custom certification.i need to do radio test in my custom board.They are asking direct test mode with PSRB9. I m using direct test mode...
Hi, I created a simple project using the nRF52 SDK, to which I later wanted to add BLE support. I used the ble_app_blinky example from the SDK as my starting point. The example...
I have compiled asset tracker example and it worked on 0.8.2 version of board but not on 0.8.5 board.
1) Is there anything which should be made differently in software for...