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...
the priority of my custom thread is lowest priority. but it's not possible to call hvx function.
in ble_app_hrs_freertos example,
a sd_ble_gatts_hvx function is called...
Hello,
Suppose I flash a device that uses the nrf52832 with a serial bootloader, SD and valid application, can I still write to UICR regions via a serial connection using...
The nRF UART Android app currently uses a non-monospaced font; so, for example, a '1' is a different width to a 'W'.
This makes it hard to view strings where the fields...
Hi. I'm beginner.
I want to use nRF51822xxAA chip on keil compiler.
project->Option->Target->IROM1 start, Size & IRAM1 start, size.
Please let me know IROM's start and...
Hi,
I'm using ble_app_hids_keyboard example as the base to develop my own application, but was found something really strange, the application seems never get into sleep...
Hello Nordic!
I am using an Android phone and a nRF51822, and I'm performing BLE speed tests.
For these two devices the theoretical maximum is given by 4 * 20 / 0.0075 ...
So I have a remote, a central, and it's connected to my peripheral.
The remote is based on the multilink example.
SDK V11.
I want to press a button on my central and...
Hi, i'm wondering if it's possible to make a GPIO pin trigger different tasks when it is externally driven from low to high, and high to low.
I'm trying to stop an RTC...
I would like to NRF51822 bluetooth test.
It has NRF51822 eval-kit 2EA.
1EA is a Central (dongle role), 1EA want to test the bluetooth interlock with Peripheral.
What should...
I hope this isn't a duplicate of another question. I searched on sd_power_system_off and didn't see anything exactly like this.
I'm creating a new project, based on ble_app_template...
I have the 51822 chips, and want to establish a network with large data volume, I use the S130 now, but the effect is not ideal, so I want try the BLE4.2. Do we have the SoftDevice...
Hi,
For the past few weeks I've been trying to make a small device that would simulate a mouse with Arduino and MPU6050 accelerator + gyroscope sensor. I wanted the device...