Parametric NEMA 17 Motor Storage Box with Cover
English Français
September 7, 2026
Antre du Tryphon
Search
Fix “The Update Information Is Outdated”

Fix “The Update Information Is Outdated”

March 13, 2016 · claude Ubuntu Ubuntu 14.04 Ubuntu 15.04
Sometimes, the message "The Update Information Is Outdated" is displayed when you click on a red warning red icon in the status bar. It happened to me last week. This time, it was caused by a Google Chrome update that failed. First, open a terminal...

Parametric utility box

Parametric utility box

February 21, 2016 · claude 3D Printing
This object is a parametric utility box with a bracket to join them together either by their sides or fronts. Sample STL files have been provided, which yield a box of 75 mm in width, 40 mm in depth and 100 mm in height along with both joining...

Maximum Frequency of a ESP8266 - Revisited

Maximum Frequency of a ESP8266 - Revisited

November 27, 2015 · claude ESP8266 IoT Internet of Things
The ESP8266 can yield a 163 kHZ wave using the Arduino IDE and writing the code in C.  The code used is:

Maximum Frequency an ESP8266 can yield

Maximum Frequency an ESP8266 can yield

November 26, 2015 · claude ESP8266 NodeMCU IoT +1
An ESP8266 running NodeMCU can yield maximum frequency of 1.44 kHz with a duty cycle of 61%.  The wave form is given below.  The code used to perform this test is:

Interrupt NodeMCU init.lua

Interrupt NodeMCU init.lua

November 24, 2015 · claude Linux ESP8266 NodeMCU +2
It can be sometimes challenging to regain control of the NodeMCU running on a ESP8266 when init.lua has a tight loop in it.  To do so,  first, download esptool.py from GitHub. Execute the following command

ESP8266 Resources Page

ESP8266 Resources Page

November 22, 2015 · claude ESP8266 NodeMCU IoT +1
I have written a page that contains many useful links about the ESP8266 platform.  You can display this page either using the top menu option "ESP8266 Resources" or by cliking on this link.

ESP8266 - Remarkable free book

ESP8266 - Remarkable free book

November 21, 2015 · claude ESP8266 NodeMCU IoT +1
A remarkable book about the ESP8266 is freely available. It can be downloaded from Kolban’s book on the ESP8266. It contains more than 300 pages of information. This book is a very good overview of the technology and a great starting point if you...

EGit does not shows project decorations

EGit does not shows project decorations

October 31, 2015 · claude Eclipse GIT
Decorations are not displayed when some commits are not pushed EGit within the Eclipse IDE. These are the UP and DOWN arrows shown to the right of the project name in Eclipse Project Explorer. This issue can be resolved by going into the properties...

Hard reset a Cree Connected light bulb

Hard reset a Cree Connected light bulb

September 23, 2015 · claude Automation Wink Cree
I acquired a few days ago a Wink Hub along with a few Cree Connected light bulbs. I couldn't pair them. Out of 5 bulbs, I was able to pair only one of them! After reading many posts on the Internet, I have made sure that the Wink Hub is not near my...

Maximum frequency an Arduino can generate

Maximum frequency an Arduino can generate

September 7, 2015 · claude Arduino
What is the maximum frequency an Arduino can generate? Typically, I obtained a frequency of less than 100 kHz using the Arduino function calls. The results were lower than I expected. I also observed that I had a frequency higher by 25 kHz using a...