We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
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 dear team,
I am using the nRF5840 Dongle and pc-ble-driver-py for development, but I encountered a lot of issue while debugging, I thought I used wrong parameter or other...
We have worked through getting AWS MQTT working and have the FOTA job file loading properly. When the HTTP request is made the file begins downloading but fails to download...
Hello, How do I program the NRF52840 module to read and write data with a single UUID, because the mobile application I used earlier was working with the data read and write...
Hi Nordic
I am trying to run the AWS BLE FreeRTOS demo found at:
https://docs.aws.amazon.com/freertos/latest/userguide/ble-demo.html#ble-demo-mqtt
I am using an...
Hi,
I am developing a product with battery power. To preserve the battery life, this product needs to work in low power mode.
My Environment is a nRF52832, SDK15.2 & custom...
Here S332 -ble_ant_app_hrm file is modified using supported board pca10040 (nrf52832).
There is in pca10040.h file,RX pin number & TX pin number predefined.
And we use...
Hello,
until now, I was using nrfjprog to flash devices. Command I used:
Now I have changed the platform, and am forced to use ARM processor. I found out there is a...
Hey
I want to use pin 57 (SIO_10)and pin59 (SIO_09) as output pin but they are configured as NFC pin by default. How to change the configuration to SIO without using the...
I am trying to do the same thing that others have tried in the past, and that is to modify the ble_app_uart_c example to connect to our custom peripheral device.
I have...
Trying to get this working
err_code = nrf_ble_scan_filter_set(&m_scan, SCAN_ADDR_FILTER, AddressTable[Index].peer_addr.addr);
The error code returned is 7. Not sure what...
Hi,
1. Is there an example to show how to send a door lock cluster events command?
2. How to check door lock cluster events by CLI(@coordinator)?
Best Regards
S...