Search found 8 matches

by samuelkadolph
05 Nov 2023 07:16
Forum: Z-Uno
Topic: KiCad file for the Module?
Replies: 5
Views: 14905

Re: KiCad file for the Module?

I've added the Z-Uno module symbol and footprint and released v0.3.0.
by samuelkadolph
04 Nov 2023 23:59
Forum: Z-Uno
Topic: Z-Uno with 2.x IDE
Replies: 3
Views: 11596

Re: Z-Uno with 2.x IDE

Nope. Z-Uno 2.1.8 doesn't work in IDE 2.0 and Z-Uno 2 doesn't show up at all in board manager. Fricking Arduino IDE updated itself to 2.0 on me.
by samuelkadolph
04 Nov 2023 01:30
Forum: Z-Uno
Topic: KiCad file for the Module?
Replies: 5
Views: 14905

Re: KiCad file for the Module?

beamerblvd, I got my hands on a Z-Uno 2 finally and I've used my 1s and the 2 to build an updated KiCAD library. The pins seem to be in the same position so the footprints should be identical. I've put the library at https://github.com/samuelkadolph/zuno-kicad. You can install it using the new Plugi...
by samuelkadolph
24 Nov 2017 00:25
Forum: Z-Uno
Topic: Z-Uno not sending reports properly
Replies: 7
Views: 6653

Re: Z-Uno not sending reports properly

Gotcha. Then yeah you are understanding correctly. I've soldering to the fan's PCB and can simulate pressing the 3 buttons. My code does that (waits for micro) then reads the state. Rinse and repeat. That while loop did lead to a fun infinite loops when the fan starts up because it always starts at ...
by samuelkadolph
23 Nov 2017 23:06
Forum: Z-Uno
Topic: Z-Uno not sending reports properly
Replies: 7
Views: 6653

Re: Z-Uno not sending reports properly

I don't think that the hub is actually spamming the commands to the Z-Uno. While I was working on the code I saw the normal behaviour and it would only ever send the set once and then poll every second for the status. That's why I think something is going wrong on the Z-Uno and it's just getting cau...
by samuelkadolph
23 Nov 2017 08:27
Forum: Z-Uno
Topic: Z-Uno not sending reports properly
Replies: 7
Views: 6653

Z-Uno not sending reports properly

I've had a z-uno wired into my bedroom fan for a little while now and it was working fine until one day it stopped. I have to connected to my Samsung SmartThings hub with a custom device handler running. Now the z-uno (and my code) still receive commands but does not appear to send any reports back....
by samuelkadolph
31 Oct 2017 23:23
Forum: Z-Uno
Topic: Pin 5 in INPUT_PULLUP mode isn't pulled HIGH
Replies: 5
Views: 5567

Re: Pin 5 in INPUT_PULLUP mode isn't pulled HIGH

Is there a workaround for the current release? I tried having pinMode after Serial.begin() but it still had the same issue.
by samuelkadolph
31 Oct 2017 07:39
Forum: Z-Uno
Topic: Pin 5 in INPUT_PULLUP mode isn't pulled HIGH
Replies: 5
Views: 5567

Pin 5 in INPUT_PULLUP mode isn't pulled HIGH

I'm trying to use pins 5,6,7,8 with the builtin pullup resistor and I discovered that pin 5 is still floating despite the mode being INPUT_PULLUP. Is this a known limitation? I checked all the other pins and they were all working properly. It just seems like pin 5 it doesn't work on. I've tried on t...