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...
Hello guys, I was doing some testing with the QSPI component, and noticed exceptionally high current draws depending on whether the Peripheral was on, off, and if the Macronix...
I’m designing a board with nrf52840. For the RF layout part I’ve followed the reference design apart 3 pads near the pcb antenna.
The question is: How much is indicatively...
working environment:
SDK:12.3
WIN8.1
hardware:nrf51822_qfaa
nrfjprog:9.8.1
problem:
using nrfjprog to program application(s130 + bootloader + application),application...
Hi,guys
I got a problem. I tried to create a service to control led over BLE, when i finished, it can advertise, everything was ok. But when i tried to write 0x01 to control...
BT832 connect to a passiv MEATER temperature senor. How should I configure the Device with AT-commands. I use Docklight to send AT-Commands from my BT832.
Hi Team,
I want to connect the nRF52832 based custom board to AWS-IoT cloud.
The Simcom 2G module is interfaced with nRF52832 over UART.
Can someone guide me from where...
hello everybody,
In my application i want to check if a password is set, to enter bootloader, otherwise don't start the bootloader.
This should work without bonding. ...
Hi, I'm new in the use and development of chip.W here do i start to develop myself?
eg my first aim is to make bluetooth headset compatible with android. Can you help me...
Hi, I have been looking at the following document nRF9160_OPS_v0.7.1-1510217.pdf which I had downloaded from the Nordic website today. In particular the layout guidelines...
Hi,
I run the "ble_app_uart" from sample program and leave it as it is. The program ends in NRF_BREAKPOINT_COND with "Fatal error" after a while. It is displayed as a screen...
Hello
I am using the nRF52832 with SDK 14.2, JLinkRTT Client, and SEGGER IDE. The system simultaneously runs a soft DAC, IMU, digital potentiometer, and provides variable...
Hi all!
I want to use the BLE stack by Nordic. I figured out that S132 is the appropriate HEX image for nRF52832. I can burn the softdevice into flash with nrjftool.
An...
We have an application where certain executions hold more priority over BLE link. We are implementing a critical section(disable/enable interrupts). However, in some corner...