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...
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.
...
The NRFX COMP driver that is included in SDK 17.02 enables the COMP peripheral before configuring the other COMP registers. The product specification specifies:
Before enabling...
Hi,
I'm trying to implement the Bluetooth Throughput sample to nRF5340dk with nRF Connect SDK 1.4.1.
As mentioned in the README file, I added these three configs to the...
Hi there,
I am looking for the equation that is used in the Online Power Profiler for BLE tool to calculate the average current consumption.
We are selling a BLE device...
Hi,
I am trying to compile a project but compiling does not even start. I have changed tool chain directory from $(StudioDir)/gcc/arm-none-eabi/bin to C:/Program Files ...
Our application is based on nRF5 SDK 17.0.2, 52832, and buttonless secure DFU without bonds. It works fine with the windows nrfconnect app but when testing various phones...
Dear Mesh Experts, Allow me to briefly explain the project:
The firmware contains a generic level server model and the code from the mesh DFU example. It is running on...
Hi,
I want to run a mesh application. Can you please tell me how to compile it using iar ide.
I tried it using segger ide. But I want to try it using iar ide. Can you...
Hi,
We base on the light switch example to include the dfu process into it.
Device FW information is as follows:
Mesh sdk: v4.2.0 SoftDevice: s113_nrf52_7.0.1_softdevice...
Hello, everybody,
I use FDS to write some custom data, when SOFTDEVICE is PRESENT, and i disable the SOFTDEVICE, May I ask if I can still write custom data with FDS?
Hi there!
We are using nRF52840DK development kit with nRF-Connect SDK to build a pre-production version of our product. We have added the required BLE service and characteristics...
Hello, I implemented a firmware based on the multilink central example, with a custom service. I am using NRF52832 (custom board) with SDK v15.2 and Softdevice S132 v6.1.0...
Hi everyone,
I am using the nRF52840 DK and I am experimenting with the USB MSC example. My purpose is to record data from an IMU device and store them in files. Then to...
Hi,
This is a followup from another issue ( link ) which helped with.
The suggestion to modify nrf_serial.c fixed the previous problem, and you can see that the TE (transmit...