Following the Quick Start (Hologram Dash Quickstart - Hackster.io), I’ve connected via the Serial Monitor and watched it get through all steps (including connect to network) and then go to passthru serial.
Loading the board manager’s Dash Pro (and tried Dash Pro Beta since it was a Kickstarter), none of those allow the hologram_dash_cloud to upload. This is what I’m getting… thoughts? Thanks, Jim
Sketch uses 41100 bytes (5%) of program storage space. Maximum is 719872 bytes.
java.lang.NullPointerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingProgrammer(SerialUploader.java:314)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:89)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.SketchController.upload(SketchController.java:713)
at processing.app.SketchController.exportApplet(SketchController.java:686)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2168)
at java.lang.Thread.run(Thread.java:748)