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,
I'm working with nRF52832 and Softdevice v6.0 SDK version 15.2
I'm getting a BLE_GAP_EVT_CONN_PARAM_UPDATE event from an App with new connection parameters for my...
I modified the FW "ble_app_uart" using the example "Nordic-SDK\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\en_app_uart\". The UUID set in the project is declared "vendor...
We are porting to an nRF9160 dev kit with LTE-M our existing ethernet device which sends data to Amazon Web Services (AWS) using sftp from a Python script. We would like to...
Hi ,
I'm using Nrf52840 Development kit.when programming cable is connected with DK at that time Power consumption is High.if I Disconnect SWCLK After Test Power consumption...
hi,
i am doing a project where i have to perform an ble dfu,
but our customer wants an encrypted dfu zip file package.
so my question is how to encrypt ble dfu zip file...
Hi,
Our application needs to send MQTT messages to AWS from a nrf52840 via a Android/iOS device.
We are currently using Zephyr + IPSP + MQTT to a Ubuntu virtual box for...
HI
I am using nrf52832 s132 sdk15.2 for my application development.
i have a question: my device is acting as peripheral. Is it possible to get RSSI value central device...
We are using s132_nrf52_2.0.0_softdevice.hex with the nrf52832 .
We have been having problems with our devices asserting when in the field. Unfortunately we have not been...
I have an nRF52832 BLE peripheral device that will be going through FCC testing. The device was developed under SDK 15.2, S132 6.1.0.
The user interface to the nRF52832...
Hello,
I am currently utilizing the Keil uVision5 for debugging, but have confronted a problem which I cannot solve.
I managed to succeed in programming a soft device...
Hi team,
My customer is evaluating nRF52810 in their project, and they come up with some questions regarding chip MAC address:
1. They understand that chip MAC address...
Hi,
I am using nRF52840 Preview DK with SDK version 15.3
I want to connect to a peripheral and configure some of its behavior such as Transmission power, Transmission...
Hello! I am using nRF5 SDK 15.3.0. The SPIM sck and the QSPI sck pin is same on my Pcb. When i initialized both peripheral SPIM works well ,but the QSPI not works. Is there...
Hi
I'm currently struggling a bit with the zboss API. I am trying to define 2 lights on my nRF52840 DK board. Via Amazon Alexa, it should be possible to control these two...
Hello,
I'm starting design on a new BLE dongle project.
I am planning to use nRF52840 and an external flash memory for storing sensor data. I need to include timestamp...