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 everyone!
We've integrated the readout protection to our project, but unfortunately now we don't able to disable it.
The activation code presented below:
...
Hi
I would need to work on Master Branch. I have Toolchain Manager 0.10.1 and I have downloaded nRF Connect SDK 1.7.1.
I know that Toolchain Manger has not Master branch...
In my project an interacting with the ncs 1.6.1 peripheral _uart example and my plan is to ensure that data size being send at a particular time is increased to send at least...
Hello everyone,
I went through the forum and saw some topics regarding the implementation of the characteristic read out over sd_ble_gattc_read. I implemented it as desribed...
Hi all,
I would like to know, if any example code available for AoA algorithm for ble direction finding. I am working on a project for indoor positioning and tracking...
Hi,
I am trying to sample a large quantity of sensor data from the nrf52840dongle as the server and the nrf5283dk as the client. I have used the peripheral uart and central...
Hi all,
So I want to give you a full description about what we are doing because we could not understand what we did wrong.
Our DK : dk-51
Soft Device : S130_v1
Our...
Description:
I try to initialize a SPI device in my nRF52DK through the Zephyr‘s driver(drivers/spi.h).
Code seems correct when compile and I got no error when build the...
Hi, I am new to Zephyr and Nrf, I am trying to replicate the event manager arch from asset tracker v2 but I am stuck in the setup. I am trying to use the logging capacities...
I am working on the Electronic Braille Display for visually challenged persons.
Our device will communicate with Voice over service on the laptops and smart phones using...
Hi,
with %SHORTSWVER: nrf9160_1.3.1 I am getting:
AT%CMNG=0,3,4,"test1234" OK
AT%CMNG=0,3,3,"30313233343536373839303030303030" OK
AT%CMNG=1 %CMNG: 0,6,"0606060606060606060606060606060606060606060606060606060606060606...
I have a single sample of the new nRF52840_XXAA at hand on our custom board. I'm trying to do a --recover with nrfjprog. As the log below shows, nrfjprog recognizes it as...
Hello ,
I m using SES v5.6 and NRF52805 ,ble_app_uart ex (nRF5_SDK_17.1.0),
Requirement -need to wake up and reset ( or start advertising again) from sleep mode ,when...
Hello,
I have adapted some of the ESB proprietary Protocol from the NRF SDK into my own project without installing the SDK directly; however, complete integration seems...