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,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello
I'm testing the Release v1.6 of NRF Connect SDK in combination with our application. On Nordic NRF Connect SDK v1.5.1 we managed to get the following setup working...
The nrfconnect-setup-3.7.0-ia32.exe installer gives a malware warning from Google's VirusTotal website . There's only one warning, but it's from one of the larger malware...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as a central device and an Android device (Bluetooth 4.2, nRF Connect) as a peripheral.
I want to get Scan...
Hi ,
Need information for setting up nRF52840 on Eclipse IDE & GCC compiler . Need if any stepwise process guide available for setting up environment & debugging process...
Hi,
===========================
Chip: nRF52832
SDK: nRF5_SDK_17.0.2_d674dde
Role: Central /Peripheral
Project: BLE gateway
===========================
We currently...
Hi,
Please help me with this interrupt error
dk:PCA10095 0.11.0
sdk:ncs v1.5.0
example path:D:\ncs\v1.5.0\applications\2_hello_world_timer
example code:
test...
Hello, I have a big problem now. I set up a BLE network with 11 peripheral boards connected to 1 central board via NUS protocol. the peripheral board is based on NRF52840...
We are making a product with nRF51822;Powered by a CR2032 button battery ; Hope to achieve low power consumption;
It can be seen in the datasheet that nRF51822 has Internal...
I've been checking the nRF52805 Errata document to see which errata apply to our product and do not yet have a workaround implemented in our firmware.
Unfortunately, I'm...
Hi,
Device FW information is as follows: SoftDevice: s113_nrf52_7.0.1_softdevice.hex bootloader: mesh_bootloader_serial_gccarmemb_nrf52832_xxAA.hex device page: device_page_nrf52832_xxAA_s113_7...
I want to use our app in phone to communicate a nrf5340 board through ble. my project use sample peripheral_uart . but app ble three 128 bit UUID is different from ncs1.5...
Hi,
I'm trying to measure and log the low power coming from a peltier module. (TEG seebeck effect). In Ampere meter mode with LED for load I get nothing. Replace TEG with...
Hi,
I successful developed a application using nrf / zephyr SDK and install the applications on the nrf52840dk and dongle. Now I want to adjust the power using
CONFIG_BT_CTLR_TX_PWR_PLUS_3...
hello i am trying to interface RN8209c ic with nrf52832 using uart communication with sdk 15.2
uint8_t readbuf[50];
uint32_t err_code;
uint8_t buf[10]; buf[0]=0x7f;...