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 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...
Hi
We're trying to get the BLE packet size using:-
uint32_t nrfErr;
uint8_t PacketSize;
ble_opt_t opt;
/* Get the extended length BLE option */
nrfErr = sd_ble_opt_get...
Problem:
We trigger HardFaults reproducibly. By manually unwinding the stack we have traced the source of the error back to the TIMER2_IRQHandler in Gazell.
We can see...
Hello,
I am using SDk 11.0.0 and I am trying to integrate the DFU from the heart rate example into the my code, which is based upon the BLE UART (NUS) example. When I run...
i want use s310 in nrf51422 v3 but i cant find it in sdk 12 and i find it in sdk v9 is this correct that ITS IN SDK 9 BUT ITS NOT IN SDK 12 ?
next q is when i use example...
Hi,
For now you propose the "nRF5 IoT SDK v0.9.0 " but mention about the IoT SoftDevice "This SoftDevice is a technology prototype only. Therefore, it should never be used...
Hi,
Our device is slave device with LCD displaying.We need to implement the function as below:
Within range of our slave device, if multiple master device like combined...
First let me explain what I mean by that question, I walked through chapter 17 and was under the impression that there's an "automatic" hardware package wrapper in place to...
In my case LEDs (N<10) would be animated (think pulsing).
My only concern is that the BLE core will limit the possibility to control the LEDs in real time, thus causing...
HI, all Nordic Developer
I know that the S130 soft-driver supports both functions concurrently.
But, I am trying to combine ble_app_beacon and ble_app_uart_c to perform...
Is it possible to have different characteristic of CPU blocks (I mean different number of CPU blocks or similar) with the same firmware running on two different nRF51 boards...
i have dumped blinky example in nRF52832, in android mobile(nexus 5) i have downloaded nrf_connect application. connection is established but unable to recive any service...
This is a question for the developers of the nRF Connect Android app, or anyone else who might have the details.
The app has a really useful test hardness in it now that...