sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.05k stars 184 forks source link

A question, not an issue per se: lgt8f328p #250

Closed poetaster closed 1 month ago

poetaster commented 3 months ago

I'm not sure if you guys are aware of the LGT8F328P – LQFP32 Boards ? All of my Nano specific Arduino sketches (including custom timer stuff) 'just work'. Including Mozzi. A good review: https://wolles-elektronikkiste.de/en/lgt8f328p-lqfp32-boards#comment-27646

In comparison with the Nano, they have an extra 16 bit timer (all timers up to 64MHZ) and an actual 8bit DAC (on pin D4) that you can just analogwrite to. The internal osc is 32MHZ, 12 channels ADC up to 12 bit and with gain . They can be purchased for less than you pay for the atmel counterpart.

I'm moving my rampart projects to this chip. But I haven't done anything interesting yet.

tfry-git commented 3 months ago

Yes, I stumbled across those not too long ago, and yes, Mozzi seems to just work on them. Quite neat, indeed. So I've added them to the table of supported boards for Mozzi 2.0 (https://tfry-git.github.io/Mozzi/), even though they're simply using the AVR codepath, so far.

tfry-git commented 1 month ago

Closing, as this is now documented supported.

Eventually, if there is enough interest, we may want to add specific support for the DAC, of course.