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'm working with the nrf52840-DK and using the nRF5 SDK v15.2.0 Stack version.
I´ve got a working program for my coordinator (C) and my end device (ED). The C establishes...
Hi
I have this code that works like a charm when the device is connected and I want it to leave the network.
But if the device is dead or disconnected and I want to remove...
Hi,
I know this is a license question and the default answer is "contact a lawyer if you don't understand the license". But this can hardly be the first time someone...
Hi,
I'm trying to connect nrf52840 to IOS 12.1.4 as a Braille display. Standard BLE HID is working well, but when I try to connect as a Braille Display ( Settings/General...
I am trying to connect and according to the spec sheet, there might be multiple pipestatusevents.
When I try to connect using different phones (with different Bluetooth...
Hi,
I'm using the light switch client example to test the Mesh App on iOS.
The PCA10040 board can be identified through Mesh App, but not be identified on our test board...
I am using nrf52810 chip without softdevice or bluetooth stack. I started to develop at November 2017 with Datasheet version v1.2. On 31. Januar 2019 Nordic released a newer...
Hello,
I have project for collecting temperature information from 15 pcs temperature sensor.
It is possible to create system with 16 pcs nRF52840.
one of them will be...
Hello,
I’m using two nrf52832 as servers sending 20 Byte data with 18 ms notification interval.
Notification Data:
[incremented uint8_t ] [19 byte data]
Client:...
Hi,
I'm working with the nrf/samples/nrf9160/at_client (@ tag v0.3.0) with a PCA10090 board.
I had a question about the response to the AT+CESQ command.
Specifically...
hi,
i am quite new with programming tools like the nordic thingy and i am currently trying to get some initial program running, i.e. the blinky example. i have a few questions...
I am converting the simple_on_off vendor model to send a message on mesh 3.1.
the server implemented the simple_on_off model successfully. But but my client runs into 0...
Hi currently I am using the nrf_mesh_sdk_3.1 latest release light_switch Example both client and server one after successful compilation and load examples in DK boards when...