I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I have integrated MCUMGR to perform FOTA and it does successfully perform the updates where both slot0 and slot1 locations are from internal flash. As the code size is getting...
Hello !
I bought a new nRF51DK board and need to read its RAM data. I used nRF connect to erase it. The data read by nRF connect shows 262144 bytes and I don't know the...
Reproduce issue:
Windows 10 21H2
Set global git option gpg.format to ssh
git config --global gpg.format ssh
Install nRF Connect SDK v2.0.2 with Toolchain...
We are using the external flash w25q32jv via SPIM connection. the configuration as below.
arduino_spi : & spi3 {
status = "okay" ;
compatible = "nordic,nrf-spim" ;...
Hello-
I'm seeing the nRF52840 stay awake when I don't want it to. I'm calling sd_app_evt_wait() every turn through the main loop with SEVONPEND disabled, but it's waking...
Hi,
I am trying to measure the current consumption of nRF52832 using nRF52DK. I am using STM Nucleo board.
I made a cut on SB9 (P22 open), and gave supply on p20.1....
I am using nRF52832 and SDK17.1.0.
Is there any example code to start with for being able to advertise/transfer multiple data values using a custom UUID? I am using ble_nus...
I want to interface SCD30 Sensor Module with nRF 52832 Board through I2C. Can I interface the sensor "SCD30 module" using nRF Connect as I am not getting .h file (Zephyr RTOS...
Hi,
I've written an app for the nRF52840 dev board using the nRF connect SDK. Now I'd like to port the app to the STM32F4 discovery dev board. I've managed to get the app...
I'm using s132 v5.1.0 in my Server Peripheral application. The documentation for sd_ble_gatts_hvx() says that when using it for Notifications, a return of NRF_ERROR_BUSY ...
Hi,
I'm trying to implement the FATFS example with the SD Card access into the Mesh DFU example. Setup is SES v5.44, SDK 17.0.2, Mesh SDK 5.0.0 and S140.
After the...
Hi,
I have been looking into the passkey for BLE connection but didn't found any clear documentation or any example on this. If we have one central and one peripheral...
Hello, I am a student who wants to improve myself in the field of nrf and this is my first question. I am using NRF24LE1. I can run Timer0 and Timer1 separately in main function...