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...
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...
Hi,
1-I have successfully developed an app ... \nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_template. 2-I have set a UART example to send...
Hi,
We have some questions from one of our FW guys regarding the configuration of the UART pin:
I looked at the UARTE driver implementation, it configures the UART Rx...
Hi there,
We currently have ~500 nRF52832 devices running nRF5 SDK (bootloader, S132, application). These devices are updated using the nRF5 SDK Secure Bootloader UART DFU...
Hi,
I would like to know if it is possible to configure the optimization level only the application built on top of Zephyr, and not all the project.
I am trying to debug...
Hi-
We have an application that currently does not use the soft device. Eventually we will want softdevice S113 in our application once we start to add some BLE based...
*** BEGINEER ALERT ***
Just thought I'd throw that alert in, so you are aware you can't assume anything in terms of base level knowledge here! I'm coming from a Cypress...
I'm currently playing around with learning how to code in VCS with nRF Connect. I was watching a series of Youtube instructional videos ( https://www.youtube.com/watch?v=MGsZJpdLtco&list...
Hello,
My colleague and I created ESB prx project based on SDK 1.6.0 version and nrf5340 dk.
And some source codes in ncs/nrf/samples/esb/prx/src folder are changed...
Hello,
I am trying to work on a simple GPIO program for the Thingy:91 which involves reading a pin for sensor inputs (this will be 2 sensors eventually). I have tried to...
nRF Connect V 1.6.0
using samples/zigbee/network_coordinator against a nRF52840, I am trying to commission a larger number of devices to join the network. Currently 24 devices...
Firstly, my english is not good,
I am using nRF52840 and my IDE is Keil uvision 5, i want to know, where is the pins SDL and SDA
I am new developer, and please you can...
I have successfully formed a mesh and sending data in the format as below
" udp send ff03::1 1234 $01 " to udp '1234' socket
" udp send ff03::1 1234 $02 " to udp '1234...
Hello everyone,
I am currently testing the range of Nordic BLE modules for an indoor application. I am using BC805 (nRF52805) as peripheral and BM832 (nRF52810) as central...
I am re-implementing a custom error handler that stores error data and forms an error report after reboot, after having a success with it in nRF SDK 15.
In nRF SDK I could...