Hello,
I wanted to start a new project transmitting data between an arduino and an android device using BLE or wifi. I got myself an arduino mkr1010wifi because I thought it could be good. Now I tried to rebuild some examples like this:
but I get an error while compiling about the softwareserial.h library "no such file or directory".
I can upload an empty code, so generally the connection works.
Possibly the libraries don`t work on the mkr? So do I have to use the arduino IDE for creating the sketch?
I wanted to start a new project transmitting data between an arduino and an android device using BLE or wifi. I got myself an arduino mkr1010wifi because I thought it could be good. Now I tried to rebuild some examples like this:
BLE (HM-10 module) - Broadcasting a single byte
In this example I'm using a BLE shield to broadcast the state of a connected button. The byte is sent as part of the advertising data so there is no need for a connection. Any device that scans for BLE peripherals will be able to detect it. The HM 10 module is connected as a serial device to...
www.b4x.com
but I get an error while compiling about the softwareserial.h library "no such file or directory".
I can upload an empty code, so generally the connection works.
Possibly the libraries don`t work on the mkr? So do I have to use the arduino IDE for creating the sketch?