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,
At command, I'm sampling ADC for a short period of time. What I noticed is that the current consumption of the chip goes up 2mA, even after the sampling is stopped...
Hi,
What is the actual difference in hardware between the two chips? I know they support different soft devices but is there any actual difference in the hardware? Or is...
Does having monitor mode debugging or using RTT print statements increase the quiescent current of the nRF52 even when the debugger isn't connected? I am using S132 SoftDevice...
I'm in the process of porting code from a PCA10000 rev2 board to a custom board, using the ISP130301 integrated MCU (contains a rev3 nrf51822 IC). I'm using nrf51 SDK 6.1...
Hi,
I use an nRF51822 QFAC A1 and my goal is to disable BLE in a powerdown mode, then when I press the pushbutton I want to restart BLE.
Tried using BLEDevice::shutdown...
Hi,
I'm using nrf52 dk(PCA10040). I want to disable the SAADC between readings to save power. I am calling the function nrf_saadc_disable() to do so. It seems to disable...
Hi,
I am having some trouble to make NFC Tag emulation working with "ble_app_hrs_rscs_relay" example application in the nRF5 SDK v11.0 on a PCA10040 board. Actually I did...
Hi all,
i have a little problem with the #define NRF_LOG.
I have this warnings, and i don't know why.
Warning[Pg004]: macro parameter " VA_ARGS " is used in both expanded...
Hi,
I would like to generate PWM waves with on/off period as low as 10usec.
How to stop the PWM and restart it? I tried this but does not stop the PWM:
void pwm_start...
I am trying to advertise my eddystone UID,TLM and URL frame on advertisement. Here by board is in peripheral mode.
I used radio_notification_init() function where i have...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
It seems like there are several asynchronous things that happen and it's unclear what had proprioty over each other. I assume interrupts asynchronously interrupt everything...
Hi,
I use the nrf52 dk(PCA10040). When monitoring the current consumption of the advertising with the DCDC enabled, we see some current spikes. Why?
Here is two screenshot...
I modified the code of ant_background_scanning_s212_pca10040 to make it works with s310 on nRF5144 xxaa.
The code works fine, but loose a lot of RX packets (more than 80...