PIC Basic programming with RF modules Programming Software Development by oneohthree … $55 four times. I am using a breadboards. On one breadboard I have a 315 MHz receiver and 434 MHz transmitter… and the other breadboard I have a 315 MHz transmitter and 434 MHz receiver… Interrupts Programming Software Development by 992982386 … a high signal (using a push button switch on a breadboard) to one of the pins of the processor? I would… Pic 16f876a Programming Problem Programming Software Development by Jeffxxx … programmed the PIC with no problems encountered, but when I breadboard, it will not function. All the external components are in… Simple EEPROM Programmer using Parallel Port Community Center by mr.lemarc … schematic and I have completed the actual wiring on my breadboard. However, using the DOS system, I am completely stuck on… Simple EEPROM Programmer Through Parallel PC Port (also posted in Developers lounge) Programming Software Development by mr.lemarc … schematic and I have completed the actual wiring on my breadboard. However, using the DOS system, I am completely stuck on… How do I implement This Code? Programming Software Development by jonny93 … use this code to toggle an external LED on a breadboard. I have the wires, and the school breadboards have their… Raspberry Pi LED control (Python) Programming Software Development by vegaseat … a good 2.5A powersupply, a pinout strip, a solderless breadboard, parts to play with and a wireless dongle. Brings back… Determine value based on if condition Programming Web Development by SoMa_2 …;||"Analyse"||"Audit"||"Blueprint"||"Breadboard" ) { $level=4; } elseif($q1=="Abstract"||"Animate… Re: Determine value based on if condition Programming Web Development by coreyavis …; break; case 'Analyze': case 'Analyse': case 'Audit': case 'Blueprint': case 'Breadboard': $level = 4; break; case 'Abstract': case 'Animate': case 'Arrange': case… Re: programming homemade hardware Programming Software Development by mike_2000_17 > -1 prototype breadboard > -few sensors, you can get these online or from … basic hardware would be: - Prototyping: A [solderless breadboard](http://en.wikipedia.org/wiki/Breadboard), with a kit of jumper wires for it… Re: Sensor Programming Programming Computer Science by MosaicFuneral [QUOTE=justin105;923219]i m trying to get the h/w and try to get the signal to the pc now, tat's the stage i m now[/QUOTE] So you've experimented on a breadboard and observed a working design; first, before taking the leap of hooking it up to the PC? Re: Turning a program into a hand held calculator Community Center by BitBlt … try and wire one up yourself using an old-fashioned breadboard then the result wouldn't exactly be "handheld"… Re: programming homemade hardware Programming Software Development by iamthwee Go for the arduino uno -1 prototype breadboard -few sensors, you can get these online or from your … Re: am welling to know Programming Software Development by MandrewP … computers are electronic. Once you know some electronics, we can breadboard some simple digital circuits, like “and" and “or” gates… Re: direct robot using c ! Programming Software Development by IIM … drive robot locomotion. * l293D chip to control power to motors. * breadboard or PCB. take a look at http://www.machinegrid.com… Re: No display in monitor though pc is running Hardware and Software Hardware by speedtaxi12 If the CPU is not the issue, pull everything out of the case and breadboard the rig. Breadboarding: 1. Put mobo on a non-conductive surface 2. Install: a. 1 stick of RAM b. PSU c. CPU/Heatsink assembly Re: Preparation for Computer Science Course Programming Computer Science by phorce … go! Get yourself a Raspberry Pi, some LEDS and a breadboard.. You can develop your C++ skills in recreating this, it… Re: Preparation for Computer Science Course Programming Computer Science by Chinney … go! Get yourself a Raspberry Pi, some LEDS and a breadboard.. You can develop your C++ skills in recreating this, it… Re: PIC Basic programming with RF modules Programming Software Development by jmk9156 Did anyone every find out anything on this topic? Re: PIC Basic programming with RF modules Programming Software Development by e.demente I haven't gone tru your code yet but i am using those same modules... the thing is to use an encoder-decoder couple.... otherwise they work as you said, intermittently... Re: Interrupts Programming Software Development by tonakai i didn't use motorola, but interrupts don't change much from chip to chip i think. so if you want to make an interrupt, then you need to connect your button to an interrupt pin, then you need to write your code in the proper location of memory. that's all i think. another way in 80x86 series chip that you signal to IR pin (interrupt request), … Re: Pic 16f876a Programming Problem Programming Software Development by johnroach1985 Hi,I think I can help you but can I see the circuit you are working on.And I also think you should use PROTEUS for simulations....you can actually add analog input and test your program from there... Re: Pic 16f876a Programming Problem Programming Software Development by mostafadotnet Hi Jefxxx, This simulator is one the bests: [URL]http://www.oshonsoft.com/pic.html[/URL] Also,I'll give you anything I found about your code and any othe related things I found.And also I'll help you as much as I can. Good luck. Re: Pic 16f876a Programming Problem Programming Software Development by Jeffxxx [quote=mostafadotnet;252215]Hi Jefxxx, This simulator is one the bests: [URL]http://www.oshonsoft.com/pic.html[/URL] Also,I'll give you anything I found about your code and any othe related things I found.And also I'll help you as much as I can. Good luck.[/quote] Hi, Many thanks for your help. t tried the simulator with my program and it … Re: Pic 16f876a Programming Problem Programming Software Development by embeddedravi R U Solve That Problm....................... Re: Pic 16f876a Programming Problem Programming Software Development by Jeffxxx [quote=embeddedravi;256315]R U Solve That Problm.......................[/quote] Hi, Sorry for delay in responding. I found two problems:- First the two caps. for the crystal were faulty, replaced and ran OK. Second I had set the wrong bit for turning on the 12V led and the 24V led, they should have been bit 2 and 3. It now works perfectly.… Re: Simple EEPROM Programmer using Parallel Port Community Center by Salem This should help you with your parallel port programming. [url]http://www.lvr.com/parport.htm[/url] Re: Simple EEPROM Programmer Through Parallel PC Port (also posted in Developers lounge) Programming Software Development by Colin Mac I think you'd have a higher chance of getting help with this one at an electronics forum rather than a software forum. Here's a good one in case. [url]http://www.electro-tech-online.com/[/url] Re: Raspberry Pi LED control (Python) Programming Software Development by Lardmeister Sounds interesting! Can the Raspberry produce sounds? Another good video on MOSFETs: https://www.youtube.com/watch?v=Te5YYVZiOKs Re: Raspberry Pi LED control (Python) Programming Software Development by vegaseat The new model Rapberry Pi 2 has just come out. It is now a quad core 900 Mhz CPU with 1 GB RAM running about 6 times faster than the Raspberry Pi B+ model. The size and connections have been kept the same as has the price of $35. Can barely wait to get my hands on one.