Search found 8 matches

by vangoober
10 Mar 2019 10:29
Forum: Z-Uno
Topic: ZUNO_SERVOS can control only 1 servo?
Replies: 3
Views: 3141

Re: ZUNO_SERVOS can control only 1 servo?

Ok... that's what I thought. I *was* wondering if it had capability similar to the standard Arduino servos library that supports multiple servos per timer, but as I dug into the ZUNO_SERVO source file, I could see this was not the case. I've been working on changing the ZUNO_SERVO code to accommodat...
by vangoober
09 Mar 2019 20:33
Forum: Z-Uno
Topic: ZUNO_SERVOS can control only 1 servo?
Replies: 3
Views: 3141

Re: ZUNO_SERVOS can control only 1 servo?

Is the ZUNO_SERVO routine written such that the servo can be the only device that uses the general purpose timer? Is this why I can't create more than one of instance of ServoController? ... because each subsequent one effectively clobbers the previous one's use of the general purpose timer?
by vangoober
09 Mar 2019 04:59
Forum: Z-Uno
Topic: ZUNO_SERVOS can control only 1 servo?
Replies: 3
Views: 3141

ZUNO_SERVOS can control only 1 servo?

I'm working with the SimpleServo example and I've discovered that if I try to declare a single ServoController on pin13, for example ServoController Window0(13); ... then Window0.begin(), Window0.setValue(x), and Window0.end() will work properly. Now, if I try to declare more than one, for example: ...
by vangoober
07 Mar 2019 09:12
Forum: Z-Uno
Topic: Servo library not working?
Replies: 3
Views: 3750

Re: Servo library not working?

I'm running the SimpleServo example, with just one servo, trying pins 13 and 14. In either case, I'm noticing a curious pulsing of the servo that is increasingly large the closer the servo position command is to 0; the close the command is to 180, the less noticeable the pulse is. The pulse occurs e...
by vangoober
06 Mar 2019 08:35
Forum: Z-Uno
Topic: Servo library not working?
Replies: 3
Views: 3750

Re: Servo library not working?

Has there been an update to the servo library? Is it working? In my project I intend to control 4 servos, on PWMs 1-4, to drive window shutters on 4 windows. While I would *like* to be able to control them all simultaneously, if this is an issue or limitation, I could conceivably drive them one-at-a...
by vangoober
27 Feb 2019 06:18
Forum: Z-Uno
Topic: Trying to exclude ZUNO_BLINDS device (using SmartThings)
Replies: 3
Views: 3323

Re: Trying to exclude ZUNO_BLINDS device (using SmartThings)

OK... I decided to "Erase NVM All" and this allowed me to change the device type again. Now that I know I have that backup, I'm going to try adding the Zuno as some other device types to see if they have the same issue.
-G
by vangoober
26 Feb 2019 16:20
Forum: Z-Uno
Topic: Trying to exclude ZUNO_BLINDS device (using SmartThings)
Replies: 3
Views: 3323

Re: Trying to exclude ZUNO_BLINDS device (using SmartThings)

Additional note -- I tried performing a reset of the Z-uno (Service button 5sec, then triple-tap) but this did not make any change in the response.
by vangoober
26 Feb 2019 07:37
Forum: Z-Uno
Topic: Trying to exclude ZUNO_BLINDS device (using SmartThings)
Replies: 3
Views: 3323

Trying to exclude ZUNO_BLINDS device (using SmartThings)

I received my Z-uno this evening (finally!!!) and have been playing around with modifying the RadioBlink function and connecting the Z-uno to my SmartThings controller. I'm using the (new, not Classic) SmartThings app to add devices. My first attempt was successful in adding the Z-uno as a single ch...