Talk:(Archived) MakerMade CNC
(Redirected from Talk:MakerMade CNC)
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.
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
--AlexN (talk) 14:17, 6 November 2021 (PDT)
MakerVerse RasPi Install instructions - useful?