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...
Hello!
I am currently working with Actinius' Icarus IoT board and I'm trying to get the interrupts to work. This is the boards' pin layout: At the moment I have connected...
Hi everyone,
I am trying to create a system to collect data from different sensors and store them in a FRAM. Then by using SPI, I want to transfer the data to the nRF52832...
Hi,
Trying to build the asset_tracker_v2 application I finally get the following error:
Rebuilding ‘zephyr / zephyr.elf’ from solution ‘build’ in configuration ‘Common...
Hi All,
I have problem running nRF5340 in continuous mode without any external trigger (timer/ppi). I would like to setup SAADC so that last conversion triggered new set...
I want to use CONFIG_UART_0_NRF_UART instead of CONFIG_UART_0_NRF_UARTE. But I don't get any option for this because CONFIG_UART_0_NRF_UARTE is selected by default .
I...
Hello everyone,
I am working on a project based on nRF Connect SDK v1.7.1 that I want to move to the new SDK v1.8.0. But I'm experiencing problems when building the project...
Hi We'll be adding to a design that uses libuarte/UART0. I've tested/run the example code and it's fine. Changing/swapping index from UARTE0 or 1 works fine as does reassigning...
Hi Sir/Miss,
I use SDK 17.0.2 version and softdevice s112 7.2.0 version to develop in nrf52810.
And, I base on this project (NUS with static passkey) which imports CTS_C...
Hi,
In nRF_Connect_SDK's OpenThread's Coap_Client sample, I want to implement the role of both client and server on a single node.
Also instead of sending messages to...
I'm trying to implement the FTMS fitness machine service with the Kinomap app, similar to zwift. using as base the code of the ble_app_rscs of the library nRF52 together with...
Hi,
I understand that Attribute protocol supports commands, requests, responses, notifications and indications.
Can you please tell me if those packets are sent with the...
Hi,
I'm new to nRF52840 Dongle development.
We use some nRF52840 Dongles (packed in a machine) with pc-ble-driver-py for transferring data through BLE.
I can not share...
Hi,
I'm using the flashlog on my nRF52840 to log events. I have an external RTC which I read when logging each event in order to timestamp the event. My RTC code writes...