News and Updates

When News breaks, ... we fix it

Snow in the sierra, time to finish the WiFi thermostat

Snow in the sierra, time to finish the WiFi thermostat

Posted on 26th Sep 2019

Well snow fell last week up high, and will fall again this weekend at the lake (Tahoe). So it's time for me to finish my long running thermostat project. This will use an ARM stamp along with an ESP8266. WiFi connectivity to at least gather data on the heating system, and could be used to do a Nest replacement.

Kickstart BASIC for Arduino Zero's

Kickstart BASIC for Arduino Zero's

Posted on 6th Sep 2019

We've been OK'd for a Kickstarter project to bring our BASIC to the Arduino Zero family of boards. Kickstarter page, so check it out, we have a range of rewards available, most will bundle a Zero board with our BASIC. But you can also be part of the beta testers if you have an existing board, and get a copy of the firmware.

Almost ready for next Kickstarter

Almost ready for next Kickstarter

Posted on 28th Aug 2019

About this time two years ago we ran a KickStarter campaign to launch the ARMstamp. That ARM stamp campaign was successful and is available at our webstore.. So now its time to do it again. This is a software download, but we will be bundling with a variety of MKR Zero boards for Kickstarter re...

SWdebug for MKRzeros

SWdebug for MKRzeros

Posted on 15th Aug 2019

While debugging our BASIC on MKRzero style boards, I was able to brick a couple of them before figuring out all the proper procedures. So to fix that the stock MKRzero needed a pogo pin (spring loaded) connection to a JTAG connection. So just got back my 2nd KiCAD project. This one was quite sim...

Blockly for the BASIC language

Blockly for the BASIC language

Posted on 7th Aug 2019

A little while back I asked Miguel Wisintainer whether one of his students at Universidade Regional de Blumenau Brazil would be interested in developing a Blockly code generator for our BASIC on ARM CPUs. Well I got some emails earlier this week with some initial screen shots. Yes this is a tease...

NXP IAP calls from BASIC

NXP IAP calls from BASIC

Posted on 16th Jul 2019

IAP calls or In Application Programming, gives access to a number of ROM routines to write flash, enable low power modes, get device IDs and other operations. With the inline Assembly capability of BASIC, it is easy to make these calls.