Search found 9 matches

by Mark's Bench
Thu Jun 24, 2021 3:43 am
Forum: Drivers for External Components
Topic: I/O capable GUI
Replies: 7
Views: 19964

Re: I/O capable GUI

This looks pretty amazing and I can already think of half a dozen things around the house where it'd be handy. Thank you!
by Mark's Bench
Sat Jun 05, 2021 3:47 am
Forum: Drivers for External Components
Topic: Simple Driver for Microchip 24x256/512 I2C EEPROM
Replies: 4
Views: 3696

Re: Simple Driver for Microchip 24x256/512 I2C EEPROM

I am... wow. That is quite the suite you've written there - I may be pestering you with some questions in the near future! :)
by Mark's Bench
Fri Jun 04, 2021 3:26 pm
Forum: Drivers for External Components
Topic: Simple Driver for Microchip 24x256/512 I2C EEPROM
Replies: 4
Views: 3696

Re: Simple Driver for Microchip 24x256/512 I2C EEPROM

Hello! The link in your post doesn't seem to work, not sure if it's something to do with my setup here but it's sending me back to this thread. I haven't seen that other driver, but thank you for the heads-up - I will definitely take a look for it, it sounds pretty amazing (and wayyyy beyond what I ...
by Mark's Bench
Fri Jun 04, 2021 7:06 am
Forum: Drivers for External Components
Topic: Simple Driver for Microchip 24x256/512 I2C EEPROM
Replies: 4
Views: 3696

Simple Driver for Microchip 24x256/512 I2C EEPROM

Hello! I've had the opportunity to put together another driver, this time it's for the Microchip 24x256 and 24x512 I2C EEPROMs. If you're interested, you can find it here: https://github.com/MarksBench/mb_24x256_512 It's easy to use but does byte writes instead of page writes, so it will wear the EE...
by Mark's Bench
Mon May 31, 2021 7:17 pm
Forum: Drivers for External Components
Topic: Simple Driver for Microchip 47x16 EERAM (I2C)
Replies: 0
Views: 2087

Simple Driver for Microchip 47x16 EERAM (I2C)

Hello again! Just put together a (hopefully) easy to use driver for the Microchip 47L/C16 I2C EERAM. I'd never heard of EERAM before (thought it was a typo) but if you hook it up and configure it right (and add the right capacitor), it will automatically save the contents of SRAM to EERAM using the ...
by Mark's Bench
Sat May 29, 2021 1:53 am
Forum: Drivers for External Components
Topic: 74HC595 shift registers
Replies: 4
Views: 4101

Re: 74HC595 shift registers

This is fantastic - thank you for posting!
by Mark's Bench
Wed May 26, 2021 11:45 pm
Forum: Drivers for External Components
Topic: Simple Driver for Generic 64Mb PSRAM (Adafruit 4677)
Replies: 0
Views: 3242

Simple Driver for Generic 64Mb PSRAM (Adafruit 4677)

Hello folks! I was salivating at the thought of getting eight megabytes of RAM for a microcontroller and was very excited to get it working. I have since learned that reading and writing 64Mb over SPI with a microcontroller isn't the fastest thing in the world but it may be useful for someone out th...
by Mark's Bench
Wed May 19, 2021 12:19 am
Forum: Drivers for External Components
Topic: Driver for SH1122 oled display
Replies: 5
Views: 6016

Re: Driver for SH1122 oled display

That looks great - thank you for posting it! I have an SH1122 in a box somewhere - could never get it to work right so I put it in a "safe place". Once I find it I'll give it a shot with your driver.
by Mark's Bench
Wed May 12, 2021 10:01 pm
Forum: Drivers for External Components
Topic: Simple Driver for Microchip 23LC1024 SPI SRAM with RP2040
Replies: 0
Views: 3415

Simple Driver for Microchip 23LC1024 SPI SRAM with RP2040

Hello there! I'm new here so please go easy on me... Just got my first Pi Pico RP2040 a little while ago and have been enjoying tinkering with MicroPython and seeing what I can do with it. I'm not much of a programmer (still stuck in the CBM PET days) but I put together a very simple driver for the ...