Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
I've notice that the ST Balun NRF01D3 that I've used for my current design is not listed as compatible with Rev 3 (Build code: H) nRF51822 Silicon. Has there been any change...
Hi everyone,
I am looking into Crossworks and SEGGER's Embedded Studio and since they are related I am wondering which one of them is more recommendable? Right now Eclipse...
Hi,
I have set ble_adv_fast_timeout = 0 (same problem with ble_adv_slow_timeout) to get advertising forever, but when in call sd_ble_gap_adv_start, i get error 0x07 (param...
Hi all
According the nRF51822 Product Specification V3.1, the 16MHz RC oscillator has a tolerance of at most 5% and can be used as clock source for the UART module.
...
Hi,
I am trying to change an example code on ble_app_uart_c (Central) SDK10.0.0 s130.
I have changed already peripheral example and I can see notification data if I...
Hi,
while flashing the device i get "Contents mismatch at: 0001C1C0H".
I am not sure if my IROM1 and IRAM1 settings are setup correct in the Target Settings of my Keil project...
Hi,
i have two microcontrollers: STM32F401 and nRF51822. They communicate by uart with flow control. I use 110 Soft Device from SDK 10. The maximum baud rate when communication...
Hi All,
I am trying to update the HEX file of LED_mesh example using DFU bootloader over-the-air. The LED_mesh application HEX file gets uploaded successfully by bootloader...
Hi Nordics,
I copy pwm sample code into my proximity project, to drive a buzzer .
I init pwm before softdevice. but, once "SOFTDEVICE_HANDLER_INIT" is excuted, the buzzer...
Hi,
i have a problem with nRF51 an nRF24LU1+. I use S110 and micro-esb library. I can switch beatween poroperty RF and bluetooh ( never run both in the same time ). When...
I wanted to use the SysTick timer for timing in my application, but even when writing a handler and trying to set it up, it doesn't seem like the interrupt is ever triggered...
hi I am i using Keil to debug the progam, it seems like that the printf() function can't work in keil, so i use jlink RTT to perform the printf function to collect data ....
HI,
i want to have a application in which a timer timeout say 5 second. and during this timeout there is another timer say 1 second. whenever the 1sec timer timeouts then...
Hi,
The function sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base) requires now the application RAM base address! Is it 0x20002800?