NodeMCU v3 high resolution pinout and specs
NodeMCU v3 high resolution pinout and specs
NodeMCU v3 high resolution pinout and specs
For fast prototyping, I will create a set of shields for the WeMos D1 mini; the first is a service board with integrated pcf8574 IC, an encoder, and five other pins to use as input or output.
After carrying out all the calibrations, all that remains is milling our piece. If the whole process is successful, I expect an excellent final product.
One of the most important features is the auto-level. Even if your CNC is precise, it will never be accurate to one-hundredth of a millimeter, but to carry out the removal of copper, you will have to have an excellent level of precision.
Here we are going to learn how to do auto-level.
I have been prototyping PCBs with the CNC for years. I have created a CNC machine suitable for this, and today I would not know how to do it without it.
I have been using bCNC for some time as a GCode sender, a very simple open-source software, we will see how to install it and do the probe.
In this series of article about firmware and how to update It, I’d like to add a series of alternative methods of updating that are very useful for me.
In this article, we will learn how to add an FTP server to our device and use It to upload firmware and filesystem updates.
In this series of article about firmware and how to update It, I’d like to add a series of an alternative methods of updating very useful for me.
In this article, we will learn how to use external storage like the SD card to update firmware and filesystem.
OTA (Over the Air) update is the process of uploading firmware to an ESP module using a Wi-Fi connection rather than a serial port.
In this article we are going to explain OTA update via HTTPS secure connection, and with a valid self signed certificate trusted from the client.
Merry Christmas and happy new year from www.mischianti.org
OTA (Over the Air) update is the process of uploading firmware to an ESP module using a Wi-Fi connection rather than a serial port. Such functionality becomes extremely useful in case of limited or no physical access to the module.
In this article we will explain the OTA update with an automatic REST request that starts the download and flash if the firmware version is not updated.