Hardware & Software Tips
Product | Contents | Comments |
---|---|---|
Simple Graphics Routines | The following TurboC routines are intended as a self guided tutorial to various basic graphics funct | software |
How to Read a Cursor Key | Program GETKEY.C illustrates how to fetch a character from the keyboard, notably, how to fetch the c | software |
How to use the ftime Function | Program FTIME.C illustrates how to continually fetch the time of the system clock so as perform a ta | software |
EPROM Tutorials | Digital Electronics - 2716 EPROM | hardware |
Typical 68HC11 Routines | Typical 68HC11 Routines | software |
Interfacing a Phillips PCF8574 I/O Expander with the 68HC11 | This discussion shows how to interface a Philips PCF8574 with a Motorola 68HC11 processor. | software |
Miscellaneous Routines | Notes on C | software |
File Routines | Writing to a file, appending to a file, and reading from a file. | software |
PIC16F84 Fundamentals | An embedded micro like the PIC16F84 is a 18-pin chip that can serve as the "brains" behind your proj | |
Tips & Techniques | PIC® MCU Hardware and Software Techniques | software,hardware |
Electronics Concepts References | Electronics Circuits | software,hardware |
Electronics Resources | Links to Electronics Resources | software,hardware |
Sample Programs | Sample Code | software |
PICBASIC PRO™ Compiler Manual | Download PDF | software |
Serin2/Serout2 Modes | A complete list of the possible mode settings | software |
Floating Point Routines | Using Microchip Floating Point Routines with PICBASIC PRO™ | software |
PBP Debug Monitor | PICBASIC PRO™ Compiler 2.2 Debug Monitor Example Program | software |
Articles and Tutorials | Various Articles and Tutorials | software |
Using interrupts on mid-range PICs | Advice to someone who was having trouble using interrupts from Timer 0 | software |
Bit-banging async serial | Real UARTS typically sample the received signal at 16 times the baud rate | software |
Implementing the Sine function on the PIC | For many applications it is necessary to use some basic trigonometry such as the sine function. | software |
PIC clock oscillator tips and tricks | An oscillator with better frequency stability than an RC oscillator. | hardware |
PIC output drive | wire multiple outputs in parallel | |
Open-drain Outputs on the PIC | outputs which at any given time are either actively sinking currentor or are high impedance | |
Driving Piezo Speakers on a PIC | also known as piezo buzzers or piezo beepers | |
Using the PIC subtract instructions | The correct way to subtract a constant from W is to use the ADDLW instruction | software |
http://www.4004.com/busicom-replica.html | PIC | hardware |
PIC PostScript Flutterwumpers | Adobe PostScript can easily get applied to stunningly low cost PIC robotic systems. | |
Resource Bin #70 | Getting started with PostScript as language. | software |
PostScript for PIC's with these Flutterwumper Utilities | full power of the general purpose PostScript | software |
Resource Bin #54 | Picking a potent peck of pliant PIC's. | |
Beginners Checklist | Steps, tutorials, help, advice | |
PIC Micro Controller Software Development Tools | Overview of various development tools | |
PIC Micro Controller Lanquages | Overview of various different languages | software |
What is the PIC ? | Peripheral Interface Controller overview | |
Hardware of the PIC16F84A | The PIC16F84A, uses the RISC(Reduced Instruction Set Computer). | |
Hardware of the PIC16F628 | The contents of the explanation is the part which is different from PIC16F873. | |
Hardware of the PIC16F873 | The contents of the explanation is the part which is different from PIC16F84A. | |
Hardware of the PIC16F877 | The contents of the explanation is the part which is different from PIC16F873. | software |
Instructions of PIC16 series | Instruction specs | |
PIC Programmer | In case of PIC16F84A, the PIC has the feature( ICSP ) to load a program. | hardware |
PIC Circuits Gallery | On these pages, I will introduce the PIC electronic circuits. | hardware |
Chips | Various articles about chip providers | hardware |
PrgrCommrcl | Various article about commercial programmers | |
Protoboards | Various articles on protoboards | hardware |
Assemblers | Various articles on different assemblers | software |
Disassemblers | Various articles on Disassemblers | software |
ASCII Character Set | Control Characters, Standard Character Set, and Extended Character Set | software |
Nuts & Volts Magazine | Exploring Electronics and Technology | magazine |
Circuit Cellar | Practical, hands-on applications and solutions for embedded-control designers. | magazine |
Number Conversion | Binary, Decimal, and Hexadecimal | software |
18Fxxx tutorial and C optimization tips | Everything you need to get started on using the PIC18Fxxx chips. | |
C Compilers | Various articles on different C Compilers | software |
Simulators | Various articles on Simulators | hardware |
http://www.4004.com/busicom-replica.html | hardware |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Product | Contents | Comments |
---|---|---|
Tips & Techniques | PIC® MCU Hardware and Software Techniques | software,hardware |
Electronics Concepts References | Electronics Circuits | software,hardware |
Electronics Resources | Links to Electronics Resources | software,hardware |
http://www.4004.com/busicom-replica.html | PIC | hardware |
http://www.4004.com/busicom-replica.html | hardware |
Product | Contents | Comments |
---|---|---|
Simple Graphics Routines | The following TurboC routines are intended as a self guided tutorial to various basic graphics funct | software |
How to Read a Cursor Key | Program GETKEY.C illustrates how to fetch a character from the keyboard, notably, how to fetch the c | software |
How to use the ftime Function | Program FTIME.C illustrates how to continually fetch the time of the system clock so as perform a ta | software |
EPROM Tutorials | Digital Electronics - 2716 EPROM | hardware |
Typical 68HC11 Routines | Typical 68HC11 Routines | software |
Interfacing a Phillips PCF8574 I/O Expander with the 68HC11 | This discussion shows how to interface a Philips PCF8574 with a Motorola 68HC11 processor. | software |
Miscellaneous Routines | Notes on C | software |
File Routines | Writing to a file, appending to a file, and reading from a file. | software |
PIC16F84 Fundamentals | An embedded micro like the PIC16F84 is a 18-pin chip that can serve as the "brains" behind your proj | |
Tips & Techniques | PIC® MCU Hardware and Software Techniques | software,hardware |
Electronics Concepts References | Electronics Circuits | software,hardware |
Electronics Resources | Links to Electronics Resources | software,hardware |
Sample Programs | Sample Code | software |
PICBASIC PRO™ Compiler Manual | Download PDF | software |
Serin2/Serout2 Modes | A complete list of the possible mode settings | software |
Floating Point Routines | Using Microchip Floating Point Routines with PICBASIC PRO™ | software |
PBP Debug Monitor | PICBASIC PRO™ Compiler 2.2 Debug Monitor Example Program | software |
Articles and Tutorials | Various Articles and Tutorials | software |
Using interrupts on mid-range PICs | Advice to someone who was having trouble using interrupts from Timer 0 | software |
Bit-banging async serial | Real UARTS typically sample the received signal at 16 times the baud rate | software |
Implementing the Sine function on the PIC | For many applications it is necessary to use some basic trigonometry such as the sine function. | software |
PIC clock oscillator tips and tricks | An oscillator with better frequency stability than an RC oscillator. | hardware |
PIC output drive | wire multiple outputs in parallel | |
Open-drain Outputs on the PIC | outputs which at any given time are either actively sinking currentor or are high impedance | |
Driving Piezo Speakers on a PIC | also known as piezo buzzers or piezo beepers | |
Using the PIC subtract instructions | The correct way to subtract a constant from W is to use the ADDLW instruction | software |
http://www.4004.com/busicom-replica.html | PIC | hardware |
PIC PostScript Flutterwumpers | Adobe PostScript can easily get applied to stunningly low cost PIC robotic systems. | |
Resource Bin #70 | Getting started with PostScript as language. | software |
PostScript for PIC's with these Flutterwumper Utilities | full power of the general purpose PostScript | software |
Resource Bin #54 | Picking a potent peck of pliant PIC's. | |
Beginners Checklist | Steps, tutorials, help, advice | |
PIC Micro Controller Software Development Tools | Overview of various development tools | |
PIC Micro Controller Lanquages | Overview of various different languages | software |
What is the PIC ? | Peripheral Interface Controller overview | |
Hardware of the PIC16F84A | The PIC16F84A, uses the RISC(Reduced Instruction Set Computer). | |
Hardware of the PIC16F628 | The contents of the explanation is the part which is different from PIC16F873. | |
Hardware of the PIC16F873 | The contents of the explanation is the part which is different from PIC16F84A. | |
Hardware of the PIC16F877 | The contents of the explanation is the part which is different from PIC16F873. | software |
Instructions of PIC16 series | Instruction specs | |
PIC Programmer | In case of PIC16F84A, the PIC has the feature( ICSP ) to load a program. | hardware |
PIC Circuits Gallery | On these pages, I will introduce the PIC electronic circuits. | hardware |
Chips | Various articles about chip providers | hardware |
PrgrCommrcl | Various article about commercial programmers | |
Protoboards | Various articles on protoboards | hardware |
Assemblers | Various articles on different assemblers | software |
Disassemblers | Various articles on Disassemblers | software |
ASCII Character Set | Control Characters, Standard Character Set, and Extended Character Set | software |
Nuts & Volts Magazine | Exploring Electronics and Technology | magazine |
Circuit Cellar | Practical, hands-on applications and solutions for embedded-control designers. | magazine |
Number Conversion | Binary, Decimal, and Hexadecimal | software |
18Fxxx tutorial and C optimization tips | Everything you need to get started on using the PIC18Fxxx chips. | |
C Compilers | Various articles on different C Compilers | software |
Simulators | Various articles on Simulators | hardware |
posts | ||
http://www.4004.com/busicom-replica.html | hardware |