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 everyone, I am program for PCA10001 and I want to use Bootloader to upgrade firmware through OTA for my device. I have a old file bootloader use for s110, and I tried...
Hey,
I would like to send data from Central to Peripheral. I follow by ble_app_uart example, however I need to send a float type variable, so I split it to the total and...
I have 2 identical nrf52832 development boards with PCA10040 V1.1.0. One is running the ble_ant_app_hrm example from the nRF5_SDK_11.0.0_89a8197. This example appears to run...
Hello,
I'm developing a product using nRF51822 which is intended to work with iPhones (only iPhones for now; iPod/iPad and Android later).
I need some kind of document...
Hello,
I'm trying to recreate the PWM_library example from the v.11 SDK in a new file in Keil. I have compared the debug settings in my project to the debug settings to...
Hi there,
I am following the thread to use JlinkExe and JlinkRTTClient. I encountered a situation which i don't understand.
After running JlinkExe (go to the folder...
Hello,
I am trying to remake an nrf52 project in Keil and ran into a problem regarding stdint.h. There is already an "include <stdint.h>" statement and Keil has not reported...
Hi,
I am testing the NUS using the UART example in the SDK11 with the PCA10040 board.
Since I want to achieve the maximum speed of transmission I used the FIFO buffer...
I am having issues waking up nRF52 with s132 using the RTC interrupt. The same code is used on nRF51 with s130 and does not show this behavior.
The RTC is configured and...
Hi,
is it possible to have the same configuration as in the example ble_central_and_peripheral but with ant+ as peripheral (on nRF52)?
Thank you for your attention
I am doing externally triggered SPIM transfer on the Nrf52 using PPI.
I found that the NRF_SPIM_TASK_SUSPEND is a very power hungry operation as SPI suspend waits for the...
Hello
I have a nRF52-DK and I am trying to programme an external designed by myself but this one contains the nRF51422 chip. I am using nRFGO Studio to upload the .HEX...
I consider using " nRF OpenMesh " to implement my project.
But, I have no idea bout what's the throughput of it.
Anyone has an idea?
I find the max. content of advertisement...
Hello, I'm trying to make two nRF52832 connect to each other on their own. Currently, it seems that the ble addresses are reversed when printed by ble_gap_addr_print in different...