Brandon Vandegrift

Results 6 comments of Brandon Vandegrift

Hey @chunkysteveo thanks for posting the "frame" case prototype! I printed it out, and have taken a couple notes of things that could be adjusted: ![img_20181009_152818_comments](https://user-images.githubusercontent.com/1403707/46694620-5fc7b500-cbdb-11e8-9da0-364f5b1d743e.jpg) ![img_20181009_150923_comments](https://user-images.githubusercontent.com/1403707/46694628-63f3d280-cbdb-11e8-8496-0b0708b46c31.jpg) ![img_20181009_152749_comments](https://user-images.githubusercontent.com/1403707/46694639-6ce4a400-cbdb-11e8-8eca-3ed197189b53.jpg)

As a temporary fix, I added a reset button between the ground pad on the JST connector, and the RST pin on the ESP8266. Also threw on a JST connector...

@sqfmi If you're looking for better alternatives to the CH340, I'm a big fan of the SiLabs CP2104. Adafruit uses them for all their newer dev boards. High data transfer...

I've also run into that LIBUSB error randomly. Did you ever find a solution?

Hey Blake, Any update on response validation? Looking to use this feature in osprey. Thanks!

Issue: Browsers block [mixed content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content), which is when secure HTTPS pages call insecure HTTP urls. Because of this you'll need to add logic to: * Set the initial/default states based...