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.
...
Hi,
I tried to use the sensors on the Thingy:53.
However, it looks like the BMI270 on the Thingy:53 is not supported by the nRF Connect SDK because the SDK only supports...
Hello everyone:
I'm following the tutorial in JWT authentication on nRF Cloud | nRF Cloud Docs .
And I want to test the REST APIs by using curl command.
I have created...
Hi,
I think this is a regression or related to this issue:
Attached is a very simple example with the [email protected] - if you build it with `CONFIG_DEBUG=n`, it...
Hi all! I am working in a BLE scanner but I have enabled the filter by MAC ADDRESS. I can filter beacons that are produced based in NRF52 and NRF51. But when i try set a MAC...
Hello,
I am running into difficulties getting the sleep current below 2.356mA. I have a custom board but I went ahead and tested it sleep current capabilities by programming...
Hello,
My application (nRF52832, SDK17.1) uses the fsotrage library for low-level sequential data storage and retrieval.
At the moment I'm using nrf_fstorage_sd as an...
Hi,
I am using nrf sdk for mesh v5.0.0 and we are building our application on top of sensor_server example. I am provisioning the nrf52832(which is acting as sensor server...
Hi Team Nordic,
For setting up a thread network using nRF5340 DK's, I wanted to build and flash Thread: CLI sample from nrf repository. I use nRF Connect for VS Code with...
I’m using the nRF52840DK to communicate with a module over uart. My problem is that the module has a baud rate of 921600 and as far as my understanding the nRF52840 is using...
Hi,
in my current project I need to have a wall clock time, thus I am using the date_time library. While trying to understand it I came across a few issues/questions.
...
Hello,
First let me say I'm new to Nordic tools and SDK. I have been lurking on this forum for a while and it has helped solve a lot of my issues in the past. I couldn't...
Hello
I tried to follow the instructions to install the nRF SDK Connect and I found the following issues:
There are 2 sets of instructions :
option 1 :
https://nrfconnect...
Hi! We would like to build two different sw variants from same source code and mostly the same config options, probably only needing a single "define"-difference in code....
Hi,
We have a question regarding firmware over the air update, can we update the firmware of the devices connected in Mesh network or we need to connect single device...
Hello,
to use the twi sensor library should I define for each sensor an own NRF_TWI_SENSOR_DEF?
I found not really a documentation about the usage of the twi sensor library...