I use chilipeppr for all my jobs in my eshapoko with my surface pro, i want to know if its possible to use an raspberry PI with ubuntu connected to my Arduino and remotly in my surface pro connecting to raspberry by WiFi and see the chillippepr server webpage i have in rapsberry?the same question using a webcam conected in the raspberry.
i can use network cable conection because i have a router close my shapeoko:)the beagle bone seems very intersting, i can also use a little monitor:)without doubt is my next upgrade:)
Gents, just a heads up that the near future will demand a bit more
specificity in posting - grbl runs on an Arduino Ono, soon tinyG2 software that runs on an Arduino Due will be more available, While both are “Arduino”, Due is much different hardware than Uno, is 3.3V logic and communicates via a native USB implementation, not an (ftdi correction, my error, Uno has a custom programmed microcontroller front end doing USB to serial conversion, not ftdi device) add-on chip.
tinyG2 software also runs on tinyGv9 hardware, available for experimentation on John’s new Cloud platform.
Carlos - Read up on tinyG2 over at Synthetos. If you are other wise happy with you machine and gShield drivers, your could potentially swap out your Uno for a Due, load tinyG2 and be ahead of most all of us!
Caution: unclear when a Master of tinyG2 will appear, still some issues being worked. Here is a starting point: https://github.com/synthetos/g2/wiki
I have the Arduino due flashed with an old version of tinyg2 ( edge branch) but i cant send any position to my motor, i dont know if i can upload the last version of tinyg2, i have to check this weekend.
Just to say thank you for the advice, i receveid the beagle bone black yesterday, flashed with debian and running Serial Port JSON Server, i already tested and it works fine:) now i have to check if i can send serial comands and connect my bbb to my arduino uno via rx/tx pin and use a joystick connected in my bbb to jog my cnc…do think it can be done?
i’m actually working on a jog dial box for ChilliPeppr server that will jog the machine. It’s coming along well so far. And it will run on the Pi / BBB and talk to SPJS directly.
I found an instructable to comunicate with my uno using a logic level shifter, it can be done easily but i take a look in John option using gpio server, i will go to try it tonight.
it´s beaglebone black with debian, i install goland to use GO, i make my gopath and inside mygopath i run “go get http://github.com//benjamind/gpio-json-server” after a few seconds i get this error
What version of go is that? I’ve only tested this on 1.4.1 which I compiled from source on my Raspberry Pi, though I have compiled the same dependencies on a Beaglebone Black before now as well (again 1.4.1).