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...
Hi, I am using libuartes to comunicate with gps and I get the Rx buffer like a problem already asked in this thread when I send a text "abc"
the first 3 times : everything...
Hello,
- If I supply nRF52833 in High Voltage mode (LDO + LDO sub-mode, not the DC/DC convertor).
- Set the VDD in the corresponding register to be e.g. 2.7V (VREG0 LDO...
Hello all,
this is actually repost of the previous post : Porting the library code of the sensor due to my fault, somehow I have clicked on the the wrong button ...
Anyway...
Hi,
Our product is using nRF52810, and we need DFU. But the size of application Bin is over 60kbyte(about 63k). When we use S112(100K), the bootloader is 32K, so we just...
I am using:
nRF52840DK nRF5 SDK for Thread and Zigbee v4.1.0 CLI example with added code Border Router on Raspberry Pi 3+
Using the CLI, I can get an IPv6 address for...
We would like to use the nRF52840 to upload compiled Arduino firmware in hex file to atmega328p over serial port.
The latest version of the Arduino firmware would be stored...
nrf52833, custom application based BLE Central Uart Project.
s140_nrf52_7.2.0
Our average Power use in the application is 1.5mAmps. What is the proper way to manage...
Hi, I am working on ble_app_uart_c(central device) and want to add the DFU option. I have successfully added a buttonless DFU service in the peripheral application. Now how...
I'm testing a simple application based on the UDP example. It samples some peripherals and ADC channels, these values are then packed into a CoAP message. This CoAP message...
Hi,
My custom board using nRF52810, project was based on ble_app_uart_pca10040e_s112 and secure bootloader.
The size of application is 59k, and the bootloader is 32k....
Hi
I looked in the nRF9160_PS_v2.0.pdf,I can not find the voltage level of SPI signal pins,Does the voltage level of SPI signal pins equal to the voltage supply to the VDD_GPIO...
Hello,
I am using SES environment with nRF Connect SDK 1.9, SoftDevice S140 and nRF5_SDK_17.1.0 to clone the nrf52-ble-multi-link-multi-role example on Github ( https:/...
I'm facing some issues over connecting over to AWS with a custom board, the board was connecting before and the code connects with AWS using a Thingy91
Hi,
I'm trying to develop a simple application on the NRF5840 DK using the NRFConnect SDK inside VScode. I am struggling to see how to add external libraries to an application...
Hello,
I am using the nRF 52840 DK board. I am trying to implement the code for the HX711 in Zephyr.
I was just comparing the code with Arduino which I have written and...