Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
I'd like to get familiar with implementing a blood pressure and heart rate monitoring Bluetooth device. Which development/evaluation kit is the best to get started with? ...
Hi,
I'm using the "ble_uart_project_template" I would like to put the "host" processor into a deep sleep mode to save power while the nRF8001 is still active.
Is there...
Hi,
Can anybody help me, thanks in advance.
What is wrong with NVIC_EnableIRQ(UART0_IRQn) - the execution halts when calling this macro ?
I'm working with Keil. ...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi,
I am working with Arduino/Ble Shield to implementing a keyboard device with some consumer control keys support,
My implementation will be based on hid_keyboard_template...
Hi Nordic folks,
I’m stumped by an an error in sd_softdevice_enable() that outputs this from my error handler:
[ERROR] app_error_handler (src\core_functions.c:183...
It clearly states in the nRF51822 Beacon Firmware Documentation that you need to use the Master Control Panel in order to connect upload new firmware.
Now that said, there...
Hello,
I'm using Win 8.1 BT LE stack to communicate with the NORDIC. I am using soft device s110. I use notifications to send data to windows which assembles a message...
Hi,
I'm writing a little piece of software using direct access to the radio registers in NRF51822. Is NRF51822 capable of calculating BLE checksum in hardware? As far as...
PROBLEM: the event handlers are never called after app_timer_start called
I have a design without the LFCLK XTAL. I initialize the stack with:
static void ble_stack_init...
HI ALL
i have successfully creat my own service referring to the example ble_app_lbs and reference nAN-36.
but when i tried to creat my own characteristic in my service...
I want to check out the long attributes capabilities of the S110 SoftDevice.
Inside of the Sdk 5.2.0, I cannot find an appropriate example.
I'd found some example code here...
Hi,
How to work with the connectable directed advertisement (BLE_GAP_ADV_TYPE_ADV_DIRECT_IND) event?
I modified the ble_app_template application to support direct advertisement...
Hi,
I am developing a test board with a nRF51822 and ST balun (NRF01D3) and a chip antenna (probably Johanson 2450AT18A100 or B100). The board will have 4-layers. The inner...
nrfgostudio_win-32_1.15.1 program softdevice s110_nrf51822_6.0.0_softdevice.hex works well with STlink for nrf51822 but when I program bootloard error appear :
Running...