Difference between revisions of "Talk:(Archived) MakerMade CNC"

From Port City Makerspace
Jump to navigation Jump to search
m (AlexN moved page Talk:MakerMade CNC to Talk:(Archived) MakerMade CNC: archived)
 
(No difference)

Latest revision as of 10:37, 11 January 2024

--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.

Update

Created bash script "maslowGPIO_pin_enable.sh" that has the commands listed below ("raspi-gpio set 16 op" and so on)

Ran "crontab -e" and edited file to add "@reboot bash maslowGPIO_pin_enable.sh"

Now the relays for motor control board and router turn on at start-up

--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?