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 All,
I have a question about use of super/ultra-capacitor in a circuit using a module BLE (nrf51822 inside) instead of accu Li-Pol / Li-ion ?
it is possible to use...
I am looking to use the nRF51822 in my product and have been given a nRF51822 development kit however i have been looking for access to the Firmware and Hardware files and...
I have an nRF52 DK and have compiled (with gcc) and flashed an example that contains the line
NRF_LOG_PRINTF("SPI example\r\n");
I get the appropriate LED flashing...
Hi,
I'm trying to discovery the content of a vendor specific GATT service.
So far I'm receiving the BLE_DB_DISCOVERY_COMPLETE event and I'm able to see that I got 4 entries...
Hello,
I have a BLE Nano (nRF51822) and I want to develop an app which will find all BLE devices around (MAC addresses and RSSI) and send it by UART/SPI . I've used nRF...
Hi.
I'm using nRF51822AC, S130.
I made source code for RF test as below.
NRF_RADIO->SHORTS = 0;
NRF_RADIO->EVENTS_DISABLED = 0;
NRF_RADIO->TEST = 0;
NRF_RADIO->TASKS_DISABLE...
I tried MQTT subscriber example code, it compiles and loads successfully but it doesn't show the LED lights accordingly as I press the buttons, meaning that MQTT state is...
I am using S130, and I try to write an very simple program, when I push button_1 then it read ADC and print it our by UART.
So, write a "nrf_drv_adc_buffer_convert" code...
I connect to nrf51 DK board and PC using USB. I used RTT Viewer to see RTT log output.
But when I try to compile and download from keil to the board, I got several WARNING...
All,
Can anyone tell me what is the fastest time that a ble SD (5.x / 6.x) running on an nRF51 can (re)start advertising from a disconnect. Basically looking to do an ...
I am not able to connect Garmin Edge or SimulANT to nRF51-DK. Neither sensor nor receiver seems to work. Just looks like there is no RF.
Examples tried:
power_only_sensor...
Dear Sir,
Here I test the ble_peripheral example "ble_app_uart" (Softdevice 8.0) with Kail MDK ARM 5.20 environemt on the PAC10028A board.
I found it's not stable and...