The MicroLab is an open-source, DIY, automated controlled lab reactor (CLR) that people can assemble with parts available online. We hope this will do for chemistry what the 3D printer did for manufacturing: provide a DIY, hackable, low-cost method to design and produce certain needful things that otherwise would be out of reach.
For the MicroLab to be accessible to the most people, it was developed as part of a hardware/software stack called the MicroLab Suite. The different software programs help take the information about a compound you want to make and translate it into a recipe (code) that the MicroLab runs to create the compound.
This section is for you if you want to build a MicroLab and start using it. We tried to make building the MicroLab friendly for folks newer to electronics, but you will need some knowledge and skills with electronics (or the patience to learn a few things).
Extensive documentation in the repository.
The synthio module has been part of CircuitPython since 8.2.0-beta0 and is under development. It can drive up to 12 wavetable oscillators simultaneously (polyphonic synthesis), in stereo, 16 bits of resolution, at adjustable sample rates.
This repo is a document of tips and tricks for using synthio.
EmissionControl2 (EC2) is a standalone interactive real-time application for granular synthesis and sound file granulation. Make new sounds to use in synthesizers, samplers, or other fx-related stuff.
A three-stage deep learning system which can figure out how to imitate a person's voice from as little as five seconds of recorded speech. Speaks with the deepfaked voice in realtime. The sample is used to condition an existing TTS model to sound like someone.
Running it inside a Docker container: https://sean.lane.sh/posts/2019/07/Running-the-Real-Time-Voice-Cloning-project-in-Docker/
An overview of the OpenRISC architecture and how to get started using it. Briefly talks about synthesizing an FPGA bitstream, setting up a development environment, and either emulating it or running it inside an FPGA. Also covers cross compiling an OS for it.