At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
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...