Tagged Questions
3
votes
1answer
54 views
Figuring out the functions of PIC numbers in a data file
I'm using Bumblebee software to interface my Wisp648 PIC programmer. According to the list of supported files for the Wisp, I should be able to program a PIC16F1829. However, that chip isn't supported ...
2
votes
2answers
99 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
275 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
235 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
198 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 ...