Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
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...