I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
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...