Search found 8 matches

by randallman
08 May 2021 02:36
Forum: Z-Uno
Topic: INPUT_PULLUP on pin 17?
Replies: 2
Views: 3181

Re: INPUT_PULLUP on pin 17?

Oh boy, so yeah... I switched pin 17 from INPUT_PULLUP to INPUT and then used a 10k resistor off of 3.3V that is also powering the Zuno (from a buck conv) and I have a really nice square wave now. Unfortunately, it's still not triggering inputs. Do I have a dead a** pin? Is that what's going on? Pri...
by randallman
08 May 2021 01:21
Forum: Z-Uno
Topic: INPUT_PULLUP on pin 17?
Replies: 2
Views: 3181

INPUT_PULLUP on pin 17?

Hello,

Does anyone know what, if anything, could be causing INPUT_PULLUP to not actually pullup on pin 17 (INT0)? It works on pin 18 (INT1) and furthermore it used to work on pin 17. Is it possible I did something or that something happened to kill this 20k internal resistor?
by randallman
29 Mar 2021 00:57
Forum: Z-Uno
Topic: Version 2.1.7 - WHere are the release notes
Replies: 6
Views: 5527

Re: Version 2.1.7 - WHere are the release notes

Im trying to get this officially because I have MacOS Catalina and it requires the 2.1.7 bits but my current bundle seems to not have zunoExtInt support???
by randallman
18 Jan 2021 05:42
Forum: Z-Uno
Topic: Z-UNO compatibility issue on Mac OS, boot loader
Replies: 12
Views: 9397

Re: Z-UNO compatibility issue on Mac OS, boot loader

Looks like uninstall/change additional boards URI/restart/curse/reinstall 2.1.7 seems to be allowing me to flash that bootloader onto the device. Go figure
by randallman
18 Jan 2021 05:28
Forum: Z-Uno
Topic: Z-UNO compatibility issue on Mac OS, boot loader
Replies: 12
Views: 9397

Re: Z-UNO compatibility issue on Mac OS, boot loader

Ok strange, I get a sketch to compile, but it claims my bootloader is 2.1.6 and the code needs 2.1.7. I try to flash the bootloader, but it claims that I have 2.1.6 and that is the latest. So I poke around and in ~/Library/Arduino15/packages/Z-Uno/hardware/zw8051/2.1.7/bootloader, we have a ton of ....
by randallman
17 Jan 2021 20:56
Forum: Z-Uno
Topic: Z-UNO compatibility issue on Mac OS, boot loader
Replies: 12
Views: 9397

Re: Z-UNO compatibility issue on Mac OS, boot loader

Nevrmind, got it. Just put the JSON link into the preferences in the Arduino app. I can see it now :)
by randallman
17 Jan 2021 20:52
Forum: Z-Uno
Topic: Z-UNO compatibility issue on Mac OS, boot loader
Replies: 12
Views: 9397

Re: Z-UNO compatibility issue on Mac OS, boot loader

Oh and I think I see the issue? in the zuno_toolchain, all of the bins are 32 bit? ``` for i in *; do file $i > done as2gbmap: Python script text executable, ASCII text makebin: Mach-O universal binary with 2 architectures: [i386:Mach-O executable i386] [ppc:Mach-O executable ppc] makebin (for archi...
by randallman
17 Jan 2021 20:48
Forum: Z-Uno
Topic: Z-UNO compatibility issue on Mac OS, boot loader
Replies: 12
Views: 9397

Re: Z-UNO compatibility issue on Mac OS, boot loader

Ok, what? What do we need to do in order to leverage these beta drivers? I've used jq to parse out the latest of each of the two packages? zuno_hardware-2.1.5.zip and zuno_toolchain-00.08.81-macosx.tar.gz I also used homebrew to install sdcc.. Any other docs? Reference? I don't want to have to break...