Page 1 of 1

projects for beginners

Posted: Thu Apr 02, 2015 12:17 am
by gilbertkacy90
I'm an electronics eng student and beginning electronics hobbyist, I'm interested in learning how to code and to build some fairly simple devices. What are some low skill level projects for beginners to try with the micropython?

Re: projects for beginners

Posted: Thu Apr 02, 2015 5:59 pm
by dhylands
There are a bunch of getting started tutorials over here: http://docs.micropython.org/en/latest/t ... index.html

It kind of depends on what external devices you'd like to use.

Builtin to the pyboard is a switch, an accelerometer, 4 LEDS, and an sdcard.

You can add any of a number of interesting devices which communicate using GPIO, I2C, SPI, UART, CAN, etc.

The simplest place to start is just using the internal peripherals. You could then try adding simple external peripherals, like external LEDs and switches, and then progress to more complicated devices, like a character based LCD perhaps.

Re: projects for beginners

Posted: Mon Feb 10, 2020 9:12 am
by TerryMulhern
Hello guys,
What do you start with as a beginner? I need to prepare a list of materials and sources for my group of students (I'm a coordinator of their electronic engineering project https://domyhomeworkonline.net/do-my-en ... mework.php for WESEF 2020).

Re: projects for beginners

Posted: Mon Feb 10, 2020 10:04 pm
by jimmo
TerryMulhern wrote:
Mon Feb 10, 2020 9:12 am
Hello guys,
What do you start with as a beginner? I need to prepare a list of materials and sources for my group of students (I'm a coordinator of their engineering project for WESEF 2020).
How beginner do you mean?

Completely new to electronics? i.e. starting with voltage and current and stuff, or do you students have some familiarity with basic circuits?

Same for programming? Do they already know Python?

Re: projects for beginners

Posted: Tue Mar 24, 2020 11:07 am
by wolhun
Is there an online course worth recommending to beginners? In Such a form as, for example, are on the udemy, but I know that the udemy are rather poor courses. Documentation is not enough to understand everything. I have minimal basics in programming.

Re: projects for beginners

Posted: Sun Aug 30, 2020 9:18 pm
by Jamato
That link from 2014 is dead. Could someone repost that? I'm not new to python, but definitely new to electronics, so I'd like to look at some projects, before I burn something.

Re: projects for beginners

Posted: Mon Aug 31, 2020 4:53 am
by dhylands