Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
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 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...
Hello,
I have quite a few of setting on my nodes and I want to save some of these permanently. Currently I am using the pstorage module and everything works as expected...
Hello everyone,
i can able to set the static passkey but i would like to know the difference bewteen security key and passkey how can i set security key ? any suggestions...
Good day!
Faced with the problem that I didn't get to run N5 Starter Kit (nRF51422) on maximum speed in Advanced Burst Mode, using ANTware II with ANTUSB-m to read packets...
I read the multi-role project on Github. For time slot part, there's no explicit hfclk start/stop operation along with the radio events, is it possible that sd_radio_session_open...
In the nRF8001 Arduino SDK, there is a " ble_bandwidth_test " example.
It says,
"The bandwidth is measured (sic?) with the nRF UART App in the Apple iOS app store" ...