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, I have a particular issue that happens intermittently, I was hoping someone here has come across the same issue and possibly knows how to fix it.
My Setup:
Using...
Hi
I am trying to add manuf data to ble_app_hts sample advertisement but without success:
static void advertising_init(void) { ret_code_t err_code; ble_advertising_init_t...
nrf52840 last version of SDK Hello I need help. I want to start ble_adv and then stop with a button signal and start again with another button signal. The idea is
Loop:...
Hi,
I am using ble_app_uart example and want to detect the read evant/ call back. Kindly help me how to register a call back function of a read type characteristic. I want...
Hi all, I'm working on nrf52832 in segger embedded studio. Using ble scanner app, I'm entering some random values. So when i enter a value, I'm adding them to watch and checking...
Hi,
i am working under the mesh concept in nRF52. I saw the mesh demo in nRF thingy the link is here.
and i also have 4 nRF Thingy boards in my hand. i want to do the...
Hi.
I am currently weighing up whether to use a PCB or a chip antenna. Due to my product is going to be less than 20mm x 20mm, I would prefer the chip antenna to save some...
Based on mesh sdk 3.1, open NRF_LOG_ENABLED in the light_switch_server example, ie NRF_LOG_ENABLED 1, the following error occurred during compilation: Linking light_switch_server_nrf52840_xxAA_s140_6...
Hi
I changed the clock source from NRF_LF_SRC_XTAL to NRF_LF_SRC_RC, but it dit not work.
In the migration guide( Migration Guide ) I found out, that the method SOFTDEVICE_HANDLER_INIT...
Hello,
I am working on a custom PCB with NRF9160.
I have modified nrf9160 uart sample to add UART_1 and enable SPI_3 and everything is working fine.
Now I need to include...
Hi ,
I am using SDK v0.4.0.
Modem firmware : mfwnb1nrf9160030123prealpha
Asset tracker example is downloaded to the NRF9160-DK.
Since I am using NB IOT, I select...
I use nrf52832 sdk 14.0
SD+ boot(for ota)+app
In the applicaiton there are some user data to save. I used two pages ( one pages start from 0x6E000 and the other start...
Hello!
A few questions about the flashlog:
1. What's the difference between the flashlog and the crashlog?
2. What is the recommended way to obtain flashlog/crashlog...