Does Blockly for Chrome work with the PICAXE-18M2?

coparu67

Senior Member
Hi
Blockly for Chrome v1.2.0 (Win7)
I check the PICAXE type and the app says "Hardware found: PICAXE-18M2"
I create a very simple program
I try to Program my PICAXE-18M2 and the app says "Error from compiler. Error: Incorrect hardware connected - PICAXE-18M2 (expected PICAXE-18M2+)
bl-2.PNG
 

hippy

Technical Support
Staff member
It appears that the Blockly App requires the newer 18M2+ ( Firmware D.x ) and the older 18M2 ( Firmware 2.x ) is not supported. Will need to investigate further to obtain a definitive response.
 

Technical

Technical Support
Staff member
Although Blockly was designed for the latest generation chips you can force it to compile for the old obsolete legacy 18M2 instead by adding a BASIC block under the start block and then type this into the block

#legacy
 
Top