Scott Shawcroft
Scott Shawcroft
I purposefully avoided sharing JTAG with UART so that one could use them concurrently. My compromise was to have TX on the 8 pin so that debug output could be...
Sorry I missed this. Where do you want to use the logo? Seems to me that is should be simpler. Maybe just the spider pointing to the chip?
Sure, I'd start with the logo and then create the rest of the design.
> @ladyada @ptorrone @tannewt You probably have access to more different types of NeoPixel than anybody else grin > Would you mind trying the T1=3 T2=3 T3=4 timings suggested above...
> One remark: this 2-2-2 timing theoretically violates the T1H & T1L spec of the SK6812... I believe most modern NeoPixels we sell are the SK6812 so I wouldn't worry...
Looks like this may work: https://developer.apple.com/documentation/networkextension/receiving-voice-and-text-communications-on-a-local-network A provider is allowed to run a long lived TCP connection when on an allowed WiFi (or lte) network. It then notifies the app...
Wouldn't the esp32 Meshtastic device be the server? It looks like the NEAppPushProvider works with any tcp connection.
Did you install the root cert? https://jozefcipa.com/blog/self-signed-ssl-certificates-on-ios/ If you don't have time to do this I understand. I'm just trying to show it is feasible. I'd love to have a...
Don't Meshtastic devices make the HTTP API available without TLS?
I think another thing would be to make `/pages/robots.txt` work. That way you can use jinja to generate a desired robots.txt. I'm using it to allow the main index and...