Search found 2 matches

by sriharir_91
Tue Jul 05, 2016 4:13 pm
Forum: V-USB
Topic: V USB HID sensor data logger
Replies: 0
Views: 43927

V USB HID sensor data logger

Hi, I am trying to design a device which logs the sensor data and presents itself as a keyboard to print out the values to a notepad. The design is as follows: Sensor -> atmega8(transmitter) ----- (Via UART)---> atmega8(receiver) ----(via USB)---> PC However, the code only works for the first time.....
by sriharir_91
Mon Jun 27, 2016 5:36 pm
Forum: V-USB
Topic: V USB HID data logger
Replies: 0
Views: 42939

V USB HID data logger

Hi, I have been trying to build a HID keyboard device that types out sensor values. But before that I wanted my device to type out random values onto a notepad. I used to Easylogger code as reference to construct my device descriptor (After a lot of trials I got the following descriptor to work) but...