Shop OBEX P1 Docs P2 Docs Learn Events
Using the Addicore ESP8266.... — Parallax Forums

Using the Addicore ESP8266....

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

  • tritoniumtritonium Posts: 540
    edited 2023-01-01 14:43

    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

  • @iseries said:
    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

    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.

Sign In or Register to comment.