Gray_code_element

Friday, March 18, 2011

Testing for Firefox

The following blog entry should test to see if you are running firefox and diplay the appropriate message. I found the code snipit at Dynamic Forums

Friday, March 4, 2011

Building a 3D printer

Check out www.instructables.com for 3D printer projects
Some projects exist that use adruino micro-controllers
The main coding challanges are stepper motor controller, heater controller, convert G-code to stepper motor instructions
Look up mini reprap (repeating replicating)

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...