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....
SDK14.2
Segger Embedded Studio
nRF52 development board
According to this post https://devzone.nordicsemi.com/f/nordic-q-a/20556/how-does-the-saadc-scan-mode-use-the...
Hi All,
Currently i am working on Zephyr RTOS as a target of PCA10040 DK.I have been compiling and executing a simple "Hello World " example.
While doing cross compilation...
Hello,
I have use the BLE Multi-link Example as a central. For the priripheral I have use BLE Blinky Application and UART/Serial Port Emulation over BLE ( <InstallFolder...
Examples in SDK15 use the Observer pattern to handle BLE events (using the macro NRF_SDH_BLE_OBSERVER). AFAIK, the registered handler runs in some IRQ context, typically higher...
Hello Nordic team
I am working on nRF52832 DK, SDKv15.2.
My question is how we can send and receive more than 100 bytes of data? I know nus services doing it. Also how...
Hello,
On one of our custom board with nrf52832, after programming it like 3-4 times it stopped responding on the nrfgostudio as in it was showing no device detected,...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
Hi there,
I am facing a situation where I require my BLE Peripheral runs multiple GATT servers instances or add new characteristics to my peripheral to be able to connect...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
The example(s) in the nRF5 SDK 15.0.0 does not log to neither the terminal nor the RTT Viewer. I have enabled logging (I think) by setting NRF_LOG_ENABLE to 1. The example...
Hello,
I have an application that is meant to be used mainly as a peripheral. I'm now exploring options to expand functionality via 3rd-party accessories. For this, I need...
I am new to Nordic parts. I must say the PPI looks very neat, and the EasyDMA. I'm wondering if they can solve a particular problem.
I need to emit a rather peculiar pulse...
Now,
i have nRF51-DK.
now, i'm use one ADC pin in coding and one wake-up pin for device wake-up.
but i want to remove that wake-up button. and need to wake up device...
Hi,
I am playing around with the BLE relay & ble_app_uart example, and I noticed that on the ble_app_uart example, I can set the device name string to quite a considerable...