Typhon Programing Example – Process Messages

[multilanguage_switcher] Let’s call Typhon. Our IDE pops up. If we were working on another project, it will open it as default. Otherwise we should create orĀ open one. In this case we create one. At the menu select File | New… A form pops up listing all possible kinds of projects. By selecting one of these, the project is filled up with template code by the development environment. Select Project | Application and Ok. This creates an Application Project, with some already done code. To continue working on it we must…

Read More

Testing Lolin NodeMCU V3 esp8266

[multilanguage_switcher] I’m testing Lolin NodeMCU V3 esp8266. This is a tiny microcontroller with embeded wifi. The model we are trying has 1MB of flash ram plus 8k of dynamic ram. These are quite a lot for many purposes. I’m using Arduino just for ease. But it’s got a Lua framework, this is that you can make Lua scripts upload them to the NodeMCU, link it to the init.lua script and run. I’m not going to show the Lua example in this post, but the Arduino IDE example. The Arduino IDE…

Read More