Hi,
I have an application called `main_repo` built using v2.1.1 (the SDK version doesn't really matter). This contains all source code, dts files, Kconfig files, etc. to...
Hello, I have a pair of nRF9142EK devices that I've been using to test DECT NR+. Now, I'd like to test out one of the boards with the cellular modem firmware for nRF9131EK...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
our application is nearly finnished now, but I noticed, that after adding the secure_ble bootloader, the program enters the bootloader at poweron, then enters my application...
Hi, I got the schematic of thingy:92.
Now I have a question about netnabel: IF_SWD.
IF_SWD is connected to three nRF52840 GPIOs.
if the CTRL is high in IF_SWD, IF_SWD...
Hello,
I'm trying to use the USB MSC to show up as a file system, transfer the file into RAM, and send the file via BLE to an Android phone. This is with SDK 15.3 and S140...
Working with Fanstel BT840 module we have discovered that ADC channel VDD reads as zero or produces small mV level result. nRF52840 chip revision on these modules is QIAA...
Hello everyone,
i want to send a 16 Byte datapaket from a peripheral nRF52840 DK to my iPhone. (S140 SoftDevice) Im looking for an example who sends datapakets from peripheral...
Hello everyone,
I have a device with a custom service including 3 characteristics and another device with 4 characteristics (same 3 chars as the first device + 1 new). ...
I am adding a Battery Service and am searching for advice on good practice. Can you advise?
In the SDK examples, many include the battery service but only ble_app_proximity...
Hi! I'm having some trouble with missed BLE notifications. We are using a custom BLE service and characteristic on the nRF52840 Development Kits and Feathers with notifications...
Hello!
I am currently using an AndroidOne along with the nRF Connect app on both my PC and the smartphone. I am trying to get the phone to connect to my DevKit. I am currently...
helo,imy name is nissim and i am trying to make my own app to some watch that runs nrf52832 soc
the development group that make the app said that they need the bluetooth...
Hi,
We have added support to button click in our design but the intruppt only works once at the first time it is pressed.
What am I missing here? why is the button_evt_handler...