I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello. I can't normally use USB for two-way communication.
The problem is sending the PRX payload in ACK packets.
After conducting a simple test: PPTX sends a packet once...
Trying to use the basic baremetal mode as my application is very simple and dont want to go through RTOS stuff.
I tried with Timer and RTC, both case if I enable the interrupt...
I am using the nRF 52840dk board and I am new to nRF, I had worked on Cypress CYBLE & CYBT-343026-01. I am starting my development for basic BLE transmit, eventually, I am...
Dear Nordic experts, How do you verify that a (mesh) firmware has an app key assigned? What I'm looking for is basically the Mesh SDK's version of NCS's bt_mesh_app_key_exists...
I used the alternate method of installing nRF connect described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/gs_installing.html#build-environment...
for those of you who are aiming at a battery-powered NB-IoT device, this book might be worthwhile to look at. I recently discovered it and provided a good starting point how...
Hi
I need to understand what all configurations for ADC peripheral can be managed with dts or overlay files..? Like ADC channel, resolution etc,. Kindly guide me with all...
Longtime mbed user, first time trying zephyr. I'm hoping to find an example application that shows the expected file structure/CMakeLists/KConfig for a project that includes...
I am trying to save the address of program counter when a watchdog reset occurs. In order to do that I use gcc's __builtin_return_address(0) from within the SDK's nrf_drv_wdt...
Hello,
I am a computer science student doing IoT network analysis with an nRF9160 DK and an IoT SIM card connected to the Swisscom network in Switzerland. While performing...
Hi,
I have a device based on the board nrf9160 with an external peripheral which is the flash LE25U40CMDTWG and that communicates with the controller through the next pins...
I am new to Nordic devices. I got a Nordic Thingy91 today.
I want to send the sensor data to my own database using a php api and http request.
The following is the block...
Hello, a newcomer here.
I've just went through your wonderful BLE service and characteristics tutorials and now I'm experimenting with the BLE UART, i.e. proprietary NUS...
I have one nRF5340-DK now and have the basics working. I have even targeted compiles and flashed external nRF52xx devices using the nRF Connect SDK on VisualCode.
Seems...