Skip to main content
Home Forums 68kMLA Macintosh SE/30 controlling LED using Arduino via serial — #12
Post #12 by techknight
Source Forum68kMLA
Category68k
Post DateSun, 7 Dec 2014 - 01:33
Original URLhttps://68kmla.org/bb/threads/macintosh-se-30-controlling-led-using-arduino-via-serial.774/
Post
This is very similar to something I did a few years ago. I built a spectrum analyser with my SE/30. Basically, wrote a program to read serial data inputted from the atmel processor, the atmel processor was responsible for sampling the MSGEQ7 IC, and sending it to the Mac. 

It worked, but was slighly slow update/refresh on the mac side. To be expected because the app was written in realbasic. RB apps wont run on the 68000 because it requires CFM68K which is 32-bit. 

mp.ls