Arduino clones with CH340G IC

Recently, I received some Arduino clones, mostly from chinese webstores, that use the CH340G chip as USB-to-serial converter instead of the more common (and I suppose more expensive) FTDI chip: Windows natively does not support that chip, which is not automatically recognized: You must download the driver from the manufacturer’s website. Once unzipped, you can update the driver…

SoftPot and Arduino

I found that Troniqa webshop sells a membrane potentiometer named SoftPot (datasheet): This potentiometer, that is available in lengths of 10 and 20cm, changes its resistance depending on the point on which pressure is applied. The connection to Arduino is very simple and doesn’t differ from what is explained in the official tutorial for a “normal” potentiometer: I connected 5V to pin…

MobileRelays – enc28J60 and Arduino (21)

Today’s project, as always based on the enc28j60 ethernet controller, allows to toggle relays (or, generally, digital PINs) using a responsive web page, that is a page that automatically adapts its layout to devices with different screen sizes (for example your smartphone and your PC). Video presentation Web site The web site, stored on an SD card and…