Search found 8 matches
- 22 Aug 2018 10:32
- Forum: Z-Uno
- Topic: Fingerprintreader FPC1020
- Replies: 3
- Views: 555
Re: Fingerprintreader FPC1020
Since I didn't get any help here in this matter I also posted at the arduino forum and there some guys helped me find some differences in some Z-Uno implementations. I am now up and running my FPC1020 on the Z-Uno. I'm ironing out some other bugs and will later post my project..
- 22 Aug 2018 10:30
- Forum: Z-Uno
- Topic: while(Serial.available()<=0);
- Replies: 5
- Views: 726
Re: while(Serial.available()<=0);
I'm sorry for being so slow
This worked well and I am now up and running my FPC1020 on the Z-Uno. I'm ironing out some other bugs and will later post my project.. Thanks a lot 


- 18 Aug 2018 23:45
- Forum: Z-Uno
- Topic: while(Serial.available()<=0);
- Replies: 5
- Views: 726
Re: while(Serial.available()<=0);
I'm sorry, I was using Serial1, i failed to copy from the right Sketch :/ So this is the code: //Function:wait data packet send finish unsigned char WaitFpData(void) { int i; unsigned char rBuf_p = 0; while(Serial1.available()<= 0); for(i=200; i>0; i--)//wait response info { delay(20); rBuf[rBuf_p++...
- 16 Aug 2018 20:51
- Forum: Z-Uno
- Topic: while(Serial.available()<=0);
- Replies: 5
- Views: 726
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...
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...
- 04 May 2018 13:52
- Forum: Z-Uno
- Topic: Fingerprintreader FPC1020
- Replies: 3
- Views: 555
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...
- 02 May 2018 12:57
- Forum: Z-Uno
- Topic: Fingerprintreader FPC1020
- Replies: 3
- Views: 555
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...
- 04 Oct 2017 16:56
- Forum: Z-Uno
- Topic: Z-UNO blocked after several hours of operation
- Replies: 27
- Views: 6968
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*
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*
- 13 Sep 2017 19:13
- Forum: Z-Uno
- Topic: What libraries would you want to use with Z-Uno?
- Replies: 41
- Views: 23793
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...