from Hacker News

Ask HN: So what is the best of the ways to learn logic

by yurielt on 4/9/21, 5:01 AM with 1 comments

Anyone knows about a path of self learning or good courses on logic ? I am done with all the a courses that my university has to offer but I haven't found a good guide to learning logic by yourself out there.
  • by ksaj on 4/9/21, 9:55 PM

    I've gone a bit neo-retro on this one. I have a Raspberry Pi Pico on a Pico Explorer (from Pimoroni), to revisit more modern versions of the type of electronic projects I used to do in my youth. Look those up if you haven't seen/heard of them yet. Both products are brand new on the market.

    I have a few old dips, like 555 timers, a 595 shift register, and an optocoupler, and now on the market for some "typical" logic gates. Eventually I'll find a good "grab bag" of different logic chips, like the 7400N (which has 4 AND gates). The addition of a microcontroller like the Pico allows you to do a lot more interesting things than simple LED flip-flopping to see results, and it has a screen for more intelligent and functional visuals.

    I find it really interesting to "talk" to the chips through the Pico, which I think is a pretty ideal way to cement the functionality quite clearly in mind. I might make a few mini projects and post them online this summer.