Teach yourself kit on how to use capacitors and resistors

AI Thread Summary
The discussion focuses on using a teach-yourself kit for capacitors and resistors, specifically regarding programming a microcontroller without a breadboard. To load programs onto a chip, in-circuit serial programming (ICSP) is typically used, requiring a compatible programmer and a connector on the circuit. The difference between PIC programmers and ICSP programmers is clarified, noting that PIC refers to a specific brand of microcontroller. Alternatives like Picaxe chips are suggested for their cost-effectiveness and ease of programming. The conversation also touches on the need for a larger breadboard for more complex projects.
Yportne
Messages
21
Reaction score
0
So i decided to get this teach yourself kit on how to use capacitors and resistors and a stamp chip or something like that. Its working great and I'm making LED's flash and stuff...but it uses a serial interface to load the program I make into the stamp.

My question is, if i have a real thing made without using a breadboard then how to I get the program loaded onto the chip? also does each micro-controller have its own software to make programs?

P.S. anyone know where I can buy a bigger breadboard? this one was designed specifically for this kit...i kinda want a big one to start a cooler project :)
 
Engineering news on Phys.org


Depends on the microcontroller, but in general most of the mid- to high-end ones support ICSP (in-circuit serial programming). To use this, you include some form of wire-to-board connector, such as a pin header or RJ-type modular jack, with traces going to the pins required for ICSP programming (typically 5 or 6 pins). You'll also need a programmer capable of ICSP programming.
 


Whats the difference between a PIC programmer and a ICSP programmer
 


PIC is a specific brand of microcontroller. A programmer for PIC uCs may or may not support ICSP programming.
 


We had a very similar thread a couple of weeks ago.

You might like to click on this:
https://www.physicsforums.com/showthread.php?t=331073
and read through it.

Picaxe chips are the obvious choice and the language is almost identical to Stamp but at a fraction of the cost.
They do on-board proramming with a simple cable.

There are other suggestions in that thread, too.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top