Hello Mihai, AVR with native USB are available, USBAVR series http://www.atmel.com/dyn/products/devices.asp?family_id=607#1761 Regards, Vinay ... fesable. ... ...
Great link, made me raise my eyebrow. Are you sure that Tracked image resolution of up to 88 x 144 pixels (at 30 frames/second) is enough ? Anyway, it's...
I just researched Atmel's website and found there is a lineup of uC that support USB Natively (wuhu!). Here is the list: AT90USB1286 AT90USB1287 AT90USB162 ...
Unfortunately none of these ICs are readily available in the market. The USB series seems to be reserved for industrial use only. -Abhishek Add more friends to...
hi Jacques thanks fr d reply..... the availability of max322 is v less...can i use max 232Â by using some circuitry (pull up or other at d 2.8v side) plz...
Don't use max232. It's for EIA levels only. Check out the link below. http://www.sparkfun.com/datasheets/BreakoutBoards/Level-Converter-v10.pdf I'm not sure if...
Hi look at : http://www.daycounter.com/Circuits/Level-Translators/Level- Translators.phtml regards Jacques - In booksbybibin@yahoogroups.com, shaikh rizwan...
Rizvan, I have just realized that my previous post is unuseful for you because you want to convert CMOS 2.8V to TTL, not backwards. Why not use a pullup...
well i've tried to do a similar thing. My application was that of a remote ground vehicle. We had used the CMU CAM. It pinched the pocket but was worth it. On...
thanks for all the suggestions here i m trying to communicate my GPS module telit GM862-GPS. i m making the hardware board.... initially my plan is to...
Hello all. I am Narasimha. I am new to this group. I recently started programming ATMega 16 using WinAvr. When I use a 'C' source file along with header file...
Hi, i`m trying to access USB from Delphi program, my goal is to get access from MCU to PC and viceversa. I`m using ATmega8535 and Delphi 7 Is there anyone know...
Great. Good luck in development! Ah, and don't forget that Atmel avr's have internal pullups, so you can interface with CMOS technology by activating them. I...
Hi, I am student of Electrical Engineering. I have given the project to connect Atmega32 AVR with USB port and Display data send on the LCD. I have used LCD...
You got the same problem as me. USB port. i`v got some answer from my senior, it will help you coz u used java. U have two choice 1. in java there is a library...
check this link http://www.grifo.com/PROG/HBI/uk_AVRISP.htm this is the ISP -AVRISP MK2- ($42) compatible with atmega32 and interface good luck ... From:...
hi Mihai GALOS du u hav ny tutorial or pdf relating to pull intrfacing dese signal.... i hav a sound knowledge of hardware thanks rizzzzz ... From: Mihai Galos...
Hey rizzzzz, Check out the datasheet for the microcontroller ;) the code should be something like: #include <avr/io.h> int main(void) { PORTB = 0x0F; /*...
Hi friends, I am working with ATMega16 from past few months. All these months I was using evaluation board from third party that had the bootload I was ...
Hello. Go to the installation path of WinAVR. In the bin directory there is a file called avrdude.conf This describes several ISP programmers using the...
Hey I am a mechanical engineer. I wanna do a line follower robot. Can anyone help me wit it? I am aware of the basics of electronics and C language. I have...
Hi Mihai, My sincere thanks for taking ur time out and explaining the procedure in de..I followed the procedure and able to flash the code. Regards, Pavan...
yes you can, moreover you can finish that just in one whole day (day&night non stop), but if you have experience. be aware of the circuit, my suggestion is to...
Hey guys. Has anyone played with a USBee Sx for SPI deconding? I really don't know where to connect the Trg and Gnd lines. I connected them both to the SCK of...
Normally on an spi line there should be a chip select signal associated with the device you are communicating to, thus many devices can be connected to the spi...