Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
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...