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, does the nRF9160's LTE modem support waking-up the application processor using an incoming call?
The OPS indicates that a DETECT signal can be input to a GPIO pin for...
Using nRF5_SDK_15.3.0, soft device 132 (Rigado BMD-300 eval kit), segger embedded studio
I'm trying to control ADS1231 by listening for DRDY to go low and pulse an output...
Dear nordic,
I have some doubts regarding this both examples. I am new in this thread coap
1. In Thread coap cloud client example uses coap post method is it right?(i...
Hi! I am evaluating Extended Advertising. Is it possible to get the rssi of ADV_EXT_IND at the BLE_GAP_EVT_ADV_REPORT event? That was possible with AUX_ADV_IND. My environment...
in advertising_init(); function, i add some code like below:
#define def_uuids_complete 1 //#define def_uuids_available 1 #define add_vbat_service 1
/**@brief Function...
Hi everyone,
I'm currently trying to develop an application with the mesh, the uart and the DFU.
I've started the project with the sdk_coexistence for use the uart and...
Hello
I am using a proprietary board containing NRF52832 chip
using Rigado board I can flash the system on Rigado board perfectlly
using my costume board, by using...
When my app starts up, I call "lte_lc_init_and_connect()" by using the Zephyr system workqueue. With it running on a separate thread, my main thread is still blocked. I have...
I am further developing a solution based on nRF5_SDK_12.3.0 and s132 v3.1.0.
I am using Segger SES to Build and Run the solution in nRF52 SDK.
nRF5_SDK_12.3.0 comes with...
Hello!
I´m trying to assign an unique id to my different devices. The main idea is to read an specific address (using 0x37000 atm). If i detect it is a new device i assign...
Hi,
I am using nRF52832 with SDK15.2 Running the ble_hid_mouse example. I am trying to connect an LED to pin 17 (where LED1 is connected) and am trying to duplicate the...
Hi,
With the 15.2 SDK is it possible to change the NRF52840's "USB Serial Device" Device Description/Display Name name when listed under Ports under Windows Device Manager...
Hi everyone,
I'm a little bit helpless at the moment, I'm using the function "nrf_drv_spi_transfer" for the SPI communication with a power management chip. This chip is...
I want to save data to NAND Flash Memory (W25M02GV) and extract data to USB MSC. If you have an example of this, I want to get help. The SDK is using 15.2.0. nRF52840 -> QSPI...
Hi Engineer I am using nRF52832 to develop a product. I want to save a flag to flash (FDS) before leaving the factory, and then read this flag every time I turn it on, and...