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...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
Hello Everybody,
I have read these articles on the site : article_1 &
article_2
I need to do something like that, read around 8000 sample with sampling rate equals...
Hi,
I used the app of nordic , that puts the system off in order to measure the current at that mode.
the example i used is at this link . ( system-off-wakeup-on-gpio...
Hi
I'm very new and looking at the PTR5518 breakout board. The docs below specify some of the pins:
Are the pins EN , RX , TX , RTS etc. tied to P0.08, P0.09,...
Dear Sir/Madam,
I want to use the One channel of Timer 1 for PWM generation and other channel is used to measure the pulse width of input square wave.
For above i need...
When I try to step through my code, I get a wdt event firing. I have tried setting the behaviour to pause during debug and sleep
void wdt_init(void)
{
uint32_t operationStatus...
I would like to measure BER and PER on custom board by using sample project that is included SDK.
\examples\dtm\direct_test_mode\pca10028\s110
Could you please teach...
Hello,
I'm powering a Readbear BLE nano using a CR2450 coin cell battery. The firmware application is written using mbed. How can I measure the battery level of the CR2450...
hi,
can i use timer interrupt has more than 1ms period??
#define APP_TIMER_TICKS(MS, PRESCALER)
((uint32_t)ROUNDED_DIV((MS) * (uint64_t)APP_TIMER_CLOCK_FREQ, ((PRESCALER...
Hi, I'm trying IOT SDK now and I got some questions
My devices: nRF51422 DK, nRF51_iot_sdk_0.8.0_f1f6187, iot_ipv6_coap_client_pca10028
Q1: Why is the advertising interval...
Hi Nordic support,
I am building the ble_connectivity project of the latest SDK11. My EVB is pca10028m, the project is located under "nRF5_SDK_11.0.0_89a8197\examples\ble_central_and_peripheral...
HI,ALL,
in the Blue Core Spec, there are such statement here,
L2CAP permits higher level protocols and applications to transmit and receive
upper layer data packets...
Hi, I use [nRF5_SDK_11.0.0\examples\ble_peripheral\ble_app_hrs\pca10040\s132],but I get error such as the following.
{
............\components\softdevice\s132\headers...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
HI, I am new to embedded system and just start to learn NRF52 DK. currently I want to configure a pin of nrf52 as interrupt. so i created new GPIOTE_Handler function . however...