Tagged Questions
0
votes
1answer
52 views
No response from AVR microprocessor while programming
I've been attempting to program a few different micro-controllers using nothing but an FTDI 5V TTL cable and self-written software to bitbang the needed pins on the chips. Until now I had success only ...
0
votes
1answer
80 views
Programming an EPROM using 8085 kit
I need to program an EPROM/EEPROM with the code for an 8085. I do not have a programmer. I can't buy one. But I have access to an 8085 kit. Can I use it to program the EPROM/EEPROM via an interface? ...
1
vote
1answer
124 views
LTC2498 Temperature Sensor Chip Code via SPI
I would be very grateful for your tips for my present problem definition:
I have a microcontroller ATmega128RFA1 with integrated Zigbee with UART-USB(TTL Converter) attached to the PC.
From the ...
1
vote
2answers
199 views
Can I program a QUAD SPI Chip with a standard SPI microcontroller?
I have to program a MX25L12835 Quad SPI chip. This is a Quad SPI serial flash. Is it possible to program this using an arduino? Can this be used as a simple 1 channel SPI or can quad SPI interface ...
1
vote
3answers
695 views
What do I need to program an ATmega 168?
I use AVR Studio for my compilation and c/c++ code (not arduino).So far I have used a Atmega 2560 development board provided by Nex robotix.
I have ISP programmers of the following sorts...
AVRISP ...
3
votes
1answer
127 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
325 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
475 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
408 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
259 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 ...