I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
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...