Search found 15 matches

by MastrUsr
16 Aug 2018 20:51
Forum: Z-Uno
Topic: while(Serial.available()<=0);
Replies: 5
Views: 5568

while(Serial.available()<=0);

while(Serial.available()<=0);

Why does this not work on the Z-Uno? It hangs and can't be accessed unless I plug it in while holding the service button. Is this because of the Z-Wave-part being processed? I remember reading something about that...
by MastrUsr
04 May 2018 13:52
Forum: Z-Uno
Topic: Fingerprintreader FPC1020
Replies: 3
Views: 4014

Re: Fingerprintreader FPC1020

Any help is really appreciated! Ok, so i tried changing all softwareserial to hardwareserial by for example: FPC1020.h public: FPC1020(SoftwareSerial *ser); to public: FPC1020(); and FPC1020.cpp FPC1020::FPC1020(SoftwareSerial *ser) { mySerial = ser; // ...override gpsHwSerial with value passed. my...
by MastrUsr
02 May 2018 12:57
Forum: Z-Uno
Topic: Fingerprintreader FPC1020
Replies: 3
Views: 4014

Fingerprintreader FPC1020

Hello! I would like to use for example this: https://www.shenzhen2u.com/FPC1020-Fingerprint-touch-sensor-kit with ha Z-Uno (libraries can be downloaded further down on that page). Since Z-Uno offer no softwareserial the hardwareserial is to be used but I don't understand enough to re-write the libra...
by MastrUsr
04 Oct 2017 16:56
Forum: Z-Uno
Topic: Z-UNO blocked after several hours of operation
Replies: 27
Views: 23450

Re: Z-UNO blocked after several hours of operation

*Off-topic*
Sorry for hitting the thread but I'm too new to send pm's. schmidmi, I'd very much like to put together my own A/C controller. Is there a post i can read of that project?
*Off-topic*
by MastrUsr
13 Sep 2017 19:13
Forum: Z-Uno
Topic: What libraries would you want to use with Z-Uno?
Replies: 41
Views: 51726

Re: What libraries would you want to use with Z-Uno?

I would love support for the Adafruit Fingerprint Sensor. Library here: https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library I get the error: Build options changed, rebuilding all ************* Building Arduino Sketch ************* C:\Users\MastrUsr\AppData\Local\Temp\build172350422161728...