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 would like to use the A/D converter to monitor the battery voltage and need to know if the 0.6V reference is generated with a bandgap or some sort of divider network.
...
Hi,
Next problem I've experienced is jumping processor to Hardfault state at sd_ble_gap_adv_start
with whitelist and BLE_GAP_ADV_FP_FILTER_CONNREQ .
In case adv_params...
Hi
Although I followed and got working eclipse Mars on win10 using this great @Vidar tutorial I am still having problem creating a new project under eclipse for any of...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I am developing a power aware TWI driver for 51822/422. All appears to work properly except when I simulate a bus fault by shorting SCL to ground or shorting SCL and SDA together...
Hi,
Firstly a warning I'm a noob in this area.
I'm seeing some strange events consistently returned from the nRF8001 over SPI. I have an example of the SPI traffic below...
Hi! I would like to get adc sample from two different channels at the same time on my beacon (nrf1822), using the same interrupt. Is that possible?I mean I can use ADC_IRQhandler...
Hi,
It's a very simple question, is there a simple way to check GPIO pin status. I just want to know at a given time if the Pin is High/Low. I don't think I need an ISR...
Hi, I just started working on nRF52 with Bluetooth, and I have some concerns about DFU and security.
I’m working on a product equipped with an nRF52 and a MEMS microphone...
Hi!
I am using the NUS service and I noticed that Android 6 (Marshmallow) will not go faster that 47.5 ms. Even iOS can go to 30ms. My target is 7.5.
Am I doing something...
Hello,
I am using nRF52832 with S132 and SDK_11.0.0. I am facing issue with using power fail warning POFWARN. below is my code snap.
void POWER_CLOCK_IRQHandler(void...
Hi All.
I'd like to know how to turn off or on shockburst feature.
After I set auto ack & retry count, Tx successful interrupt occurs, even though receiver device is in...
I'm migrating an app from SDK8 to SDK11 and I'm getting errors using TWI to communicate with my IMU (Invensense 9250). I first tried it on a nRF52 DK (Eng B) and then went...
I've either got a bug in my code or the JLINK connection is dying. Either way it's a real headache to pinpoint and discover how to resolve. Knowing more about extracting info...