Search found 4 matches

by NewbeeV-USB
Thu Jan 04, 2018 4:43 pm
Forum: V-USB
Topic: Hobby project design
Replies: 1
Views: 34658

Hobby project design

Hi I want to design a hobby project which consists of ATmega32, 128x64 KS0108 based graphical lcd and USB port. I am using V-USB as a firmware in ATmega32. My aim is to connect a USB optical mouse to USB port and display mouse pointer on GLCD, as mouse is moved pointer should move accordingly. I am ...
by NewbeeV-USB
Tue Oct 03, 2017 12:14 pm
Forum: V-USB
Topic: Using Pin change interrupt instead of INT0
Replies: 2
Views: 36950

Using Pin change interrupt instead of INT0

Can I use pin change interrupt available in ATmega328p to connect to vusb instead of INT0 to connect to D+.
by NewbeeV-USB
Sun Aug 13, 2017 6:12 am
Forum: V-USB
Topic: Understanding USB better to use V-USB
Replies: 2
Views: 37133

Understanding USB better to use V-USB

Hi I want to know how USB read, write and interrupt handling is done in USB. Which function is used for what purpose. Please help with any tutorial which explains everything of USB and also using v-usb to perform these tasks. Thank you.
by NewbeeV-USB
Sun Aug 13, 2017 5:51 am
Forum: V-USB
Topic: Mouse interface to AVR
Replies: 1
Views: 31480

Mouse interface to AVR

Hi I am a newbie to V USB. I want to interface a USB mouse to a AVR microcontroller which does not have USB support. Is this library can be used in AVR MCU to do that task. Thank you.