You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
552 B

4 years ago
4 years ago
  1. # ZMHW Modector
  2. A ZMHW Motion Sensor Project Work Log
  3. * docs - Information on the modector, and implementation tips
  4. * pcb - kicad source, and gerber files for a shield
  5. * pics - pictures
  6. * resources - notes, and relevant data sheets
  7. * testsuite - arduino code to test that your hardware is correctly setup
  8. Arduino code requires UIPEthernet Library.
  9. In recent Arduino IDE:
  10. Manage Libraries - UIPEthernet
  11. Gerbers are labeled with CPU pin of each accessory, so for example,
  12. you can use the DHT11 Sensor with pin D8 (see gerbers for more details).