UNI/O driver?
Rayman
Posts: 14,643
Anybody have or seen a UNI/O driver for Propeller?
This seems to be a new 1-wire like protocol that Microchip now has for EEPROMs.
I'm trying to hack my Da Vinci 3D printer's filament cartridge... Turns out all I have to do is reprogram that EEPROM.
Then, I can load it up with Makerbot filament (that I have a lot of...).
I could convert Arduino code, if a driver doesn't already exist...
The Microchip device in Da Vinci is the 11LC010
This seems to be a new 1-wire like protocol that Microchip now has for EEPROMs.
I'm trying to hack my Da Vinci 3D printer's filament cartridge... Turns out all I have to do is reprogram that EEPROM.
Then, I can load it up with Makerbot filament (that I have a lot of...).
I could convert Arduino code, if a driver doesn't already exist...
The Microchip device in Da Vinci is the 11LC010
Comments
Don't think assembly speed is required since only writing a few bytes and just one time...
Actually, I suppose these tiny things do save a lot of board space and one I/O pin...
Doesn't need pullup resistors either.
Dragging this post up from the past.....did any of you write up a driver for the UNI/O?
If not I'll have a go at something basic today with P2