Search found 8 matches

by milimilo
06 Oct 2020 10:31
Forum: Discussions in English
Topic: eedomus - multichannels seem impossible
Replies: 1
Views: 1206

Re: eedomus - multichannels seem impossible

Hello,

Has anyone succeeded using z-uno with an eedomus?

Thanks
by milimilo
30 Sep 2020 12:13
Forum: Discussions in English
Topic: eedomus - multichannels seem impossible
Replies: 1
Views: 1206

eedomus - multichannels seem impossible

Hello Everyone, I am trying for hours (days, weeks...) to add multichannel sensor to an eedomus. The whole project is about 2 multilevel sensor, 1 binary sensor and 5 binary switches.I have no problem to include the z-uno and have the 5 binary switches functionnal. BUT impossible to have several sen...
by milimilo
19 Sep 2017 16:17
Forum: Z-Uno
Topic: atoi
Replies: 5
Views: 6018

Re: atoi

Hello,

It seems that atoi/atol/atof are still not supported even in 2.1
I still have an error message.
by milimilo
08 Sep 2017 13:44
Forum: Z-Uno
Topic: Encoder library
Replies: 3
Views: 4512

Re: Encoder library

Well, the problem seems to be the location of the libraries (generally).
I am on MacOS and for the Z-Uno, the libraries MUST be in librariy/Arduino15/packages/Z-uno/hardware/zw8051/2.0.9/libraries.

I guess that it because z-uno uses it's own IDE.
by milimilo
07 Sep 2017 19:05
Forum: Z-Uno
Topic: Encoder library
Replies: 3
Views: 4512

Re: Encoder library

Hello PoltoS.

Thank you for your help.

These are available in the Arduino IDE library management tools:
https://www.pjrc.com/teensy/td_libs_Encoder.html
https://github.com/MajicDesigns/MD_REncoder

Thanks
by milimilo
07 Sep 2017 17:47
Forum: Z-Uno
Topic: z-uno project from a standard uno board
Replies: 3
Views: 4818

Re: z-uno project from a standard uno board

I put this project aside for a new one, with which i also have library problems ;) I've opened a new thread about it.
by milimilo
07 Sep 2017 17:42
Forum: Z-Uno
Topic: Encoder library
Replies: 3
Views: 4512

Encoder library

Hi all, After having many troubles with a fingerprint reader (libraries) project, i put it aside to work on a new project. I wrote a program to drive some shades. To do so, i drive a DC motor, no problem. But i also need to read an encoder and it's library. Of course, here is the problem. How is it ...
by milimilo
16 Jun 2017 23:18
Forum: Z-Uno
Topic: z-uno project from a standard uno board
Replies: 3
Views: 4818

z-uno project from a standard uno board

Dear all, I have a project that is working well on a standard cheap uno board (CH340 based). Of course i am not a king of programming but i am kinda proud of my project which includes a keypad, RGB led and a fingerprint sensor. And of course, if i just copy/paste the code from my uno to the zuno, i ...