ESP testing for Web connected Thermostat
Posted on
4th Feb 2020
Getting ready to build up the final Web enabled thermostat. For this version in order to fit inside the housing the ESP8266 has to be soldered into the PCB. That means I wanted to update the firmware and check its operation before soldering it in.
Ladder Logic to BASIC update
Posted on
16th Jan 2020
Leonardo from Universidade Regional de Blumenau in Brazil sent me some updates to his Ladder logic to BASIC translator. It now will launch a program on any of our boards running BASIC. And he has added a manual.
User input adds features
Posted on
10th Jan 2020
Over the years feedback from our users has suggested improvements and new features. Recently to enable the auto-include feature for both Arduino and existing boards running BASIC, we generate an _includeALL.bas file that contains the user BASIC program as well as the needed register definition file. But this made error reporting a bit misleading for errors like missing ENDIF. One of our users pointed this out, so we took a look at improvements.
Ladder logic to BASIC translator
Posted on
12th Dec 2019
The Brazilian students are at it again. First Blockly to BASIC, and now Ladder Logic to BASIC. Ladder Logic which is still used in control systems, is probably among the first graphical languages. Thanks to Leonardo, one of Miguel's students at Universidade Regional de Blumenau.
Pictured here is a binary counter in LadderLogic.
64bit TIMER in BASIC
Posted on
27th Nov 2019
One of our users was asking about the possibility of a 64 bit TIMER and 64 bit integer arithmetic. The need was to time both millisecond and long time - minutes or even hours. The 32 bit TIMER rolls over every 70 minutes or so. The ARM is a 32 processor, so that dictates the 32 bit math. But in BASIC with a little help from assembly can handle 64 bit math.
BASIC for micro:bit
Posted on
13th Nov 2019
We've been porting our BASIC for ARM to popular hardware platforms, and now we include micro:bit nRF51822 to join Arduino Zeros, Pokito LPC1768mbed and Teensy. We don't build or sell these boards
but by providing a binary file it is easy for user to load BASIC firmware onto these platforms.