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 know this is somewhat "how long is a piece of string". I'm happy for guidance rather than solid numbers:
I'm trying to spec a "keep alive" circuit for an nRF51822 project...
In my S110 softdevice I want to accept connections only from centrals which passed OOB pairing.
My situation: There can be many centrals around my peripheral but only authorized...
We are trying to get an mBed-compiled hex file uploaded to production hardware but it is throwing the error "failed to read hex file".
The code is compiled for the nRF51...
Hello
I want to connect nRF51822 (on a readbearlab ble nano) to arduino micro which uses 5V logic on a 32U4 IC. I know I can use an external logic level shift, but I need...
In table 32 on page 25 of the NRF51 Reference Manual, there are a bunch of registers with the description "Reserved for Nordic firmware design" or "Reserved or Nordic hardware...
Dear nordic.
I am testing with nRF51822, and have some question about hardware stability check.
nRF51822 have Clock Monitor Unit (Clock fault detector)?
Is WDT same...
I am running a standard schedule loop where I wake-up, service any scheduled tasks, then immediately go back to sleep. However, I am observing the following pattern:
...
Hi,
Everyone,
I have been working with Nordic NRF51422 with keil since laste 4 months.
Now I want to make Dev kit working on windows machine with eclipse GCC
Following...
Hi everyone,
When I run 4 instances (i.e., x2 PWM channels) of PWM with S210 (same example as the ant_background_scanning from SDK 10), after few seconds of constantly...
Hi, I am following the tutorial devzone.nordicsemi.com/.../ . to try to use eclipse to program and debug.
I have installed Eclipse on windows and I can compile without...
Timers are defined by a macro: APP_TIMER_DEF. This unfortunately expands to:
#define APP_TIMER_DEF(timer_id)
static app_timer_t timer_id##_data = { {0} };
static const...
Hi, we're working on a project that involves constant streaming of gyroscope and accelerometer data from an NRF51822 based module to a Linux machine.
What we've been working...
I am using the ble_uart_app on the dev kit with the nrf52. SDK version 11.0.0. How do I get the bsp_event_handler to get fired on a button release and button push event and...