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...
we add static pass key in example code hrs with dfu,but when connecting with phone,input passkey on phone,the nrf51822 will reboot device_manager_cnfg.h
main.c
Hi Guys,
I'm working with nRF8001 BLE with PIC18F microcontroller, well i have succesfully completed my project but their one last thing i have to add i.e sleep and wakeup...
Hello Nordic,
For my application I need to log external and internal events/state of my device. In order to do so, I need to find a way to keep track on time. I do not...
Issue is similar to
devzone.nordicsemi.com/.../
I'm developing an application based on latest SoftDevice 130_1.0.0 and using two or more DevKits.
My application starts...
Hi. My app based on S130_1.0.0 and is run on DevKit with 51422 chip. App advertises and scans at the same time with next params:
adv interval = 20mS;
scan...
im using nrf51822. before entering DFU mode I want to save data in flash. but when I call pstorage within reset_prepare function, it doesn't jump to DFU mode !!!!
reset_prepare...
Hello guys, i'm new in nRF51 DK board, and i would like to flash the .hex file to my board, but when i do it the board automatically unmounting himself and reset with the...
hello there i want to send negative acknowledgement then what should i do?? like i want to send some data and then i want to send negative acknowledgement
i am trying to use yggdrasil for nrf51422 (pca10028) with sdk 10.0. after installing, i cannot see the com port. How do I flash "connectivity_115k2_with_s130_1.0.0.hex" with...
Hi everyone!. I am beginner for Nordic Devices
I want to use RTC Clock with softdevices
so I loaded the project ble_uart_s130 from examples.
and I changed code like...
I have a ble central device. Sending commands to UART in main() works well. Sending in on_ble_evt() doesn't work (only the first char).
But I see in your examples that you...
Hi guys,
I've almost got DFU working on SDK10. However I am having issues at post validation of the image, specifically in the function dfu_init_postvalidate() in file...
Hello all,
Thank you in advance for taking your time for reading this question. I'm developing a proximity application and I have programmed the nRF51 DK with the s110...
Hi,
I am trying to set up a small mesh network. Basically I have a couple of PCA10028 (v1.1.0) and I have flashed the mesh example:
github.com/.../BLE_Gateway
One...