Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
For nRF5122 BLEStack, it is analyzed that the event is processed in each of the interrupt handler for the interrupt terminal BLE
I understand that is processed through the...
I tried to set a GATT server and a GATT client for each Central and Peripheral, but code exceeds the memory limit.
Then i consider to transport by HCI. But I totally confused...
We have code that must erase a page in flash every once in a while, while S110 is advertising. The advertising interval is set to 0xF4 (which is about 150ms) and we have scan...
I am using nrf51_sdk_v6_0_0_43681 and s110_nrf51822_7.0.01 wiht nrf51822, and I modifiy code based on ble_app_uart.
Here I am trying to launch a continous ADC sample with...
Hi,
whenever i try to program the PCA10000 ( USB dongle) using MASTER CONTROL PANEL(3.4.0) i'm getting log messages like as below,
"...........
Successful flash!
Enabling...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm following nAN-29 and when I go to import the Eclipse project file for ble_app_hrs I get a message "No projects are found to import". I've pretty much followed nAN-29 to...
I've been working on an interrupt driven I2C driver. I have the basic driver working, but I'm hoping to squeeze a bit more speed out of it.
I'm mostly doing fairly long...
This is an howto on restoring your nRFgo motherboard firmware.
Error code can be similar to this from nRFgo Studio:
Starting bootloader on board 0
Could not start the...
(I also posted this on the mbed BLE_API forum)
Hi all,
Sorry for the long post, I'm starting yet another discussion on BLE throughput, but I feel this merits a deeper...
I'm getting an event when a write long is completed (the line with BLE_GATTS_OP_EXEC_WRITE_REQ_NOW):
static void on_write(ble_mlbx_t * p_mlbx, ble_evt_t * p_ble_evt)
...
Hi
I'm using sd_flash_erase to clear a page in flash. The event NRF_EVT_FLASH_OPERATION_SUCCESS comes to my sys_evt_dispatcher. After the event has arrived I continue with...
Following along after my nrfjprog mini-tool for OS X, I've just released a plugin for Eclipse which exposes a template for setting up projects with the right settings for...
The nRF51822 BLE stack API source for the above question ...
fp_handler = conn_mw_item [i] .fp_handler; For fp_handler function pointer, I want to get information about...
Hi
I defined an system id in nrf code & am able to access in the android app after i set service discovery & bonding.Is it possible to view the system id during advertising...