Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
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...
Hello,
I'm migrating my project from using child/parent to sysbuild ( simple Hello world code, and using MCUBOOT + NSIB ).
The first error i faced when moving to use sysbuild...
Using Zephyr.
I'm looking for a process or a function to log unconditional message in the logging system including timestamp and other typical logging/display functionality...
We have a custom board with an nRF9160 directly connected to a SIM-S-IO3-MFF2-2 IC. I understand these kinds of eSIMs in IOT devices are typically provisioned over-the-air...
I have a slightly off the wall requirement where I need to send a serial data stream at 5kbps, it will be used to drive an external OOK 433MHz transmitter. The data format...
Hi,
I am having some issues when trying to enable the Fast Pair when executing the bt_fast_pair_enable(). I used the debugger to determine where it's failing:
...
Hello,
I am working on setting up the nrf52 (nrf52832) to communicated with the AD4130 from Analog Devices via the SPI Port. However, I am encountering a problem that I...
Hi,
I'm using the nrf9160, sdk 2.4.0 and tool chain 2.6.1. I need to scan the i2c sensor, I didn't find the i2c scanner example. So i was add one code and tested i'm getting...
I am trying to test the light switch and light bulb example with google home app and google nest device as a border router. I have flashed the bulb example into a nrf52840dk...
Hello, I've been trying to connect to cellular from our custom board (using nrf9160_ns) for the past few days. It already worked with the evaluation board using the same sim...
Hello,
I'm using the audio application provided by nRF. I want my device to play an audio file containing a sound saying "Connected" whenever the board is connected to the...
Hello, I'm running the nRF5 SDK's ATT_MTU throughput example and I want to check that the data sent by the 'tester' (nRF52832 in my case) is effectively received by the 'responder...
Hello Nordic team,
Currently we are developing with the latest Serial LTE Modem FW and modem core firmware which is available on Quick Start.
We see that the COEX0...
Hi
I set the time and date from cfs
the received package is valid. the timestamp is transfer to the set method correctly. the output shows also that the system time is...
We are currently using a Linux system and controlling HCI_UART firmware through BlueZ.
The problem we are encountering is that using BlueZ V5.55 allows normal Bluetooth...
Hello! I have a GATT Server in the form of a nrf52840-DK that has been given to me from a company that has a custom service on the server using CCCD. I have the full documentation...