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...
Hi,
Greetings!
I want to use GPIO P1.07 & P1.05, which are specific Standard Drive,Low Frequency pins.
I used these same gpio pins in SPI peripheral example and...
I have written several health device peripheral simulations on the pc using Visual Studio and the pc-ble-driver. There are a few bugs in the driver, but basically it works...
Hi All,
I am trying to get this example NRF_SDK\nRF5_SDK_16.0.0_98a08e2\examples\peripheral\usbd_cdc_acm, working on a custom board,using a BMD-340, The only changes I have...
I have a lot of issues when switch to using nrf52820.
all saadc module seems removed from the sdk, or forget to add to nrf52820.
when using softdevice, get a log of...
Dear,
When I click the "F5" key for debugging after complete compile, it requests some files as below.
Could you let me know why it requests and how to fix it?
hi. I use sdk16 and ble sample like kb or mouse. i want to save some data in ic. with flash_fstorage.
i see flash_fstorage example .it can use SOFTDEVICE_PRESENT for save...
Hello,
I am trying to find a way to upload the certificate automatically from the main.c file instead of uploading them to LINK monitor. Is there a command in nrf project...
I have a known working distribution (ZIP) file that when flashed onto a device, correctly goes into the application and is able to do buttonless DFU. This was left behind...
hi all:
NRFSDK_16. I want to get timestamp from rtc,but my device need run with low power,so when the device in idle mode(no user use),will put it in system off mode.
...
Hi, Nordic,
I have the follow questions in the nRF5_SDK_17.0.0_9d13099
1. Why in the Demo ble_app_multirole_lesc remove the BLE_GAP_EVT_LESC_DHKEY_REQUEST's process as...
Like --insecure option in the curl command, i want to skip certificate validation when make a https connection to server, so i have checked all http files in zephyr and there...
Hi everyone,
I am new to programming on such an embedded device(NRF52840DK). I met a problem recently of how to set up the PIN on the board to connect with the LPS22HB sensor...
According to the doc; * This function will block until the temperature measurement is done. * It takes around 50 us from call to return.
Instead I'd like to return the value...
Hi,
I’m developing an application using the SDK V16 , the nRF52DK (52832) as central, and a couple of Sparkfun nRF52832 breakout boards as peripherals (both peripherals...
Hi everyone!
I am trying to implement the OTA - DFU in my project. I have my own board with a nrF52832 chip.
The project was build using SDK 13.0.0 and softdevice s132...