Using the Addicore ESP8266....
denno
Posts: 223
Has anyone played around with the above WIFI Tranceiver Module using the Prop in PBAS or even the Basic Stamp in PBASIC? If so, would you mind sharing some example code?
Thank you...DenO
Comments
This looks like the standard ESP01 modules that's available. It probably comes with the AT command set programmed on it that can be over written.
Looks like the baud rate for that unit is set to 115200.
Mike
Mike, thank you for your input. Wondering if anyone else has played around with the above using the Stamp or the Prop..and I am not sure what an AT command set is...
Thank you...DennO
Here's a P1 Spin program to experiment with an esp8266... It might help getting an idea how to communicate between a prop and the esp8266 (there's some AT command code within, as well). This code is P1 Prop Spin specific, but could help in developing a PBAS project.
dgately
Hi
This seven year old video gives you an idea of how to use....
and another using prop
https://www.instructables.com/Using-the-ESP8266-module/
Dave
Hello!
Actually Mike you're correct. And it does use an AT command set programmed appropriately. And this is for @dgately the example you provide is one I've been looking for.
No mascot.