If you have a TiddlyWiki site that you want to be able to access throughout your home on computers, smartphones and tablets the easiest approach is as follows: Create a Node WebServer Install NodeJS brew install node Navigate to your tiddlywiki page cd <tiddlywiki folder> npm init npm install express --save touch server.js Edit server.js... Continue Reading →
Simple Traffic Lights using Python and Arduino
I am using The Most Complete Starter Kit UN0 R3 Project which is produced by Elegoo and contains and Arduino Create your circuit Each power supply is a pin on the Arduino I have attached red to digital pin 9 on the Arduino, yellow to digital pin 10 and green to digital pin 11. Create... Continue Reading →