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...
A quick question - is it possible to switch the SAADC between advanced and simple modes during runtime?
I've got an application I need to get running quickly, and part of...
Hello,
I have some troubles measuring the output power of the nRF52840 DK. I used both radio test and DTM firmware and I have the same problem. I try to measure the maximum...
I am planning on creating a wireless keyboard with the nRF52832, and I intend to supply it with power from a ML2032 (3-volt) rechargeable button cell battery. Is it feasible...
Hello,
I want to add multi-image dfu over BLE to my NRF53. A simultaneous update seems to be the only option for this. Unfortunately, it seems we lose the ability to revert...
Hello! I am using an nRF52840dk with an nRF7002ek shield to implement wifi, bluetooth, and MQTT. My goal is to connect to wifi, set up the device as a central BLE hub so that...
Hi I have Question(s)
related to the nrf9161-DK Board.
I am not using the LTE Firmware, I am using the Nordic DECT-NR+ Library on it. How can I set the time manually...
I use custom board for nrf52840 but i have some problem with the BLE. BLE is advertised but when i want to connect it, it keeps connecting. this is my code. I use mbed before...
Hello,
We are using an nRF5340 + nRF7002 combo. We've been having trouble trying to read Wifi MAC addresses on provisioned devices without accessing OTP directly. From the...
Hi,
I am trying to run SDK example project on my SES. I am using SDK 17.1.0 and my Dev board is nrf52832. I am using PCA10040 and S132 softdevices.
When I am building...
Hello,
I'm trying to do some calculations using the FPU, but it seems like software float routines are still being used. I haven't been able to find any conclusive documents...
I'm trying to generate a service key and token so that I can access AGPS services on nRF Cloud. The documentation says that clicking on 'Device Management' the panel that...
TWI Master drives BNO085 to read four-element data at intervals of 20ms, and I2C will not be able to read data when the device works for more than 10 minutes. INITTWI and...
I have verified The maximum channel table size NRF_GZLL_CONST_MAX_CHANNEL_TABLE_SIZE is 32.
but result_value = nrf_gzll_set_channel_table(my_channel_table, 32) return false...