WiFi to setup a PIC based device


+ Reply to Thread
Results 1 to 7 of 7

Hybrid View

  1. #1

    Default Re: WiFi to setup a PIC based device

    about 6 months or a year ago I mentioned an 8266 UART-WIFI bridge. After programming a few files into it, after that it just starts up able to send and receiving at set baud over your wifi settings. You can use some terminal program to send and receive although I made a visual studio program to do that to/from an f2525 at 115K baud. The few 8266's I programmed have been working constantly for several years. All the work is then done directly with serial. I set up the f2525's with timer and UART interrupts. The timer int loops the program 10X a second and when a character comes in, it is checked in small asm at int. It checks for a start '[' and end ']' characters and raises flags to start taking characters and then process the received string...... so it is basically real time receive thing. The files programmed in the 8266 have a web page for setting and other more advanced things I never used. The modules were $5 amazon.
    Name:  esp-link.JPG
Views: 220
Size:  127.9 KB
    Name:  Capture.JPG
Views: 207
Size:  80.8 KB
    Last edited by amgen; - 2nd December 2023 at 01:23.

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,866

    Default Re: WiFi to setup a PIC based device

    Thank for the great info. Time for a crash test...

    Ioannis

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