Easylogger not recognized
Easylogger not recognized
Hi,
I tried to get the Easylogger working but the balloon says that the device can't be recognized.
The fusebit are set as shown in the makefile, the tiny45 is also ok (tried usb-i2c) but the clock rate irritates me - in the programming dialog (AVRStudio 4.13 528) shows only 6.4 and 8 MHz in the calibration tab.
Can you give any hint to get my device working?
I tried to get the Easylogger working but the balloon says that the device can't be recognized.
The fusebit are set as shown in the makefile, the tiny45 is also ok (tried usb-i2c) but the clock rate irritates me - in the programming dialog (AVRStudio 4.13 528) shows only 6.4 and 8 MHz in the calibration tab.
Can you give any hint to get my device working?
The RC oscillator clock must be calibrated to half of the system clock, that's 8.25 MHz. This is not one of the default rates which can be calibrated with AVRStudio.
I did calibration by changing the fuse values temporarily so that the clock rate was output at the CLKOUT pin and measured it with a scope. I have then changed the calibration value to approximate 16.5 MHz as close as possible.
In principle, it should be possible to calibrate against the USB clock "on the fly". However, that's a tough exercise we have reserved for future experiments.
I did calibration by changing the fuse values temporarily so that the clock rate was output at the CLKOUT pin and measured it with a scope. I have then changed the calibration value to approximate 16.5 MHz as close as possible.
In principle, it should be possible to calibrate against the USB clock "on the fly". However, that's a tough exercise we have reserved for future experiments.
Hi, I am also trying to make the Easylogger work.
The fusebits are set as in the makefile. And I have also used a scope to measure the CLKOUT pin and have changed the calibration value to approximate 16.5MHz.
But XP still says it can't be recognized.
The LED turns on when I press the button.
Can you help me?
Thanks a lot in advance!!
The fusebits are set as in the makefile. And I have also used a scope to measure the CLKOUT pin and have changed the calibration value to approximate 16.5MHz.
But XP still says it can't be recognized.
The LED turns on when I press the button.
Can you help me?
Thanks a lot in advance!!
This is different. If XP does not recognize the device, it's either a hardware problem (D+ D- swapped, missing zener diodes or wrong zener voltage, etc.) or a problem with the clock rate.
I think, we should come up with an auto-calibration algorithm. It should be possible to take the host's USB clock as a reference.
I think, we should come up with an auto-calibration algorithm. It should be possible to take the host's USB clock as a reference.