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.
...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I am operating in a "peripheral" configuration, with bonding enabled. "BLE_GATTS_EVT_WRITE" occurs when notification is permitted...
We're porting over some software to the Arduino Nano 33 BLE Sense. This board comes with an nRF52840 clocked at a max. of 64MHz. However, the same code runs about 2x slower...
I want to send Tx power in advertisement packet.
Currently I am using following code.
int8_t txpower_level;
static ble_advertising_init_t init =
{
....
Customers use nrf52810 flash program to store data, but want to know what flash start and end address can be written, please point out that you can refer to that document...
Dear Nordic Semiconductor
I am using device:
NRF51802 bluetooth 4.0
Product Introduction:
Features:
1.Adopt NRF51802 bluetooth 4.0 BLE SOC
2.ARM CORTEX-M0
3...
Hi , I use the pc-ble-driver to developer desktop tools, like nRF Connect. Unfortunately, I don't know Java. I‘ve tried to used examples that work(heart_rate_collector and...
Hello,
We use a custom interface board to program and run test programs on our series of tiny BLE modules based on nRF52xxx series (ISP1507, ISP1807, ISP1907).
Our interface...
Hello ,
The test of CPS/SEN/SPE/BI-04-C [Procedure Already In Progress] failed.
While this test, the tester sometimes received the unexpected ATT Disconnect which our...
I want to advertise a data in ble_app_uart continuously after equal interval of time. Can you please give me some clue. I don't want to use beacon here
Hi,
I am currently trying to implement a beacon scanner and want to filter out all advertisements except beacons. Is there something in the beacon advertising packet that...
Hello everyone,
I am working with nrf5_SDK_16.0.0 and using VS Code as IDE. When I open the "stdint.h" header file in VS Code, the 16-bit compiler is enabled:
But, I...
Dear sir,
If I dump the hex file of this path "nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart\hex" then the code is working fine. But if I dump the hex file...