WiFi to setup a PIC based device


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    May 2013
    Location
    australia
    Posts
    2,721

    Default Re: WiFi to setup a PIC based device

    On the phone, a terminal program may run and do the configuration.
    simple, anything with a browser can set data fields and/or transfer files up or down to an esp8266 module of your choice
    the esp can host the server on its own net or on your chosen wifi network then transfer the data to/from the pic.
    With esp's asyncwebserver and or websockets you are only limited by your imagination and a little knowhow for html and js or similar scripting
    Name:  screen.jpg
Views: 1768
Size:  119.5 KB

    ps , esp modules are as cheap as bluetooth ones and 100000 times more versatile
    Warning I'm not a teacher

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,175

    Default Re: WiFi to setup a PIC based device

    Bluetooth is an option I 've not though to use. Will consider it if it can be used also on iOS.

    WiFi is sure more versatile. I guess setting up an ESP needs some knowledge on C, right?

    Asking for a working example would be too much?

    Ioannis

  3. #3
    Join Date
    May 2013
    Location
    australia
    Posts
    2,721

    Default Re: WiFi to setup a PIC based device

    I guess setting up an ESP needs some knowledge on C, right?
    Yes ,
    first step get a esp8266 , set up arduino for esp , install the espasync tcp and webserver libs and arduinojson too

    try the examples, then try this

    https://tttapa.github.io/ESP8266/Chap01 - ESP8266.html

    and this
    https://github.com/G6EJD/G6EJD-ESP-File-Server

    when you are comfortable with the concepts ask again for some examples
    Warning I'm not a teacher

Similar Threads

  1. Serial to WiFi <> Wifi to virtual com port
    By flotulopex in forum WiFi
    Replies: 11
    Last Post: - 4th April 2018, 13:18
  2. Replies: 22
    Last Post: - 5th January 2012, 06:49
  3. Wifi & PIC
    By Megahertz in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 26th December 2010, 03:16
  4. Sms based device switching
    By Farhan in forum GSM
    Replies: 3
    Last Post: - 28th November 2008, 18:14
  5. Interrupt & device setup for a PIC16F628A in Microcode Studio Plus
    By wildpikachu in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 3rd May 2008, 16:28

Posting Permissions

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