Hi all,
I just received my digispark and trying upload the blink sketch and get the following error.
I'm using a usb 2.0 hub and on arduino IDE 1.6.4.
I have the ATTINY board seleceted and Processor attiny 85 selected clock set at 16 MHZ external. The port is greyed out. ANy ideas ?
I can get an UNO and a micro connected and sketches uploaded ok but not a digisaprk.
It shows uploading with the below error.
Sketch uses 790 bytes (9%) of program storage space. Maximum is 8,192 bytes.
Global variables use 9 bytes of dynamic memory.
java.lang.NullPointerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingProgrammer(SerialUploader.java:252)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:78)
at processing.app.debug.Compiler.upload(Compiler.java:163)
at processing.app.Sketch.upload(Sketch.java:1220)
at processing.app.Sketch.exportApplet(Sketch.java:1194)
at processing.app.Sketch.exportApplet(Sketch.java:1166)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2487)
at java.lang.Thread.run(Thread.java:745)