This first post is a table of contents with links to the uController intros.
Please don't post here, as this thread is intended for intros only, so it can be a fast lookup reference.
For questions / comments, please post in this thread:
http://www.energeticforum.com/renewa...html#post80463
Please scroll down for the table of contents.
Foreword
For many the the inner workings of a micro controller is close to black magic.
In the following posts I will attempt to demystify what's going on.
I will do a basic introduction here, and suggest some pages to read in the data sheet or application notes.
Data sheet for the ATtiny84:
http://www.atmel.com/dyn/resources/p...ts/doc8006.pdf
This way the subject will be divided in digestible slices, so all can join in.
The intros will cover general info about uControllers AND offer hands-on training.
To what use is theory, if it is never put to work ?
I'm also aware that many are hesitant to try making SW, so the first intros will focus on how to make the SUI (Simple User Interface) PCB, and the SPS (Simple Power Stage).
I have tied to keep the cost low, so it is affordable for many to make.
It will be shown how simple it is to program a binary file into the uController.
When the HW has been soldered, programmed and tested, the you will be ready to do a range of experiments, without having to bother how to design the electronics.
By use of a LCD display and some buttons, you can change the parameters of the experiment application, e.g. frequencies and pulse widths.
I am also aware many may from prejudice say, "the PCBs has surface mounted components, that is too difficult for me".
I am sure that if you think this way, then you will never be able to make a PCB set, as you would never even get started.
But if you follow my instructions with an open mind, you can. Mind over matter
Table Of Contents:
Intros:
#1 What is a byte, how do you count and calculate ? The basic properties.
http://www.energeticforum.com/renewa...html#post80465
#2 List of HW development tools. What do you need ?
http://www.energeticforum.com/renewa...html#post80661
#3 uC PORT pin Input/Output basics.
http://www.energeticforum.com/renewa...html#post81262
#4 - uC memories.
http://www.energeticforum.com/renewa...html#post81699
#5 [Pending] Using the timer for PWM output.
Eric
Please don't post here, as this thread is intended for intros only, so it can be a fast lookup reference.
For questions / comments, please post in this thread:
http://www.energeticforum.com/renewa...html#post80463
Please scroll down for the table of contents.
Foreword
For many the the inner workings of a micro controller is close to black magic.
In the following posts I will attempt to demystify what's going on.
I will do a basic introduction here, and suggest some pages to read in the data sheet or application notes.
Data sheet for the ATtiny84:
http://www.atmel.com/dyn/resources/p...ts/doc8006.pdf
This way the subject will be divided in digestible slices, so all can join in.
The intros will cover general info about uControllers AND offer hands-on training.
To what use is theory, if it is never put to work ?
I'm also aware that many are hesitant to try making SW, so the first intros will focus on how to make the SUI (Simple User Interface) PCB, and the SPS (Simple Power Stage).
I have tied to keep the cost low, so it is affordable for many to make.
It will be shown how simple it is to program a binary file into the uController.
When the HW has been soldered, programmed and tested, the you will be ready to do a range of experiments, without having to bother how to design the electronics.
By use of a LCD display and some buttons, you can change the parameters of the experiment application, e.g. frequencies and pulse widths.
I am also aware many may from prejudice say, "the PCBs has surface mounted components, that is too difficult for me".
I am sure that if you think this way, then you will never be able to make a PCB set, as you would never even get started.
But if you follow my instructions with an open mind, you can. Mind over matter
Table Of Contents:
Intros:
#1 What is a byte, how do you count and calculate ? The basic properties.
http://www.energeticforum.com/renewa...html#post80465
#2 List of HW development tools. What do you need ?
http://www.energeticforum.com/renewa...html#post80661
#3 uC PORT pin Input/Output basics.
http://www.energeticforum.com/renewa...html#post81262
#4 - uC memories.
http://www.energeticforum.com/renewa...html#post81699
#5 [Pending] Using the timer for PWM output.
Eric
Comment