000-Introducing the Synth Code Lessons!

This video is one of many in a series that educates how a DIY Virtual Analog Monosynth synthesizer, called the “BP Synth”, was programmed.
To see how to build the BP Synth you can go directly to the Playlist:
• BP Synth.. a DIY Virtu...
Links (AKA “Resource Tab”)
==================================================================
Microcontroller Embedded C Programming
by Kiran Nayak
Udemy site
www.udemy.com/course/microcon...
Kiran’s site for a coupon link:
fastbitlab.com/course1/
==================================================================
*************************************************************************************
Link to the Tutorialspoint.com “C” tutorials
www.tutorialspoint.com/cprogr...
*************************************************************************************

Пікірлер: 5

  • @OMNI_INFINITY
    @OMNI_INFINITY Жыл бұрын

    Thanks! Saw now.

  • @eddyflux
    @eddyflux10 ай бұрын

    wow this playlist looks like a great resource! I hope to get this running on an Electrosmith Daisy Seed, which is also stm32 based (+ integrated dac). Have you seen /tried that one?

  • @OMNI_INFINITY
    @OMNI_INFINITY Жыл бұрын

    Subscribed👍🏻

  • @rogrevs
    @rogrevs Жыл бұрын

    I see on the info for the Kiran Nayak couse that he uses the STM32F407 Discovery board as his target. I have a Chinese F407VET6 black board, the type I have seen you use in an old video. For the purposes of doing his intro course, am I good to go or do you think I will need the Discovery board?

  • @Synthetech

    @Synthetech

    Жыл бұрын

    I think you'll be fine. Even if your board doesn't have a user button the Discovery board has that he uses, you could breadboard up the circuit by getting the Discovery schematics and copy the button circuit. The BlackPill board might even work too since it has the same M4 core and ST was smart in making their line of uC's pin compatible, even across different Cores. You are going to learn A LOT about how C is used to manipulate data for these uC's. All his classes are excellent.