BASIC is NOT dead!!


Results 1 to 9 of 9

Threaded View

  1. #7
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427

    Default Re: BASIC is NOT dead!!

    I took a look over at zbasic and really can't (from the quick look I took there) make any comparison, it may be more powerfull..

    BUT I can say that I have found the ESPBASIC to be extreemly easy to try out. I also found it to be amazingly easy to do some very complex things like...

    > generate an email or text message
    > get time from an NTP time server
    > parse the NTP time value into individual components HH, MM, SS, year, day of week, etc.
    > generate a webpage with buttons to change gpio pins
    > create input fields on a web page for temperature set points, text or value entry fields.
    > read the temperature from a ds18b20 temp sensor

    and all of the above things can be communicated back to you via a web page or (if you choose) to your microcontroller or terminal window via its tx/rx serial interface at 9600 baud (or both!!)


    The IDE is built into the OS and resides on the esp module.
    The module starts out as an AP with no credentials required which allows you to easily locate it and connect to it from any wifi enabled device like a smart phone, tablet, laptop or PC with wifi capabilities. Then you can easily enter credentials for your local network wifi and then the module will, upon reset, connect to that network and provide its DHCP acquired IP address via the serial port that you used to flash the BASIC OS into it. So if you open a terminal window and watch the COM port of the USB adapter you used to flash it with you will see it attempt to connect to the network and it will print out the newly acquired IP address.

    And as a fall back, if for some reason it can not make a successful connection using the credentials you provided it, the module will default back to an AP so you can reconnect to it directly and review/correct its settings.

    You program and upload your code directly from an internal web page IDE on the module. NO ADDITIONAL SOFTWARE REQUIRED ON YOUR PC other than the initial small flashing program.

    I must say I have been trying to reach this level of capability with these little ESP8266-01 modules for almost a year now and this ESPBASIC has hit a home run for me.

    Now, keep in mind that the espbasic is certainly not going to be anywhere near as capable as our beloved? PIC Basic. But for me that is not the point. I can now easily add wifi capability to any of my microcontroller projects or create simple projects like temperature alarms that can generate an email/text msg and many, many others.

    For anyone like me who undersands BASIC and struggles with C, python, LUA, or 'fill in the blank' language then this has opened a new door.

    but I should add... YMMV

    Give it a go, and I'd be happy to share any of my test code. There are also several example programs listed on his website, which is separate from the forum that he links to.
    Last edited by Heckler; - 3rd December 2015 at 05:01.
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

Similar Threads

  1. Is BASIC dead ?
    By dsicon in forum General
    Replies: 28
    Last Post: - 26th January 2015, 05:04
  2. How do I know if a PIC is dead ?
    By rngd in forum General
    Replies: 8
    Last Post: - 15th April 2008, 09:03
  3. Is My Programmer Dead
    By mikendee in forum Off Topic
    Replies: 4
    Last Post: - 19th March 2008, 16:59
  4. Dead PICs
    By CocaColaKid in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 15th August 2007, 13:12
  5. Dead display?
    By rossfree in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 12th July 2005, 18:27

Posting Permissions

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