Teensy Board 2.09, is WIFI possible? #341
Replies: 13 comments 11 replies
-
I have D1 minis that I intend to check out - but when? There surely must projects out there that use these cards to bridge raw Telnet or Websocket comms to RS-232/UART. |
Beta Was this translation helpful? Give feedback.
-
That was my thought, a Wifi/UART bridge.
This is also good point, let me try the first one, if this don't work, I'll go to the second option. :-) |
Beta Was this translation helpful? Give feedback.
-
First of all, it works! :-) |
Beta Was this translation helpful? Give feedback.
-
Wiki is the right place, i'll write it as PDF as send it to you and you also can use it for your blog of course. |
Beta Was this translation helpful? Give feedback.
-
The PDF is done. @phil and Terjeio: |
Beta Was this translation helpful? Give feedback.
-
I have both, clones and Wemos D1, all are the same. |
Beta Was this translation helpful? Give feedback.
-
OK, I just ordered several D1 minis. Will use this as an opportunity to get up on this. I'm sure I will have some questions. |
Beta Was this translation helpful? Give feedback.
-
It's not a rocket science, really easy to do, but I you have some questions, I am here :-) |
Beta Was this translation helpful? Give feedback.
-
All you need to get the Wifi to work is open source, I don‘t know if it‘s easy to implement the code, it would be a nice have to, but to be honest, the upload of the firmware I described is not that hard.
Btw, I have now ESP 01S module running up, way more smaller.
The Esp-Link software work there too.
As they don‘t have USB, best way to program them is with a dedicaded programmer.
The links are from Ebay Germany, but it helps to get the hardware wherever you are.
ESP 01S module:
https://www.ebay.de/itm/5-x-ESP-01S-Wifi-Modul-ESP8266-WLAN-Wireless-Serial-Board-ESP01-ESP-01-Arduino-/164761463134?mkcid=16&mkevt=1&_trksid=p2349624.m46890.l49286&mkrid=707-127634-2357-0
Programmer:
https://www.ebay.de/itm/1-5-x-ESP-01-ESP-01S-USB-Programmer-mit-Schalter-Modul-ESP8266-ESP01-UART-/164772618358?mkcid=16&mkevt=1&_trksid=p2349624.m46890.l49286&mkrid=707-127634-2357-0
I think this is the best choice, as the pins of the PCB are are different to the pinout I needed, I simply wired them.
Maibe for another version of the PCB it would be nice to rework the pins for the ESP 01S?
… Am 04.01.2022 um 01:31 schrieb phil-barrett ***@***.***>:
Hi, my first question (to both Team-Deepflights and Terje) - Would it be possible to program the ESP-12F via the teensy rather than though the USB-Serial adaptor? Even better, is it possible to program the ESP-12F via a plug-in and not require the end user to deal with it at all? Are the programming protocols open source?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
It was my first tought, take a Wemos board to program it and desolder it after programming it. Btw, it would be really a nice feature to write to the SD card :-) After a few days using the board over wifi I have to say the everything runs as smooth as directly connected over USB |
Beta Was this translation helpful? Give feedback.
-
That's why I wrote that writing on SD would be a nice feature, I did not manage to save the code on SD. |
Beta Was this translation helpful? Give feedback.
-
Ahhh. enable 2 :-) |
Beta Was this translation helpful? Give feedback.
-
Hm, I'm also not happy with it. |
Beta Was this translation helpful? Give feedback.
-
As title says, I would like to send my code over Wifi, has anyone done this?
I have a few Wemos R1/D1 here which could be used, but I would need some help (changing firmware to ? and so on..)
Thanks in advance :-)
Beta Was this translation helpful? Give feedback.
All reactions