David Pugmire

Results 26 comments of David Pugmire

Resolved. I had two apps with different port settings I was working with and the failure was simply due to the request going nowhere. New problem: There is a huge...

**RESOLVED**. The issue isn't technically due to Fine Uploader, but Fine Uploader _could_ be tweaked to handle this discrepancy. ASP.NET MVC will treat string responses as JSON, and therefore will...

Honestly, I'm thinking about doing an entire .NET article. It was waaaay too much pain to put a simple thing together due to gotchas you just don't think about every...

What is your scenario? Perhaps your answer is here? https://github.com/lukencode/FluentEmail/issues/74

> @silverbackdan Can I trust your code snippet to work? Did you have time to test this more? Thanks! Didn't work for me.

Firmata for Uno sends through rx/tx TTL to USB, so I was thinking... why can't an Uno be set up standard like that, and then ESP8266 be connected to serial...

yes, but please see my earlier point... I have existing modules, not interested in getting the all-in-one board.

I'm not qualified, but would otherwise love to whip up a PR. I can envision what might be entailed, but my code experience is in app building, not firmware/drivers. I...

This is as simple as it gets, though I'm not sure about perf or bugs: https://github.com/roboremo/ESP8266-WiFi-UART-Bridge/blob/master/sketch_esp_WiFi_UART_Bridge.ino Found a similar one here: https://github.com/NaoNaoMe/ESP8266-WiFi-UART-transparent-bridge/blob/master/WiFiUartTransparentBridge.ino The above are more like "repeaters" than a...

ok, here is an interesting report. Some success, kinda surprised me! Here is exactly what I did. 1. Loaded **StandardFimata** on the **Uno** 2. Loaded **WiFiUartTransparentBridge.ino** UART/wifi bridge (link above)...