Talk:(Archived) MakerMade CNC

From Port City Makerspace
Revision as of 16:43, 12 May 2023 by AlexN (talk | contribs) (added current IP address of maslow)
Jump to navigation Jump to search

--AlexN (talk) 16:43, 12 May 2023 (PDT)

Connect to pi

  • IP Address: 192.168.128.124:5000 (correct as of 5-12-2023)
  • Can use ssh command in the command line to connect over the network. Ask for password.


--AlexN (talk) 18:04, 24 March 2023 (PDT)

Control pins for relays

Relay Pins

  • RPI - Orange - pcb pin 38
  • Maslow (motor power) - Red - pcb pin 36 (gpio 16)
  • Router outlet - Grey - pcb pin 35 (gpio 19)
  • Unused relay - Brown -

GPIO Commands for Relays

Motor contol pwr supply relay

pi@maslow:~ $ raspi-gpio set 16 op

pi@maslow:~ $ raspi-gpio set 16 dh


Router relay

pi@maslow:~ $ raspi-gpio set 19 op

pi@maslow:~ $ raspi-gpio set 19 dh

Wiring diagram

MakerMade - Maslow wiring diagram 2021-07-29 19.58.30.jpg


--AlexN (talk) 14:17, 6 November 2021 (PDT)

MakerVerse RasPi Install instructions - useful?