|
| |
| | © AMDboard.com - AMD Personal Internet Communicator (PIC) |
 | | PIC offers a low cost computing solution with managed Internet access and Microsoft Windows capabilities, which targets users in developing markets like China, Russia, Mexico, India and the Caribbean. |  | | The PIC is designed to be a high-quality, affordable, easy-to-use, robust consumer device suitable for first-time technology users. |  | | The PIC is designed to be a high-quality, affordable, easy-to-use, robust consumer device suitable for first-time technology users |
|
http://www.amdboard.com/pic.html
(1640 words)
|
|
| |
| | DIY MIDI Controllers using PIC Microcontrollers and Basic Stamps |
 | | Both Microchip and Parallax distribute free PIC assembler software for the PC. |  | | A suggested solution is to use two PICs - one for input and one for output, or to use a more expensive PIC such as the PIC16C7x which has an on-chip UART. |  | | If you've decided to get involved in PIC development consider the PICList, a high-traffic mailing list which provides a supportive environment for discussing PIC software and hardware development. |
|
http://www.audiomulch.com/midipic
(2312 words)
|
|
| |
| | PIC - related tools |
 | | Sources for the PIC assembler developed by Timo Rossi. |  | | The PIC shuts down when the input is idle for some time, and turns on automatically when a frequency is applied to the input. |  | | Largely based on the "prog84" software and information gathered on the pic list. |
|
http://www.iet.unipi.it/~luigi/pic.html
(350 words)
|
|
| |
| | My PIC bootloader |
 | | Download PIC bootloader source files; this is a ZIP file. |  | | I wrote this bootloader for the 16f87x family of PIC microcontrollers, which are able to modify their program memory while running. |  | | This code was written for use with the 16f873 device, which has 4K of program memory. |
|
http://www.seanet.com/~karllunt/picload.htm
(269 words)
|
|
| |
| | Adam Davis - PIC Links |
 | | As there doesn't seem to be any easy-to-get information on DIY PIC programmers for the baseline PICs (16C54/55/56/57) (at least, any DIY designs that don't require you to buy pre-programmed parts from the designer) here is some software to program these PICs using my universal PIC programmer hardware. |  | | The Amiga is served by Dirk Duesterberg and Ioannes Petroglou's Amiga PIC tools page. |  | | Whatever stage you are at, seeing examples of PIC hardware and PIC source code is useful. |
|
http://www.ubasics.com/adam/pic/piclinks.shtml
(5631 words)
|
|
| |
| | PIC Tutorial |
 | | Another good site for some FREE software is here This software allows you to use any programmer, as the software is fully configurable. |  | | There are only 35 instructions to learn, and it is the cheapest way to program the PICs, as you do not need any extra software other than the freebies. |  | | The DIY way is to build your own programmer (cheapest is just under £20) and use free software from the Internet and program it that way. |
|
http://www.mstracey.btinternet.co.uk/pictutorial/picmain.htm
(752 words)
|
|
| |
| | NOPPP, the "No-Parts" PIC Programmer |
 | | David Tait's FPP, free PIC programming software for Windows 2000 and XP. |  | | The PIC has Schmitt inputs and does not object to the resulting reduction in rise time. |  | | Advanced PIC programming is covered in Design with PIC Microcontrollers, by John B. Peatman, published by Prentice-Hall. |
|
http://www.covingtoninnovations.com/noppp
(2758 words)
|
|
| |
| | The PIC Chip Uncovered |
 | | I hadn't intended on making you an expert in PIC programming, but I did want to show you a little bit about what the instruction set looks like because it is interesting to see what you are in for when programming. |  | | The PIC16C84 is a 18 pin microcontroller that has 1k of EEPROM program space, 36 bytes of RAM, and 64 bytes of EEPROM Data. |  | | An interesting thing about the RISC architecture of the PIC chips is there are only about 35 instructions available. |
|
http://www.seattlerobotics.org/encoder/may97/picchip.html
(2036 words)
|
|
| |
| | Prog84, PIC 16x84/24c16 programming utils |
 | | I have improved prog84 to work better with Intel hex files and added the ability to read the PIC and dump the contents in an 8 or 16-bit intel hex file. |  | | It is possible to program PIC's and eeproms with linux. |  | | An modified ludpipo programmer may be used with thru84 and thru02b.hex to read and write the eeprom. |
|
http://home3.inet.tele.dk/frda/picasm/prog.html
(1252 words)
|
|
| |
| | DL4YHF's WinPic - A PIC Programmer for Windows |
 | | A part of the old 16C84-programming algorithm and the hex-file loading routine was 'inspired' by David Tait's PIC programmer for DOS. |  | | Permission is granted to use, modify, or redistribute this software so long as it is not sold or exploited for profit, and as long as you mention where you found the original parts. |  | | This is a simple program for Win95/98/XP to program the PIC firmware from a HEX-file (the type generated by Microchip's MPLAB |
|
http://www.qsl.net/dl4yhf/winpicpr.html
(862 words)
|
|
| |
| | Kanda - AVR ST7 COP8 PIC Programmer ICE ISP ICSP Training Embedded Tools UK |
 | | PIC Programmers and PIC Emulators for PIC microcontrollers |  | | For PIC microcontroller we have pic emulator for pic emulation, pic icsp and other pic programmers like presto for pic programming. |  | | As well as being specialists in PIC programmer including memory programmer, universal programmer, AVR programmer and PIC programmer for PIC programming, we sell PIC emulators and other PIC debugging tools including PIC ICSP and PIC emulators for PIC microcontrollers and PIC ICSP circuits. |
|
http://www.kanda.com
(857 words)
|
|
| |
| | Scenix/PIC Programmer |
 | | In theory a much larger range of PICs should be supported, simply by adding the relevant lines in the chips[] array, but I just haven't had time. |  | | The main things to be aware of with this version are that the -test option has been removed, as has the support for the fluffy.ini config file. |  | | This is the latest code, which uses a completely rewritten fluffy.exe. |
|
http://www.codepuppies.com/~ben/sens/pic/sx
(1873 words)
|
|
| |
| | PIC16F84 Fundamentals |
 | | The PIC programs rcv1_1.asm and ser2_0.c demonstrate the PIC receiving and sending bytes serially. |  | | For example setting the first five DIP positions high places 11111 in binary (31 in decimal) on Port A. Your program reads this and lights up LEDs 0, 1, 2, 3 and 4 leaving LEDs 5, 6 and 7 off. |  | | The resulting HEX file ser2_0.hex can be burned into the PIC16F84. |
|
http://www.boondog.com/\tutorials\pic16F84\pic16f84.html
(3299 words)
|
|
| |
| | PICmicro WebRing |
 | | PIC programmer software - Win WISP is a simple Windows interface program to Wisp628 device. |  | | Dedicated to Microchip PIC microcontroller development boards, software source code and learning tools. |  | | gpide is a Gnome2/gtk2 based integrated development enviroment for pic programming. |
|
http://o.webring.com/hub?ring=picmicro
(1742 words)
|
|
| |
| | Pic Microcontroller Projects |
 | | Build a user input keypad for your next basic stamp or PIC design and use a single I/O-pin for the interface. |  | | With this source code you can make the PIC emulate most of the Basic Stamp functions. |  | | Click HERE: Using the FREE version MicroCode Studio in-circuit debugging software with the PIC16F628 microcontroller and PicBasic Pro. |
|
http://www.rentron.com/pic.htm
(786 words)
|
|
| |
| | mikroElektronika : books : PIC microcontrollers |
 | | PIC microcontrollers : low-cost computers-in-a-chip; they allow electronics designers and hobbyists add intelligence and functions that mimic big computers for almost any electronic product or project. |  | | Copyright 2003, Microchip Technology Inc. PIC BASIC PRO is a registered trade mark of microEngineering Labs, Inc. All other tokens mentioned in the book are the property of the companies to which they belong. |  | | In this way, the programmer can concentrate on solving the essential task without losing his time on writing the code for LCD display. |
|
http://www.mikroelektronika.co.yu/english/product/books/PICbook/0_Uvod.htm
(498 words)
|
|
| |
| | Dontronics - PIC Related Links and others. |
 | | SourceBoost IDE is a modern development environment for Microchip (PIC) and Scenix (SX) microcontrollers. |  | | David Tait's PIC links David Tait's Programmer Software Variants. |  | | I have plans this fall to publish some of my old labs and instruction, lecture notes for PIC, Z80 and x86 Micro Computer projects that I have taught. |
|
http://www.dontronics.com/piclinks.html
(2185 words)
|
|
| |
| | Pic based SBC boards with ethernet, RS232, RS485, CAN, prototype board |
 | | This range of PIC based SBC(Single Board Computer) boards are pre programmed with a bootloader! |  | | Our new DEVKIT44B development kit ships with a multipurpose SBC board with a PIC16F877A programmed with a bootloader, a prototype board, and a LCD board with buttons, LEDs, buzzer, input potentiometer, analog inputs and more. |  | | It can be combined with various Modtronix SBC boards depending on the PIC cpu and interface required. |
|
http://www.modtronix.com
(755 words)
|
|
| |
| | PIC / Ubicom Dev'rs - DevSoft |
 | | Gpsim is a full-featured software simulator for PICs. |  | | A Unix-based PIC assembler and simulator can be found here with the full source code. |  | | Free assembler for PIC and many other processors by Alfred Arnold. |
|
http://www.devrs.com/pic/devsoft.php
(2900 words)
|
|
| |
| | PIC Compendium |
 | | Lots of PIC links to development software (compilers, assemblers, simulators), development hardware (programmers, emulators, boards), applications and projects, and an extensive list of PIC consultants. |  | | Applications of all types, information of development hardware and software, and links to other PIC information and tutorials. |  | | In fact, the strategy I used was to emulate a device like a UART, where there is a bank of registers which the HC11 can read and write. |
|
http://ee.cleversoul.com/pic.html
(581 words)
|
|
| |
| | Microchip Net resources |
 | | PIC microcontroller training courses and prototyping, offered by Farsoft Computers |  | | KEYMASTER V & V+ PIC & CARD programmers by Keymaster software |  | | PIC prototyping boards, developed by Embedded Microsystems, Inc |
|
http://www.geocities.com/SiliconValley/Way/5807/dat.html
(3005 words)
|
|
| |
| | PIC & LINUX |
 | | And in one window there is library where you can pick components, such as PICs... |  | | Nowdays I have found that Enlightenment is much more powerful desktop to work with. |  | | For example, in one console we can edit asm-source, while another is grabbing data from our pic. |
|
http://www.yty.net/pic
(1350 words)
|
|
| |
| | Got a Match? |
 | | The chip to its right is a 24LC256 EEPROM chip -- it holds all the files that the iPic web-server serves out -- this is roughly like the hard disk on a regular sized computer. |  | | The TCP/IP code itself fits in about 256 bytes (12-bit), and the rest is some extra salt-and-pepper and miscellaneous code. |  | | a PIC 12C509A, in a tiny 8-pin SO8 package. |
|
http://www-ccs.cs.umass.edu/~shri/iPic.html
(1889 words)
|
|
| |
| | PIC Simulator IDE with Basic Compiler, Assembler, Disassembler and Debugger |
 | | It is a joy to use and as a relative novice to PIC programming now feel confident to make the most out of these powerful devices. |  | | This Pic Simulator used to be the best on Earth, but since version 4.3 with Oscilloscope / Signal Generator / 7-segment LED display and free upgrades... |  | | I have used various PIC development tools and simulators at the College where I work and nothing touches your application for practicality, functionality and above all straightforward usability. |
|
http://www.oshonsoft.com/pic.html
(671 words)
|
|
| |
| | gpsim |
 | | Thus it's possible to create stimuli and tie them to the I/O pins and test the PIC the same PIC the same way you would in the real world. |  | | This means that it is is possible to add devices to gpsim that are totally separate from gpsim. |  | | Byte Craft is the creator of the.cod symbol file format. |
|
http://www.dattalo.com/gnupic/gpsim.html
(649 words)
|
|
| |
| | Index of /el/micros/pic |
 | | pgm16c54.zip The Programming Algorithm for the Microchip PIC 16C54. |  | | pic_lib2.zip OrCad libraries for various pic processors in three formats: Capture (Windows), SDT386+ and SDT IV (ver. |  | | fastpic1.zip 16CXX printer port PIC programmer by By Ken Segler. |
|
http://margo.student.utwente.nl/el/micros/pic
(228 words)
|
|
| |
| | AMD offering blueprint for $185 PC CNET News.com |
 | | The PIC machines will also be able to play multimedia files and show PDF and PowerPoint files, AMD said. |  | | Although it intends to steward the low-price PIC into the market, AMD isn't getting into the business of manufacturing computers. |  | | When it came to choosing the individual parts that make up the PIC, AMD aimed for Windows and Web software compatibility, but also low price. |
|
http://news.com.com/2100-1042-5422893.html
(1228 words)
|
|
| |
| | NEWFOUND ELECTRONICS |
 | | See our “WARP-13” page and other support pages for information on the most highly-praised PIC programmer. |  | | Contains important information and it is updated OFTEN. |  | | While NEWFOUND ELECTRONICS is busy working on possible new programmers and WARP-13 retrofits (it’s fast! |
|
http://www.newfoundelectronics.com
(218 words)
|
|
| |
| | Arrick Robotics --- PIC Microcontroller Source List |
 | | Lakewood, CO 80226 Ph: (303) 692-3836 Professional computer services specializing in system design and software for PIC and other microcontrollers. |  | | Scott Edwards Electronics 964 Cactus Wren Lane Sierra Vista, AZ 85635 Ph: (602) 459-4802 Fax: (602) 459-0623 PIC Assembly language routines based on the BASIC Stamp (TM) single board computer. |  | | TechTools P.O. Box 462101 Garland,TX 75046 Ph: (972) 272-9392 Fax: (972) 494-5814 Web: http://www.tech-tools.com ClearView Mathias PIC Emulator and Development Software. |
|
http://www.robotics.com/pic.html
(338 words)
|
|
| |
| | David Tait |
 | | I provide some software (FPP) for programming PIC microcontrollers with simple hardware. |  | | Download FPP (183K) Free flash PIC programming software for Windows and DOS. |  | | For the latest build of the Windows version of FPP also download fpp0943.zip (20K). |
|
http://people.man.ac.uk/~mbhstdj/piclinks.html
(90 words)
|
|
| |
| | PalmInfocenter.com - The Latest Palm OS News and Reviews |
 | | There is just under a week left to get 20% off all Palm OS software in the PalmInfocenter Software Store. |  | | The software store got some new enhancements this week. |  | | White House accidentally exposes data in PDF file |
|
http://www.palminfocenter.com
(904 words)
|
|
| |
| | PIH Information Center - Public and Indian Housing - HUD |
 | | PIC Essentials - Condensed explanation of fundamental responsibilities of PIC end-users - are now available in Adobe PDF and MS PowerPoint formats. |  | | The PIH Information Center (PIC) allows Housing Authorities (HAs) to electronically submit information to HUD. |  | | Updated Demolition Disposition User Manual for PIC end-users |
|
http://www.hud.gov/offices/pih/systems/pic
(195 words)
|
|
| |
| | PIC - Wikipedia, the free encyclopedia |
 | | In genetics a PIC is a preinitiation complex. |  | | PIC or Pic can refer to the following: |  | | This page concerning a three-letter acronym or abbreviation is a disambiguation page — a navigational aid which lists other pages that might otherwise share the same title. |
|
http://en.wikipedia.org/wiki/PIC
(101 words)
|
|
| |
| | Guru's Lair: Pick a Peck of PIC's library directory |
 | | The PIC microprocessor from Microchip Technology has now |  | | computing language to even the simplest and smallest of PIC's! |  | | can easily get applied to stunningly low cost PIC robotic systems. |
|
http://www.tinaja.com/picup01.html
(418 words)
|
|
| |
| | CCS, Inc. - Highly optimized PICmicro C compiler |
 | | C is the most popular of the computer languages and is easy to learn, read, and review. |  | | That is why CCS has everything you need to get going quickly in C. For software and hardware, CCS is your one-stop shop for PIC |  | | PIC is the number one selling chip in the world being selected for new 8-bit designs and used in a wide variety of applications. |
|
http://www.ccsinfo.com/picc.shtml
(490 words)
|
|
| |
| | PIC Corner |
 | | Most are related to PIC, electronics and programming. |  | | Want to integrate strong cryptography in your PIC program? |  | | The protocol specifications are free and open and I plan to make available the basic routines as well. |
|
http://members.tripod.com/%7Emdileo
(130 words)
|
|
| |
| | Eric's PIC Page |
 | | Microchip Technology: PIC chips, MPLAB development environment, programmers, in-circuit debuggers, eval boards, etc. |  | | Mauricio Culibrk's PIC page, including AT keyboard emulation routines (both ends) |  | | My friends have designed various other PIC projects. |
|
http://www.brouhaha.com/~eric/pic
(440 words)
|
|
| |
| | F84 Programmer |
 | | So, for those who need more PICs to be programmed. |  | | The hardware of F84 programmer can also be used with EPICWin without any circuit modifications as well. |  | | Some PIC programmers can be used for in circuit programing, some provide many PIC chips including eeprom, say. |
|
http://chaokhun.kmitl.ac.th/~kswichit/f84/f84.htm
(339 words)
|
|
| |
| | Guide to use the PIC |
 | | Acquirement of the software development tool and Iinstallation |  | | I will make this page for the beginner of PIC including me. |  | | On these pages, I will introduce the electronic circuits making which used the |
|
http://www.interq.or.jp/japan/se-inoue/e_pic.htm
(109 words)
|
|
| |
| | The PIC Companies |
 | | PIC delivers "The Best Of The Best"® services, solutions, programs and personnel to meet your facility and project needs. |  | | The PIC Companies ("PIC") is an independent provider of turnkey services and programs focused on the Power Generation, Pulp and Paper, Refinery, and other industrial facilities. |  | | 10.19.05 - PIC Awarded AEP’s WFGD and SCR |
|
http://www.picworld.com
(116 words)
|
|
| |
| | Adam Davis - PIC Archive |
 | | On this page: PIC Programmers and Information, Miscellaneous PIC related files |  | | Allows EPE's simple 16C84 programmer to use hex files |  | | Programming and Customizing the PIC Microcontroller for programming help |
|
http://ubasics.com/adam/pic/archive.shtml
(227 words)
|
|
| |
| | PIC Australia: Welcome |
 | | Feel free to explore and should you have any queries, please don't hesitate to contact us. |  | | PIC Australia’s sole objective has always been to maximise our customers profitability by continually improving the efficiency of the progeny produced by sows and boars whose reproductive efficiency is maintained at the highest levels. |  | | PIC is the world leader in the genetic improvement of pigs operating in 30 countries. |
|
http://www.picaustralia.com.au
(275 words)
|
|
| |
| | SirPic - The Power of PIC & Palm |
 | | Let the microchip PIC deal with the hardware, and leave the Palm PDA to focus on the user interface. |  | | Launched BitStream: A PIC application for a 1-bit digital storage scope for use with your Palm/PC/laptop. |  | | SirPic maximises the synergy of PIC and Palm technologies, allowing each to do what it does best. |
|
http://www.sirpic.com
(319 words)
|
|
| |
| | PIC USA - Home |
 | | Widen your competitive advantage by collecting PIC Terminal AI Boars. |  | | PIC USA creates healthy genetic improvement and service solutions for use in the United States and around the world. |  | | From swine genetics to supporting fully integrated pork supply systems, PIC works to make pork that is of the highest quality and profitability throughout the chain. |
|
http://www.pic.com/usa
(94 words)
|
|
| |
| | Dontronics - Home Page |
 | | Oshon PIC, Z80, and 8085 Simulator IDE integrated simulator, BASIC compiler, assembler, disassembler and debugger |  | | We no longer accept Credit Card payment from customers using a Free Email address. |  | | PIC Programmer Ass and Tested $20USD Inc Postage |
|
http://www.dontronics.com
(1273 words)
|
|
|