Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
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...
HI,I want to send multi packets per connection interval. I have checked some questions and thread.
like this link text
and this link text .
according to the example...
Hi Team,
What if I don't what to use BLE stack but still want to use nRF51 Radio (PHY + MAC) to implement some custom communication protocol between multiple nRF51 devices...
i am new at this so please bare with me.
i was using a nfr51822 with s110 version 7 and i now i want to migrate it to s110 version 8.
i have made a few changes according...
After checking bootloader example from the SDK version 10, I am not able to find appropriate ROM / RAM addresses configurations for 16kb RAM chip. The Bootloader examples...
Trying to run S130 V2.0.0 with ble_app_proximity on a BLE400 motherboard.
Im getting a hang at the call to SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, NULL...
Hi,
We just received our custom board based nRF52832, below nRF52832 schematic
I succeed to flash the board. but i have frequency troubles.
I made a simple exemple...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
I have opened the nordicID sample project "InventorySample" for Windows CE in VS2008 it successfully builds the project but when i deploy it on mobile simulator Pocket PC...
Hi,
I'm using S132 v2.0.0 and nrf52832. I've got a problem when I'm trying to call any softdevice function from radio notification event handler.
#define RADIO_NOTIFICATION_IRQ_PRIORITY...
I am using nRF52832 DK and we designed a custom board using nRF52832. I am using a windows 10 lap. It used to program successfully from windows 10 lap and boards will advertise...
Hello,
I use nrf51 based device as peripheral with SD110.
I use connectable advertising ( BLE_GAP_ADV_TYPE_ADV_IND, BLE_GAP_ADV_FP_ANY ) and turned on BLE_GAP_EVT_SCAN_REQ_REPORT...
Hello,
what address in flash is it safe to store my application settings (some calibraton data) which should be preserved during application updates. I use S110 v8, dfu_dual_bank_ble_s110_pa10028...
Hi all, i'm trying to understand how to program my nrf51 DK in order to perform a temperature measurement with the onboard sensor, convert the battery voltage with the ADC...
I use dfu_dual_bank_ble_s110 bootloader from SDK10. I want the bootloader to check whether if incoming firmware is compatible with the device it is uploaded to (i.e. device...
Hi
I want to connect to only a single master device by s110. I used the example parameter setting from "ble_app_hids_keyboard" for gap_params_init, advertising_init and...