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...
Hello,
We are planning on running the nRF9160 with two supplies. VDD_GPIO=1.8V and VDD=3.8V to get the best cell performance.
Can you tell me if I can turn off VDD_GPIO...
Hi,
I develop a device with a GPRS modem. GPRS modem is controlled by nrf52840 and it is impossible to use two devices for DFU process.
SDK: 17.0.2
SoftDevice: s140...
I want to send adc data to Bluetooth.
I downloaded the source code below and compiled it. https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode...
Is there sample code to use a FAT Filesystem on the Macronix memory on the nRF9160-DK? The full_modem_update sample uses the Flash but not as a filesystem.
It would be great...
I have a modified asset_tracker that has been running on all of the previous versions of asset_tracker. I have I2C settings in prj.conf as shown below that I copied from each...
I am just starting out with the nRF5340 and I see that it has an NFC antenna. Can it read an external NFC tag without additional circuitry or does it require an external reader...
Using SDK 15.2, PCA10056 Dev Kit. Segger Embedded Studio. s140_nrf52_6.1.0_softdevice.hex
Our Code (non Long Range) works perfectly! We are using it in a test for a customer...
I am using sd140 on a ble central and peripheral that uses the ble uart example code.
The peripheral always returns NRF_ERROR_BUSY when calling ble_nus_data_send(). This...
Is it possible to run ble_central and ble_peripheral as two threads using freeRTOS on the nrf52832 chip? Is freeRTOS on nrf52 is on an experimental stage?
Recently, I've found that the peer manager sometimes wrote specific information so many times
until the FDS storage went full.
An example data in the storage is as follows...
Hi, I'm trying to flash .hex file using J-FLash lite to nRF52840DK board using P18 Debug In (by SWD Interface).
I'm aware of pin out of J-Link Plus for SWD from https:/...
Hi
I tried to test the read and write in flash but without success. I added the following code in service_init()
uint8_t initial_data[8];
err_code = nrf_fstorage_read...
We have a design that uses a simple custom board with an NRF52832 chip, button, accelerometer and onboard battery. For many phones, the operation is quite stable - we connect...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
The current problem:
Has anyone else experienced that doing nrf_crypto_init() before a (certificate-based) DTLS handshake messes up something with OpenThead, and prevents...