Replies: 2 comments
-
Where to start?
1 or 2 is the most important to start with? |
Beta Was this translation helpful? Give feedback.
-
Nicely put it @terjeio . Well let's start from the beginning. 1 - Bluetooth will be no problem on top of the other interfaces. (I did the edit on the first post). The Raspberry Pico has got it. One alternative module that can be used is the more advance ESP32-C6 found on a board from Waveshare and has got the same footprint as the Raspberry Pico. I strongly believe that Raspberry Pico team will come with something better on the new version. 2 - Yes . I can do that. I have some code from another project. 3 - Breadboard is fine. I choose to partly build one using a wiring in a veroboard. A lot of work and I hate it. How about PCB milling the prototype. Do you thing double PCB milling is feasible? Everything will be on line so make notes and give me directions for the hardware here: Through the years I have collected some designs to help us here. If you have some more we can add it here. 1 - https://github.com/terjeio/GRBL_MPG_DRO_BoosterPack If you have some idea to invite others to help please do so. |
Beta Was this translation helpful? Give feedback.
-
I am working on this project since 2022 but only few hours spend on that. Here is the initial thoughts for the design
http://www.wizcube.eu/cnc.html
The last few days I was looking what others did and start redesigning but stick on my initial idea to build using two Raspberry Pico.
General
1 - Hand held desing
2 - Battery and charger for wireless portable use
3 - Two Raspberry Pico one with WiFi
4 - Design will be modular constructed in 2 PCBs following my motto "build once use it many times". Both boards can be used for other projects individually.
5 - RS485 For wired connection powering the device as well
6 - WiFi for TCP/IP connection
7 - RX/TX communication
8 - Knob encoder input
9 - Keyboard input
10 - LCD
11 - KiCaD OSHW design
12 - Bluetooth communication (added)
One PCB will be the encoder input with Raspberry Pico without WiFi. You have the option to use three knob encoders or use one big commercial wheel and control the axes using keyboard switches. The rotary switch for axis and step selection used commercial devices is bulky and expensive.
The other PCB will be used for communication, keypad and LCD
On next post I will publish the design so far and please comment any thoughts to make it better. It will be a dynamic design and I invite people to contribute knowing that many did excellent work on that in the past. I will find all the links I know and put it below.
Let us make the new generation of the Open source MPG PEDANT. I am sure it will be useful to many of you.
M10HM01-19.pdf
M10HM02-19.pdf
Beta Was this translation helpful? Give feedback.
All reactions