92421
October 6, 2015, 10:38am
#1
xadow main board v1.3
windows 7
the mainboard worked 2 months on this pc
now
when i connect the board on usb port
the device manager shows
for 5 seconds : seeeduino xadow com7
and then the device manager refresh the screen
and shows under usb controller : unknown device
no led lights - never
i tried some resets
i change the pc
i reinstall the usb driver
always the same
viswa
October 7, 2015, 7:49am
#2
Hello,
Please try the following steps:
Change your USB cable (There might be some losse connections ?!?)
Reinstall Arduino IDE and Xadow Driver (See here )
3.Only connect Xadow main board without any other boards to PC.
Thanks and Warm Regards
92421
October 7, 2015, 10:15am
#3
i have done this
a complete new laptop
a new install of arduino software
when i connect the usb cable with mainboard - there is no green/blue light
a short time (a half second) i see in the device manager
under other devices : seeduino xadow
the the device manager refresh
and i see under usb controller : unkown device
and there i can not install a driver
also not manuell
i changed also the cable - same effect
viswa
October 8, 2015, 6:53am
#4
Hello,
This issue is very similar to the one posted here . Could you please try out this solution ?
Thanks and Warm Regards
92421
October 16, 2015, 10:06am
#5
Thanks for help
i had load a incorrect sketch - see bottom
then i had the same problem
but under win 7 not under linux
in device manager
i saw for a short time the virtual xadow com port
the a refresh
and the message : unknown usb device
the way out
disconnect mainboard from usbport
start arduino
load sketch ledblink or another sketch
–now be fast–
connect mainboard on usbport
click tools
click port
when you fast enough you see : seeduino xadow port (COMx)
click port this port
start upload the sketch
und when message uploading appears press reset button
then mainboard make a softreset -
now the led must blink
if not
try again an upload
you can do this more the one times
i have found the killer sketch
i tries serval times - works good
#include <Wire.h>
#include “xadow.h”
void setup()
{
DDRB |= 0x06;
}
void loop()
{
//turn on the buzzer
PORTB |= 0x06;
delay(1000);
//turn off the buzzer
PORTB &= ~(0x06);
delay(1000);
Xadow.pwrDown(1000); // sleep for 1000ms
Xadow.wakeUp();
}
greetings
the way out
disconnect mainboard from usbport
start arduino
load sketch ledblink or another sketch
kyakruu
February 9, 2016, 8:23am
#7
i have done this
a complete new laptop
a new install of arduino software
when i connect the usb cable with mainboard - there is no green/blue light
a short time (a half second) i see in the device manager
under other devices : seeduino xadow