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...
Hi,
is it possible to mount a nRF51822 in an aluminum enclosure and use ble?
I am looking for a range of up to ten meters in an open area.
Is that possible or will the...
there is no bin folder under C:\Program Files (x86)\Nordic Semiconductor\nrf51 as described in the docs.
so I'm not sure where the nrfjprog.exe should be
I am trying to better understand how the nRF51422 handles sqrt(n) coming from C in Keil?
Can anyone explain, or link to resources which do? I am having difficulty finding...
Hi all,
It is possible to install and develop projects using 2 SDK versions simultaneously?
nrf51 SDK will be used in the current project and nrf52 SDK will be used for...
I want to do 2 things with the nRF51822 beacons
Add an ADC output to the advertising packet (non-connectable mode)
Set the advertising interval to 1 hour or longer...
I measured the current drawn by the nRF51822 beacon with its default beacon code. The current was about 1 mA which was same as in another thread
The suggested solution...
We have been manufacturing for a while with the nRF51822, Revision 2, and WLCSP package and build code D0 (D0 is what Nordic recommended me to spec to contract manufacturers...
Hi all,
I have application that read analog level and send the data with connection interval of 10 ms and 0 dBm, how can i calculate the current consumption of BLE? i read...
Hi
I want to use Printf() in the DT2 but it cannot output msg to terminal.
I used hal_uart_config() to config UART TX/RX/Baudrate... in mail.c then
call hal_uart_put_str...
I use S110 V7.1.0,nrf51822 chip,
now I need write and read flash data in BLE mode.
When can I write the flash data at BLE mode?
When can I read the flash data at BLE...
I'm calling the requestData function and lib_aci_close_remote_pipe at the same time.
The lib_aci_close_remote_pipe returns 0x8E command error which means: "Command rejected...
Hello,
I need to store some app configuration on the FLASH and I'd like to use the features of pstorage module.
I don't understand the following thing ...
When the...
Hello,
I am currently using the SDK setup from this URL: embeddedsoftdev.blogspot.de/.../ehal-nrf51.html
In order to use that setup, one must change a line in the file...
Hello,
I downloaded MDK arm from Keil website (keil mvision 5), SDK and MDK pack from nordic download site. After installing SDK, I am not able to find example projects...