-->
Page 1 of 1

USING ESP8266BASIC?

PostPosted: Thu Oct 01, 2020 2:11 am
by davidbrok5
Dear All

The forum seems to have gone very quiet lately. I know there could be many reasons for this, just wondering if underlying demand for esp8266basic is still strong or if perhaps products like the pi zero w have rather eroded the esp8266 foothold generally.

Any thoughts/comments from either new downloaders or established users very greatfully received - thanks very much

Re: USING ESP8266BASIC?

PostPosted: Fri Oct 02, 2020 4:17 pm
by Luc Volders
I have been using ESP Basic for a loooooong time. I build a lot of projects with it and some have been continuous running for several years now.
Unfortunately ESP basic is no longer updated and maintained. An ESP32 version is not available.
That made me take the obvious step: I switched over to Arduino language. Loads of libraries and regular updates. Next to that available for both ESP8266 and ESP32.

And yes: it has been generally quiet here overall on the forum. I wonder why. In these days of Corona and lock downs I would have expected tons of projects emerging. But no.....

Raspberry Pi is no option as a replacement. Even the Pi-Zero is more expensive as it needs at least an SD card to get it working. And there are less libraries available for the sensors. The Raspberry is more a programming platform as the ESP series are more an IOT platform.
Luc

Re: USING ESP8266BASIC?

PostPosted: Mon Feb 01, 2021 7:23 am
by mezjoc
Welcome Luc Volders!

My name is József Mezei. I am writing to you about Hungary. Enthusiastic ESP Basic fan

I'm. I have done a lot of work in this programming language. WiFi Car, Thermometer,
Thermostat ... etc.
I just got stuck.

WEMOS D1 mini + DS18B20 + 2x16 character LCD module with I2C panel.
The problem is that there is no command to that effect in the original ESP8266BASIC.
I tried to write in basic language.
First part:
HD44870 - initialization (4-bit) with I2C communication. This was partly successful.

Part Two:
Display on the LCD panel. A specific text (e.g. Hello World) has already been managed
to print out. I am happy to send you the written program. Unfortunately, I don't know the Code window
to do so, just insert it with Ctrl-C -> Ctrl-V.
I want to display the value of the variable (eg temperature) on the LCD.
Do you think this can be solved?
Regards: mezjoc