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,
we developed a application on the nRF52840DK as a central device. Now we need to add four GPIO as inputs for reading the edges of four signals. Our problem is, that...
I have simple Bluetooth commination working. I can connect to nRF52840 with your nRF Toolbox on my Android. I can send a string from the nRF52840 to the Android app and have...
Hi,
I found this code for adafruit BNO055 sensor on GitHub which is a Arduino code.
https://github.com/adafruit/Adafruit_BNO055
How can I import this on the Nordic nRF5340...
Hi all, I'm searching for a SPI example with NCS 1.8, I'm currently using nrf52840dk_nrf52840. I've looking at the drivers (nrfx_spi) but I still don't get it at all, so I...
Hi, I have a Nordic Thingy 91. I need it to save battery and transmit sensor data to Nordic Cloud on PIR external interrupt (if I could count number of PIR pulses that would...
Hi I am testing the Thread examples
I worked on SIMPLE_COAP_EXAMPLE in nrf52840 DK there it works fine while opening UART and enter to CLI commands and its working
but...
Hi again Nordic. I'm trying to write sensor data to the external flash continuously as there is not enough RAM to hold all the data required. However, the writing operation...
Hi,
I am using BL653 dvk to write an application for SPI, In my prj.conf, I added below parameters:
Now when I am debugging SPI master code, execution enters the file...
We are performing a preliminary power analysis with this device and have questions regarding the power consumption reported in the Product Specification. For example, the...
I've been struggling with enabling HTTP support on the serial_lte_modem. I've tried using various versions, currently I'm using NCS 1.8.99. I edit the prj.cnf to include CONFIG_SLM_HTTPC...
Hi,
I use nRF52840 and SoftDevice s140 (7.2.0). I use SEGGER Embedded Studio to compile a project written in C++. But lately I've been having trouble debugging. For example...
i've been test code from nrf51-app-button-example/main.c at master · NordicPlayground/nrf51-app-button-example (github.com) but not effect when presss any button.
I am new to Zephyr and Nordic. I onserved that to use variuos APIs it is required to declare in prj.conf file. But, where is the list and document of various commands woth...
Hi
I have a Nordic nRF51 as a Peripheral.
I have it open advertising until it connects for the first time to an Android handset.
When a connection is made it stays...