ESP8266 - transfer some bytes PC<>PIC over wifi


+ Reply to Thread
Results 1 to 25 of 25

Hybrid View

  1. #1

    Default Re: ESP8266 - transfer some bytes PC<>PIC over wifi

    do anyone want to try the ESP8266 programmed to be serial to WIFI 'bridge' ?? This is a few years old but all the info and files seem to be available.
    Here is the link for github page

    https://github.com/jeelabs/esp-link/...ster/README.md


    I would post about any issues I had or suggestions if anyone wants or needs that.

  2. #2
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    891

    Default Re: ESP8266 - transfer some bytes PC<>PIC over wifi

    Quote Originally Posted by amgen View Post
    do anyone want to try the ESP8266 programmed to be serial to WIFI 'bridge' ??.
    Amgen, what exactly is a "bridge"? Is it what I actually want to achieve = send (small amount of) data, both ways, between a PC and a PIC over Wifi?
    Roger

  3. #3

    Default Re: ESP8266 - transfer some bytes PC<>PIC over wifi

    Amgen, what exactly is a "bridge"? Is it what I actually want to achieve = send (small amount of) data, both ways, between a PC and a PIC over Wifi?
    Yes, instead of bridge, could use 'connection'......... what program or app would you use on the PC to receive and send data?

  4. #4
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    891

    Default Re: ESP8266 - transfer some bytes PC<>PIC over wifi

    Quote Originally Posted by amgen View Post
    what program or app would you use on the PC to receive and send data?
    Don't know yet.

    I think I'm going to use some kind of mobile Terminal app or, if possible, a web browser or even make one by myself with MIT App Inventor which I'm already on my way but using Bluetooth for now which I'll need to change to wifi, obviously.

    Attachment 9528

    I've no idea what will be the simplest and fastest to achieve...

    It's really just about to send some data to a PIC, have the PIC acknowledging and storing if datat is okay. Voilą.
    Roger

  5. #5
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    891

    Default ESP8266 - transfer some bytes PC<>PIC over wifi

    ...can't edit my previous post.... so here is the picture ment to appear:

    Name:  MIT_App_Inventor.jpg
Views: 204
Size:  43.0 KB
    Roger

  6. #6

    Default Re: ESP8266 - transfer some bytes PC<>PIC over wifi

    I found that web browsers block from trying to access your internal network like putting 192.168.X.X into the address bar ...... But, old Hyper Terminal will connect and do send/receive except it intermingles the send/receive characters.
    When you get to start testing...... my PIC18f2525 sends serial out every second (helps when connecting and checking functioning)
    Name:  esp1.JPG
Views: 208
Size:  84.9 KB

  7. #7
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,523

    Default Re: ESP8266 - transfer some bytes PC<>PIC over wifi

    Quick note about something I re-learned yesterday.
    It started when I tried to update the firmware of my ESP-01 module, it only has 4Mbit of FLASH so it did not work. Dug out an ESP-12F module and loaded 2.2.1.0 onto it. Flashing it worked fine but I could not get it to "work". Then I remembered...

    Somewhere in the firmware history the default UART-pins for AT command have changed from GPIO.0/3 to GPIO.13/15.

    GPIO.0/3 are still used to PROGRAM the thing but AT commands are now accepted on GPIO.13/15.

    On version 2.2.1.0 CWLAP works in CWMODE=1 and CWMODE=3 without first connecting to an existing network. It also has AT commands for managing MQTT (don't know when those commands were added).

    I have a command reference dated 2020 which includes the MQQT commands but no longer contains the command CWMODE. Instead it references CWMODE_DEF and CWMODE_CUR however neither of these work. Online documentation here is back to just CWMODE.

    So yeah, it's a bit of a mess....

Similar Threads

  1. WiFi to setup a PIC based device
    By Ioannis in forum WiFi
    Replies: 6
    Last Post: - 2nd December 2023, 13:31
  2. Serial to WiFi <> Wifi to virtual com port
    By flotulopex in forum WiFi
    Replies: 11
    Last Post: - 4th April 2018, 13:18
  3. Replies: 22
    Last Post: - 5th January 2012, 06:49
  4. Wifi & PIC
    By Megahertz in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 26th December 2010, 03:16
  5. PIC with WIFI module
    By JAWORSKI in forum Schematics
    Replies: 2
    Last Post: - 3rd December 2008, 03:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts