Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
I get error 0x3401 in ble_app_uart_pca10040_s132 (nrf52 dk, sdk17) in ble_nus.c line 95:
err_code = sd_ble_gatts_value_get(p_ble_evt->evt.gap_evt.conn_handle, p_nus->tx_handles...
Hi,
I've been using the python bindings for the pc-ble-driver and have been getting things to work, but I noticed there is no API exposed for reading the RSSI of a connected...
I am using nrf52811, SEGGER Embedded Studio and I want to use Beacon demo. I click Build and Run , it prints as below:
And I can not find the beacon device in nRF Connect...
Hello,
We are planning to buy the BWG840F BLE to Wi-Fi gateway.
https://www.fanstel.com/wifi-ble-5-iot-gateway
It has the nRF52840 module (BT840). We have the nRF52833...
Environment:
Segger Embedded Studio
nRF52840
S140
Windows
nRF 5 SDK 17
Hi,
I'm developing a device for a small side project. I need to get logs in both the...
I am trying to integrate MAX30003 drivers in spi_pca 10040 example, So that I can get the sensor readings of the MAX 30003 sensor. But I am stuck at this error.
When I...
Hi,
I am using nrf52 development kit . I connected peripheral device and communicate all characteristics using DK.
But i want read rssi value from peripheral. I didnt...
Hi,
Do do you know of any Xamarin Development being done using your development kits?
Trying to determine the best way to get up and going using Xamarin vs native iOS...
Hi there,
Just wondering why serial_uartes example has been removed from SDK17, We have to use 2 uarts at the same time.
Is it intentional or accidental ?
Thanks,...
Hi everyone. I'm using a Thingy:91 and the asset tracker application. I can compile and flash (using SES and a Segger J-Link) the application and the device connects to the...
Hello,
I read your white paper nWP-030 about selecting the decouping caps. But I didn't find any explanation why you also specify maximum values for the caps. Especially...
Hey,
I am using SDK12, S130, nRF51822;
Trying to create a DFU update for application which Also writes over a certain area in the reserve app data, in the end of the designated...
Hi,
I'm using 52833 and S113.
My system works well, i have all my caracteristic and i'm able to read it out with nRfConnect mobile app.
But it is terribly slow .
I...
I'm using nRF52832 S132 and migrating from SDK 15.2 to SDK 17.0
My previous code used nrf_serial which appears is no longer available in SDK 17. I don't see any info in...