Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I have a multiprotocol application and I'd like to do BLE scanning for as long as it's possible. For now I made 30% to 70% BLE to Thread, and it's the most I can give...
Hi,
I'd like to be able to use an event from the LPCOMP to sample the RTC (either to a peripheral's register, or to a memory address), so I can measure pulse widths without...
Hi there!
I am running the Thread Border Router example and have successfully loaded RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img into the RaspberryPi 3B+.
The problem...
Hi,
I've modified light switch client to read input from GPIO pins . I used int_pin_change as a reference for initializing inputs. The Int_change_pin example uses interrupts...
Hello, I'm developing an debugging an BLE application. I'm using nRF Sniffer (dongle) N51422 PCA10031. I can successfully sniff and decrypt ble secured connections of my application...
Hi all, I want to add light switch client to light switch proxy server . But I dont know how to get appkey handle for bind to light switch client . Pls , help me !! Thank...
Hello,
I'm unable to capture packets using the sniffer. Here are details regarding my set-up:
System: Debian 9.4 with kernel 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017...
Many of the pins in the assignments page of the documentation are designated as "Standard drive, low frequency only" and I cannot seem to find an explanation of what is considered...
I am trying to connect my android mobile with nRF 52DK using BLE on the NRF TOOLBOX android application. But the nRF 52DK is not recognize by the NRF TOOLBOX APP(proximity...
Hello,
we have a problem using the SAADC module with the low power mode, particularly after execution of the NRF_SAADC->TASKS_SAMPLE task.
Before taking a sample, the...
Hello,
I have some questions about ble_conn_params.c in SDK14.2
Question :
1. a. Why do you need to handle four ble conditions ?
b. Shouldn't just send connect parameters...
I hope to use a acceleration sensor with nRF51822 dev kit. So I should use three ADC input. I tested getting one ADC data using adc_simple example(Keil_v5/ARM/Pack/NordicSemiconductor...
We use nRF52832 ,when new android phone will connect to this device by mac,we cannot connect to it successfully,we must scan to find the device first,after found it,we can...
I want to t o ensure the stability of BLE connection for BLE frequence calibration,but i don't know how to get the nordic into the test mode and broadcast the empty packet...