I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Would like to capture the HCI flow through rpmsg (Rx and TX) using the btmon tool between application and network core. could not successfully do it.
Procedure:
1. Build...
Hi,
I have a custom board with nrf52840 with UARTE1 instance enabled for RS485 communication.
I have 2 boards on the same configuration and trying to send data to each...
Hello,
I am trying to use a nRF52840 Dongle to perform DFU over Thread: I am using a PCA10059 board, already provided with the default bootloader. I also programmed the...
Hello,
I am in a project using nRF52 board where I develop and Android app.
The application is using Android stock BLuetoothLeScanner to scan for devices. After that the...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0).
I use whitelist to store bonding information. This bonding information is written to the flash area using...
So...I have an idle task running then a UART interrupt fires upon a character being sent over the serial, and somewhere during the execution of the ISR, it attempts to execute...
I am using the NRF9160DK, I have already made all the getting started and compiled an example to use the LEDs on the board with em studio. I had already connected my card...
Hello,
I am trying to send some sensor information via thread / mqttsn every 5 min. Therefore. The dongle has to wake up (5 sec.), send the information and return to sleep...
Hi friend,
I used SDK16.0 and softdevice is S140. I modified ble_nus_c to a custom 128-bit UUID. It has 1 service (0x0211) and 3 characteristics (0x0212, 0x0213,0x0214)...
Hi,
I'm testing the aws-FreeRTOS code.
In detail, It's a BLE test
The problem is, BLE can connetc in the test but next step (read/write) cannot
BLE connect apple...
Would it be possible to illustrate what AT commands would be required to set up and send a UDP packet for the nRF9160, including configuring the modem, turning the modem on...
I'm writing a program that receives a time from an RTC over TWI then writes that time into flash memory using the example from the flash FDS library. The problem I'm running...
Hi,
Am using nrf51822 as central, i want to discover and to commuinicate with the service of another ble module (which is RN4871 from microship).
My problem here is that...
Hi,
I'm trying to flash the firmware to some custom built pcb's with NRF52840 on it. The first time I flash it, it works great.
Then, if I try to erase the chip (or any...