Hi,
I have a digispark board designed and was using for all my experiments till now. Now that Arduino has released a version of Gemma without adafruit VID/PID, was wondering if that works on Digispark boards. The schematic seems to be the same for both of them.
I did a quick test, but the bootloader does not work. It says "USB not recognized". Step by Step process I followed:
1. Download firmware from Arduino github library
2. Use USBasp to upload the firmware with configuration: Clock: 8MHz & 16MHz (tried both), low_fuses=0xF1, high_fuses=0xD5, extended_fuses=0xFE.
3. Uploaded the firmware and connected via USB cable.
Waits for driver install and once installed, it says "Unknown device". Anyone has a clue what might be wrong?
BTW, Digispark firmware works awesome and everything works as expected.