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...
I've been writing a vendor model for Bluetooth mesh based on the light lightness model in the SDK. I'm extending the generic level model into my model - a window openess level...
Hello -
I am trying to set up the nRF9160 DK kit. I successfully updated the firmware and entered the ICCID, PUK, IMEI, and HWID values. When registering for nRF Cloud,...
Howdy,
I'm trying to get Zypher up and running with the Particle Argon board using the nRF52840 chipset. The goal is to get both Bluetooth and UART working, but for now...
Hi all,
We are using nrf52 DK (both pca10040 and 10056) to develop a multi-channel ADC sampling module running Mynewt.
The example ADC code with Mynewt is a single-channel...
Hi All,
I am in the process of fabricating my own PCB for the first time using nRF52840 chip.
The design will be somewhat similar to the nRF52840 Dongle design with slight...
Hi All,
I am trying to simulate the nRF52840 Dongle Antenna given in the hardware files using CST studio. I am using the following substrate and trace width which was in...
Hi All,
I am trying to write a driver for the Grove-LCD RGB Back-light V4.0 using nRF52840 DK. However, it doesn't work. I am trying to figure it out why.
The description...
Hello, I'm a beginner who just entered Nordic.
It may be difficult to read because I am not good at English. Please excuse me.
I use NRF52DK and SDK v17, and I'm developing...
Hi guys. I'm currently stumped by a most peculiar issue.
Im using two PCA10040 boards (20 cm apart) to send a data stream via the GZLL protocol: DEVICE button pressed -...
Hi,
We are talking with a Bluetooth certification provider regarding our product, and need QDID's for Host and Controller.
The nRF52x is running Zephyr and the Host is...
We are currently developing an application for nRF5340 using the nRF Connect SDK which requires bluetooth mesh + iBeacon coexistence. Are there any resources/examples available...
Hello,
Can broadcasting be set to unconnectable mode to reduce power consumption? I tried to set the broadcast to p_advertising->adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Dear community
In an attempt to implement an LTE TCP client, I'm stuck at the problem, that `recv()` doesn't return after the server has closed the connection.
My test...
Hi All,
in Segger Studio those project explorer "code' and 'data' columns that pop up every time you change something are slowly getting at my nerves. In my humble opinion...
I would like to share a common time references between the NET and APP CPUs. This can be a single timer which both CPUs can access or two independent timers as long as the...