Difference between revisions of "Main Page"

From media_wiki
Jump to: navigation, search
Line 9: Line 9:
 
==[[ Future Classes ]]==
 
==[[ Future Classes ]]==
 
==[[ November 2018 Workshop ]]==
 
==[[ November 2018 Workshop ]]==
 +
{{Highlight |'''The design goals for this project is to make an inexpensive minimalist target board using an ATmega328P.'''|lightgreen}} 
 +
{{Highlight |'''Explain the processes used for programming the Micro-controller using the 6-pin ISP header using SPI interface.'''|lightgreen}}
 +
 +
How to use AVRdude to flash your program to the Micro-controller.
 +
How to change the fuse settings (Clock speeds) 1MHz, 8MHz 16MHz.
 +
How to use the AVR Inline assembly language in the Arduino IDE. How to use AVRdude int the terminal mode.   
 +
How to use the Arduino IDE to compile code and flash using the USB programmer through the ISP.
 +
How to export the hex file and use it to program directly into Flash. How to read and write to EEPROM.
 +
 
==[[ KiCad 5.0 ]]==  
 
==[[ KiCad 5.0 ]]==  
  
  {{Highlight |Design an RTC using the PCF85263AT/AJ|lightgreen}}
+
  {{Highlight |'''Design an RTC using the PCF85263AT/AJ'''|lightgreen}}
  
 
==[[ PCF85263AT RTC by Microrusty ]]==
 
==[[ PCF85263AT RTC by Microrusty ]]==
  
  {{Highlight |How to use the PCF85263AT/AJ RTC |lightgreen}}
+
  {{Highlight |'''How to use the PCF85263AT/AJ RTC''' |lightgreen}}
  
 
* [//http://www.the-cains-group.net/:Main WebPage ]
 
* [//http://www.the-cains-group.net/:Main WebPage ]

Revision as of 21:23, 24 March 2019

MicroRusty Embedded Workshop Wiki.


Temperature in Jim's Den


Consult the User's Guide for information on using the wiki software.

Future Classes

November 2018 Workshop

The design goals for this project is to make an inexpensive minimalist target board using an ATmega328P.  
Explain the processes used for programming the Micro-controller using the 6-pin ISP header using SPI interface. 

How to use AVRdude to flash your program to the Micro-controller.
How to change the fuse settings (Clock speeds) 1MHz, 8MHz 16MHz.
How to use the AVR Inline assembly language in the Arduino IDE. How to use AVRdude int the terminal mode.    
How to use the Arduino IDE to compile code and flash using the USB programmer through the ISP. 
How to export the hex file and use it to program directly into Flash. How to read and write to EEPROM.

KiCad 5.0

Design an RTC using the PCF85263AT/AJ

PCF85263AT RTC by Microrusty

How to use the PCF85263AT/AJ RTC