2
votes
2answers
88 views

Programming a PIC with a PIC

I'm building a device with two PICs, a PIC18F46K22 and a PIC16F88. I have a buffer on the 18F46K22 which contains a program that I want to write to the program memory of the 16F88. I can't do this ...
-1
votes
1answer
253 views

Programming a Baby Orangutan using Arduino Uno?

I have the following setup: Arduino UNO without the chip: Notice that the Atmel chip is missing. And i have a Baby Orangutan: The orangutan burned with Arduino Uno R3 Bootloader. I connected ...
0
votes
1answer
220 views

Preprogrammed Atmel microcontrollers?

Where can you buy preprogrammed atmel microcontrollers such as the attiny13a microcontroller in a surface mount package? I know you can buy preprogrammed PIC microcontrollers, but not atmel ...
2
votes
3answers
191 views

MCUs programmable by USB or ethernet

The NXP LPC1342 microcontrollers have a built-in bootloader which allows programming the device via usb: The bootloader is triggered by pulling one pin to GND on bootup. The microcontroller then ...