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...
Hi,
Segger SystemView 3.30 (downloaded from https://www.segger.com/downloads/systemview/ ) does not work with NCS 1.5.1. Upstream Zephyr has updated https://github.com/zephyrproject...
Hi Nordic,
I just had Thingy:91 few days ago. I ran this KIT with thingy91_nbiot_2021-03-04_8e8c6089.hex and asset_tracker example in ncs/nrf/applications . I found that...
I would like to send and receive data to/from nrf52832 pins over BLE using android phone. I would like to capture and display output of Force Sensing resistor and control...
To the kind attention of Nordic support team,
We have got an nRF52833 gzll host that has to interact with multiple gzll devices. We empirically saw that (in our case and...
Hello
I'm using the CLI example as ZC and a custom endnode based on the freeRTOS multisensor example (from nRF5 SDK for Thread and Zigbee v4.1.0). Im trying to send a counter...
Hi, I have a problem with setting up SHELL over RTT. I have managed to get some logs from the device. Prompt `rtt:~$ ` is also shown. but whenever I try to send something...
Hi,
we just uploaded MFW 1.3.0 to our nRF9160 DKs that had engineering revision of nRF9160. They seem to be now bricked and it is not possible to downgrade to MFW 1.2 via...
My task is to create a webserver on the nRF9160DK. For this i'm using the civetweb module provided by zephyr and the ethernet-shield from PHYTEC. I got an issue i want to...
Hi everybody,
I have developed a BLE sensor based on nRF52840 (S140 6.1.1 and SDK 15.3.0) that is normally performing connectable scannable undirected advertising. Since...
Hello,
I need to use the ADC with 600mV internal voltage, ADC Gain stage = 1.
The input signal on VINP vary from 750mV to 1750mV, and input signal on VINN is fixed at...
Dear friends,
I followed the tutorial( Using serial interface for provisioning and configuration ) control a mesh node.
a) The PyACI as a host via uart connet to 52840...
Hi, teams.
I checked the operation of nrf mesh network. (mesh sensor example, and light switch example)
It works well. Thank you!
By the way, I have a question....
Hi everyone,
I am having a problem with dfu example. I would like to test my board with the buttonless dfu image, namely
sd_s132_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds...
Hi,
I saw a similar post ( Case ID: 249969 ) and this just happen to me.
I have not used my nRF52840 DK for a few weeks. It has been in its original plastic bag the whole...
Hi, I am using the FOTA and download_client libraries to implement remote firmware upgrade functionality, however am not keen on having an AWS S3 bucket with public access...