|
|
Line 19: |
Line 19: |
| | | |
| [[Python Smart Terminal]] | | [[Python Smart Terminal]] |
− |
| |
− |
| |
− | [[Maker Space SC]]
| |
− |
| |
− | [[category:Russ]] [[category:Russ Drafts]]
| |
− |
| |
− | == Misc ==
| |
− |
| |
− | * [[Python Resources for Math 499]] --> [[Special:Export/Python Resources for Math 499]]
| |
− | * [[499 Projects]] --> [[Special:Export/499 Projects]]
| |
− | * [[Python Installation On Your System]] --> [[Special:Export/Python Installation On Your System]]
| |
− |
| |
− |
| |
− |
| |
− | *[[R Pi Notes]]
| |
− | *[[Running a DreamHost Wiki]]
| |
− | *[[SageMath]]
| |
− | *[[Python]]
| |
− | *[[Electronics Software with SageMath]]
| |
− | *[[Russ Page Template]]
| |
− | *[[The EggBot]]
| |
− | *[[Buying an Arduino for the Robotics Club]]
| |
− | *[[LTSpice Links]]
| |
− | *[[Arduino Theremin]]
| |
− | *[[Arduino Command Interpreter]]
| |
− | *[[Arduino Laser Cannon]]
| |
− | *[[Solid State Drive Issues]]
| |
− | *[[Orphans To Link]]
| |
− |
| |
− | *[[Real Time Clock -- Keeping Time with a Microcontroller]]
| |
− |
| |
− | *[[All About Salvage]]
| |
− | *[[Projects From Salvage]]
| |
− |
| |
− | *[[Debouncing Microcontroller Inputs]]
| |
− |
| |
− | *[[Spam Attack 2011]]
| |
− |
| |
− | == BoostC Wiki ==
| |
− |
| |
− | {| class="wikitable"
| |
− | |-valign="top"
| |
− | |What
| |
− | |Where
| |
− | |Posted
| |
− | <!-------------------------------->
| |
− | |-valign="[[Use C for PIC Programming!]]top"
| |
− | |[[BoostC tiny Wiki]]
| |
− | |An experiment as a possible wiki for BoostC, If it gets big it should find its own home somewhere else.
| |
− | |[[Special:Export/BoostC tiny Wiki]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Playing With PIC Pack]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BoostC from the Fourm]]
| |
− | |
| |
− | |[[Special:Export/BoostC from the Fourm]]
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BoostC Forum Extracts 2007]]
| |
− | |
| |
− | |[[Special:Export/BoostC Forum Extracts 2007]]
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[A C Program Header Example]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BoostC Optimizations]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BoostC Floating Point]]
| |
− | |
| |
− | |[[Special:Export/BoostC Optimizations]]
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |[[]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |[[]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BoostC Inline C Functions]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BoostC Explaining BoostC.h]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BoostC Wiki Help Needed]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |[[BoostC Explaining BoostC.h]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |[[BoostC Explaining BoostC.h]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− |
| |
− | <!-----------end of table--------------------->
| |
− |
| |
− | |}
| |
− |
| |
− | == Example Code In Projects ==
| |
− |
| |
− | These examples are imbeded in projects and may be easier or not to extract the fragment you want. On the otherhand these suckers should have been compiled and tested.....
| |
− |
| |
− | {| class="wikitable"
| |
− | |-valign="top"
| |
− | |Code Does What
| |
− | |Where
| |
− | |Comment
| |
− | <!-------------------------------->
| |
− | |-valign="[[Use C for PIC Programming!]]top"
| |
− | |Serial Comm. RS232
| |
− | |[[Serial Communications (RS232) in BoostC]] and the older [[Serial Communications Library -- BoostC and 16F877A]] and [[PIC based Stepper Motor Dancing Analog Clock]]
| |
− | |Not using BoostC Library ( sorry ). Hardware based.
| |
− | <!-------------------------------->
| |
− | |-valign="[[Use C for PIC Programming!]]top"
| |
− | |Simple Command Interperter
| |
− | |[[PIC based Stepper Motor Dancing Analog Clock]]
| |
− | |Assumes a PC terminal program or something similar. Single letter commands with numeric parameters. Caps insensitive. Supports backspace.
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |Stepper Motor Drive
| |
− | |[[Stepper Motor Tester]]
| |
− | |Half step, forward reverse, variable speed.
| |
− | <!--------------------------------
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |Stepper Motor Drive
| |
− | |[[Stepper Motor Demonstration and Tester]]
| |
− | |Half step, forward reverse, variable speed. For PIC and Arduino
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |what
| |
− | |[[]]
| |
− | |Comment
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |what
| |
− | |[[]]
| |
− | |Commen
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |what
| |
− | |[[]]
| |
− | |Comment
| |
− |
| |
− |
| |
− | <!-----------end of table--------------------->
| |
− |
| |
− | |}
| |
− |
| |
− | === Export ===
| |
− |
| |
− | [[Special:Export/Basic Circuits and Circuit Building Blocks]]
| |
− |
| |
− | [[Special:Export/Oscilloscope]]
| |
− |
| |
− |
| |
− | [[Special:Export/Techniques ]]
| |
− |
| |
− | [[Special:Export/]]
| |
− |
| |
− | [[Special:Export/]]
| |
− |
| |
− | [[Special:Export/]]
| |
− |
| |
− | [[Special:Export/]]
| |
− |
| |
− | [[Special:Export/]]
| |
− |
| |
− | [[Special:Export/BitWacker PIC and Other Microcontroller to Java Communications]]
| |
− | [[Special:Export/BitWacker PIC and Other Microcontroller to Java Communications]]
| |
− |
| |
− | === PIC Related ===
| |
− |
| |
− |
| |
− | *[[Index of sample code pages]]
| |
− | *[[A Note on My BoostC Projects and Libraries]]
| |
− | *[[Using I2C Memory]]
| |
− | *[[The C Preprocessor and #Define]]
| |
− | *[[Kit Suppliers]]
| |
− | *[[Microcontroller User Interfaces]]
| |
− |
| |
− |
| |
− | {| class="wikitable"
| |
− | |-valign="top"
| |
− | |What
| |
− | |Where
| |
− | |Other
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[A Really Basic Guide to the PIC Microprocessor and BoostC]]
| |
− | |
| |
− | |[[Special:Export/A Really Basic Guide to the PIC Microprocessor and BoostC]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[PIC Programmers, In Circuit Programming and BootLoaders]]
| |
− | |
| |
− | |[[Special:Export/PIC Programmers, In Circuit Programming and BootLoaders]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[A Note on My BoostC Projects and Libraries]]
| |
− | |
| |
− | |[[Special:Export/A Really Basic Guide to the PIC Microprocessor and BoostC]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BitWacker PIC USB Development Board]]
| |
− | |
| |
− | |[[Special:Export/BitWacker PIC USB Development Board]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BitWacker Java Communications]]
| |
− | |
| |
− | |[[Special:Export/BitWacker Java Communications]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BitWacker PIC and Other Microcontroller to Java Communications]]
| |
− | |
| |
− | |[[Special:Export/BitWacker PIC and Other Microcontroller to Java Communications]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BitWacker Command GUI]]
| |
− | |
| |
− | |[[Special:Export/BitWacker Command GUI]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[EL Wire]]
| |
− | |
| |
− | |[[Special:Export/EL Wire]]
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |[[]]
| |
− | |in process
| |
− | |[[Special:Export/ ]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Experimenting with IR Remotes using a PIC running BoostC Project]]
| |
− | |in process
| |
− | |[[Special:Export/Experimenting with IR Remotes using a PIC running BoostC Project]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
| |
− | |not linked in yet in process
| |
− | |[[Special:Export/Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Graphical Data Logger]]
| |
− | |
| |
− | |[[Special:Export/Graphical Data Logger]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Making Your Own Microcontroller Serial Communications Application]]
| |
− | |
| |
− | |[[Special:Export/Making Your Own Microcontroller Serial Communications Application]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[MC_RS232_Comm]]
| |
− | |
| |
− | |[[Special:Export/MC_RS232_Comm]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Microcontroller Serial Communications Articles]]
| |
− | |
| |
− | |[[Special:Export/Microcontroller Serial Communications Articles]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[PIC based Stepper Motor Dancing Analog Clock]]
| |
− | |
| |
− | |[[Special:Export/PIC based Stepper Motor Dancing Analog Clock]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[PIC Links]]
| |
− | |
| |
− | |[[Special:Export/PIC Links]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[PointLess LED Array]]
| |
− | |
| |
− | |[[Special:Export/PointLess LED Array]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[RS232/USB Probe]]
| |
− | |
| |
− | |[[Special:Export/RS232/USB Probe]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Russ_Hensel's EL Wire Project]]
| |
− | |
| |
− | |[[russ_hensel]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Smart Battery Charger with Graphical Data Logger]]
| |
− | |
| |
− | |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Semiconductor Analyzer Review]]
| |
− | |
| |
− | |Semiconductor Analyzer Review from M Cubed Electronix, Inc.
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Stepper Motor Tester]]
| |
− | |
| |
− | |[[Special:Export/Stepper Motor Tester]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[DraftDocSerialComm]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Serial Communications Library -- BoostC and 16F877A]]
| |
− | |
| |
− | |[[Special:Export/Serial Communications Library -- BoostC and 16F877A]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[USB Bit Whacker]]
| |
− | |
| |
− | |[[Special:Export/USB Bit Whacker]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Use C for PIC Programming!]]
| |
− | |Use C for PIC Programming!
| |
− | |[[Special:Export/Use C for PIC Programming!]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[A a Tutorial on PIC interrupts using BoostC including Example Programs]]
| |
− | |
| |
− | |[[Special:Export/A Tutorial on PIC interrupts using BoostC including Example Programs]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[PIC based Power Use Timer]]
| |
− | |
| |
− | |[[Special:Export/PIC based Power Use Timer]]
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− |
| |
− | <!-------------------------------->
| |
− |
| |
− |
| |
− | |}
| |
− |
| |
− | == Not PIC ==
| |
− |
| |
− | Some pages I have done quite a bit of work on.
| |
− |
| |
− |
| |
− | {| class="wikitable"
| |
− | |-valign="top"
| |
− | |What
| |
− | |Where
| |
− | |Posted
| |
− | <!--------------------------------
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Arduino Links]]
| |
− | |
| |
− | |[[Special:Export/Arduino Links]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Tips on Using Open Circuits]]
| |
− | |
| |
− | |[[Special:Export/Tips on Using Open Circuits]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[AVR Links]]
| |
− | |
| |
− | |[[Special:Export/AVR Links]]
| |
− |
| |
− | <!--------------------------------
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Blank Table]]
| |
− | |
| |
− | |[[Special:Export/BitWacker PIC and Other Microcontroller to Java Communications]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[BitWacker Command GUI]]
| |
− | |
| |
− | |[[Special:Export/BitWacker Command GUI]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Bargains]]
| |
− | |
| |
− | |[[Special:Export/Bargains]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Basic Circuits and Circuit Building Blocks]]
| |
− | |
| |
− | |[[Special:Export/Eagle Links]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Chemical Etchants]]
| |
− | |
| |
− | |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Eagle Links]]
| |
− | |
| |
− | |[[Special:Export/Eagle Links]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[EL Wire]]
| |
− | |
| |
− | |[[Special:Export/EL Wire]]
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |[[Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
| |
− | |not linked in yet in process
| |
− | |[[LTSpice Links]][[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Graphical Data Logger]]
| |
− | |
| |
− | |[[Special:Export/Graphical Data Logger]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[hardware tool]]s
| |
− | |
| |
− | |[[Special:Export/hardware tool]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Making Your Own Microcontroller Serial Communications Application]]
| |
− | |
| |
− | |[[Special:Export/Making Your Own Microcontroller Serial Communications Application]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[MC_RS232_Comm]]
| |
− | |
| |
− | |[[Special:Export/MC_RS232_Comm]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Microcontrollers]]
| |
− | |
| |
− | |[[Special:Export/Microcontrollers]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Meta Open Source]]
| |
− | |
| |
− | |[[Special:Export/Meta Open Source]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[How I Do Eagle]]
| |
− | |
| |
− | |[[Special:Export/How I Do Eagle]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Microcontroller Serial Communications Articles]]
| |
− | |
| |
− | |[[Special:Export/Microcontroller Serial Communications Articles]]
| |
− | <!-------------------------------->
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[PC Serial Communications Programs]]
| |
− | |
| |
− | |[[Special:Export/PC Serial Communications Programs]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Obscure Eagle]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Other Projects]]
| |
− | |
| |
− | |[[Special:Export/Other Projects]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[OpAmp Links]]
| |
− | |
| |
− | |[[Special:Export/OpAmp Links]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Project DYI Whiteboard]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!--------------------------------
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[RS232/USB Probe]]
| |
− | |
| |
− | |[[Special:Export/RS232/USB Probe]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Russ_Hensel's EL Wire Project]]
| |
− | |
| |
− | |[[russ_hensel]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Salvage Parts and Sources]]
| |
− | |For ideas on different ways to use some parts see [[Salvage Ideas]]. You may also find [[Free From Salvage]] useful.
| |
− | |[[Special:Export/Salvage Parts and Sources]]
| |
− | <!--------------------------------
| |
− | |-valign="top"
| |
− | |[[Salvage Ideas]]
| |
− | |
| |
− | |[[Special:Export/Salvage Ideas]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Salvage Topics]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Salvage Challenges]]
| |
− | |Parts that should be Useful if we could Just figure out How
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Free From Salvage]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!--------------------------------
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Solderless protoboard]]
| |
− | |
| |
− | |[[Special:Export/Solderless protoboard]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Supplier Quick Reference]]
| |
− | |
| |
− | |[[Special:Supplier Quick Reference]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Tutorials]]
| |
− | |
| |
− | |[[Special:Export/Tutorials]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Toner Transfer]]
| |
− | |
| |
− | |[[Special:Export/Toner Transfer]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[DraftDocSerialComm]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[USB Bit Whacker]]
| |
− | |
| |
− | |[[Special:Export/USB Bit Whacker]]
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Westport High School Page]]
| |
− | |A page for the Westport High School Robotics Club
| |
− | |[[Special:Export/---]]
| |
− |
| |
− |
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Tools and Techniques]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[Microcontrollers for Beginners]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− | <!-------------------------------->
| |
− | |-valign="top"
| |
− | |[[New Project]]
| |
− | |
| |
− | |[[Special:Export/---]]
| |
− |
| |
− |
| |
− | <!-------------------------------->
| |
− |
| |
− |
| |
− | |}
| |
− |
| |
− |
| |
− | [[Printed Circuit Etchants]] no use instead: ???
| |
− |
| |
− |
| |
− | [[How Should We Deal With Spam]]
| |
− |
| |
− | === Image Example ===
| |
− |
| |
− | [[Image:RS232ProbeMainxx.png | Screen Shot ]]
| |
| | | |
| | | |