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.
...
Hello,
sorry to border you again, but I have a problem that block me for many days. I read all nordic questions on TWI (I2C) but did not found a solution... :(
I have...
Hi,
We are designing a custom Board using nRF52840 SOC.
We are operating it in Normal mode, using an internal DCDC converter
We have used configuration 5 from the...
Hi there,
I need to transmit 33995520 bytes from nrf52 peripheral device to a Windows/Android device. Currently it takes about 13 to 14 minutes to complete the data transfer...
the flash of the nrf52832-QFAB is 256KB. the softdevice S132 is used which consumes 152KB and the compiled file of the BLE_UART only consumes 98KB (after making the changes...
Hi,
We have a product already on the market for about 2 years, based on nrf52840 and nrf52832.
The product receives data from an 'external device' via UARTE, forwards...
I received the product update notification via email. I did not see any additional details such as a PCN which documents the exact changes.
So the questions I have are:...
Hi Devzone,
I have noticed that some examples, like "ble_app_hts" that has strange flash placement like this figure:
There are 3 partitions, each is 8 bytes in top of...
Hi
I was using the MESH SDK 5.0.0 Dimming Server Example on nRF52840 DK and Dongle it worked fine so i designed a custom Board according the Designrules of Nordic. ...
Hi
I want to measure the battery power by using SAADC to measure the value of VDD,The battery to be considered is 4.2V or 3.7V lithium battery,How should the circuit be...
Hi everybody,
We are trying to port our previous firmware from nrf52840 to nrf5340. The first issue we encountered is TWIS support. It looks like something is missing as...
I did download the device certificates from the AWS IoT console into a directory: C:\Nordic on my PC.
However, my attempts to copy and paste these device certificates from...
I tried to upgrade the modem firmware on NRF9160-DK to the latest 1.3.0, downloaded from https://www.nordicsemi.com/Products/nRF9160/Download#infotabs .
After (succesfull...
Hi,
We are using SDK 14.2 with s132 v5.1.0. Reviewing the changelog for newer versions of the SoftDevice, we see:
"A memory access fault (NRF_FAULT_ID_APP_MEMACC) can...
Hello,
I am developing a device with a nrf52 using s140 with the last sdk. The objective is to interact through ble with other devices that have different custom services...