Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3275: D1 Mini Close Lid to Scan

Hosted by Ken Fallon on 2021-02-19 00:00:00
Download or Listen

wemos-close-to-scan

Use a Wemos to monitor if the lid is open or closed on a network scanner.

History

In episode hpr2430 :: Scanning books, I had a bash file trigger a network scan. This required two steps, one to close the lid and the next to press a key for scantoimage.bash to trigger the next page of the scan.

In the intervening time I looked at several solutions to improve this situation.

The most obvious step was to put a magnetic switch on the scanner lid so that a device could detect the lid been closed.

I tried a Raspberry PI but my scanner drivers are only available for Intel and not Arm. Then then accessing the pi using Remote GPIO, but it got very complex to setup and run.

Inspired by hpr3077 :: Video conference Push to Talk Hosted by DanNixon on 2020-05-19, I tried using an arduino talking over serial to a Intel Compute Stick. But that was very flakey.

Hardware

Finally I settled on using a Clone of LOLIN D1 mini, and some Reed Contacts.

Wiring

Wire one end of the reed contact to 3.3v, and the other end to ground via a 10K resistor.

Have a sensor wire go from the 10K resistor to pin D5 on the D1 Mini.

circuitdiagram

breadboard

photo

Code

D1 Mini

See wemos-close-to-scan.ino

Laptop

See wemos-scantoimage.bash

Operation

  1. Plug in D1 Mini and monitor the serial port to get its IP Address.
  2. Change the server="YOUR-WEMOS-IP-ADDRESS" in wemos-scantoimage.bash to the ip address.
  3. Change the image_path="/PATH/TO/YOUR/SCANS/" in wemos-scantoimage.bash to where your want the files saved.
  4. Close scanner and scan.

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.