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.
...
We'd like to use Thingy91 to measure temperature, but it looks like the thermometer (BME680 onboard) gets heat up, when Thingy91 is running for some time.
I placed the device...
Hi,
I'm supporting a customer who is planning to use T-Mobile as their carrier. One of T-Mobile's questions is:
APN requirements: Private APN requires an IPSec VPN or...
Hi,
The spi_config structure zephyr provides is as below: Wherein cs is initialized to the chip select pin. In my project I have a requirement to handle 2 slaves which...
There is a bug in the sample/nrf9160/at_monitor, namely to do with +CEREG unsolicited notification handler called "cereg_mon". "cereg_mon" expects 0-2 +CEREG status code,...
I'm trying to replace a RS232 cable with a BLE bridge with the Nordic Uart Service.
One nRF52832 configured as central (app_uart_example_central) and an other one as peripheral...
Hello,
We are working on a product that contains nRF51822. The product sends continuous data (2 bytes) via NUS service to the mobile app at a frequency of 200ms.
When...
Hello,
I am aware that this is not an Arduino support forum, but if I'm not violating any rules, I'd like to ask a question in hope that someone might have provide a helpful...
I'm developing on an iMac M1.
Over 2 month I tried to get the nRF Connect for desktop (V3.9.3) running on my M1-mac, without success.
Toolchain manager (v0.10.3) works...
Hi Nordic Team,
Currently we are exploring nRF52840 DK.
We have observed BLE Enable SOC usually have two cores, one as an application and one as BLE Soft Device core....
Hi - I am using the /nrf/samples/matter/lock sample as a reference template to develop my own app. Thank you for providing it!
I am able to build and flash the basic build...
After updating the firmware on NRF9160 Connect DK (using mfw_nrf9160_1.3.1.zip as well as the ltem asset tracker hex file) LED 3 does not turn on and AT commands in LTE Link...
I am using a mac M1, running macOS 12.0.1 Monterey.
J-Link Software and Documentation Pack v7.62 (latest)
NRF Connect for Desktop v3.10.0 (latest)
Programmer v2.3.1...
Hello,
i'm using a nrf52832 dk and i'm using the example ble app uart.
I saw the packets that are send for rx or tx but with packets of 20 bytes
I saw this post, https...