I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I'm using the latest SDK (14.1) and have got a working COAP server running over BLE on a nRF52DK, and can exercise the service from my Ubuntu desktop without any problem....
Hai team,
Iam using the ble_app_beacon example program.
I found power profiling calculation on this link devzone.nordicsemi.com/.../ .
i calculated power consumption...
Hello,
I installed the new nrfjprog but it fails to write my nrf52 dongle:
ERROR: nrfjprog failed for an unknown reason. Run the same command again with ERROR: argument...
Hello,i want to get the mac address by sd_ble_gap_address_get().There is a error message as fellow: Undefined symbol sd_ble_gap_address_get(referred from main.o). Where is...
HI!
The use of simulation software I2C and the sensor module communication in my program, without the use of the protocol stack, the normal running of the program, but after...
Hello,
I am using sdk 12.2.2 and pca10040. I want to include the mac address in adv packet name. I am not aware of the api used to get mac address. I used sd_ble_gap_address_get...
HW: BMD-350
SDK: nRF5_SDK_12.0.0_12f24da
Sample Code: examples\dfu\bootloader_secure\pca10040_debug
I have my own firmware app.
Problem:
If I use Keil to flash...
Do I have to temperature dissipation? I attached temperature sensor on my board with nrf51822. I removed copper layer of around the temperature sensor. But it seems the temperature...
Hi,
I am using nrf51822(qfaa), sdk12.3, softdevice s130.
I am using the ble_app_uart (both central and peripheral) as reference for my development.
I have both central...
Hi,
I get following error when i try to compile nRF5_IoT_SDK_v0.9.x for target nrf52822
compiling x509_csr.c...
assembling arm_startup_nrf51.s...
(13): error: A1517E...
I'm working with LEDs in a ble example
I'm calling ble_notification_init() and activate the LED in the callback handler.
I get sd_nvic_ClearPendingIRQ, sd_nvic_SetPriority...
Is there a way to get the RSSI value of a message using the standard functions within the sdk for mesh. I am currently using a modified version of the simple_on_off client...
Hi all
I'm trying to send 180 bytes using sd_ble_gattc_write(). Writing 20 bytes at a time with the BLE_GATT_OP_WRITE_REQ write_op works. But now I'm trying to speed things...
When I tried S110 examples like BLE proximity, beacon and hrs on QFAC, it works without any problem. Unfortunatelly I can not see any activity on pin VDD_PA of CDAB. Is there...