New Raspberry Pi Zero 2W
-
@o_lampe said in New Raspberry Pi Zero 2W:
mini toolboard MCU?
if someone wrote the code to use one of the pico processor cores to simulate CAN-FD fast enough then just maybe but that could well be impossible.
-
@t3p3tony
I tried to find a Pico board with Sam-C21 and CAN-FD.
As Toolbord in the classic sense is difficult, but it could do some light duty chores, like extra fans, thermistors or other less timing relevant things. -
@o_lampe i see using it as a coprocessor. There could be applications for a coprocessor (maybe not so much a toolboard but on a mainboard) but it adds significantly to the complexity of many things (think a firmware update).
-
@t3p3tony said in New Raspberry Pi Zero 2W:
There could be applications for a coprocessor (maybe not so much a toolboard but on a mainboard) but it adds significantly to the complexity of many things (think a firmware update).
I'd happily go that extra mile, if it helps the huge Duet2-community "over the hump" and enables it to benefit from future development.
The M0 processor has ~twice the power of the onboard MCU. If we'd use the onboard MCU as gateway and the M0 as mainprocessor, it would be a huge leap forward. (just dreaming) -
@o_lampe I don't understand exactly what you are proposing? what would the board with the pico do? how would it communicate (and what hump are we getting over?)
-
@t3p3tony the M0 could do the multi-stream gcode analysis, while the onboard MCU does the pulse-generating for steppers, PWM a.s.o.
The hump is the limited RAM of the duet2 mcu -
@o_lampe said in New Raspberry Pi Zero 2W:
@t3p3tony
I tried to find a Pico board with Sam-C21 and CAN-FD.See https://duet3d.dozuki.com/Wiki/Using_the_Sammy-C21_development_board_with_Duet_3.
-
-
@dc42 I know the board, but it's out off stock and quite expensive. (27EUR vs 4EUR)
But I'd still consider it as Duet2 CoPro as described above.@T3P3Tony I wouldn't mind to delete the last posts and start a new thread, although everything I posted about the M0 is IMHO also valid for the Zero 2W and any other SBC
-
@pcr nice! why the two different headers, one for Duet 3 and one for the 3 mini?
-
@t3p3tony yes. I dont want to Stack in diectly on the Board. Because of some connectors. And yes the Header is placed diffrently on duet 3 and Duet Mini ;(
-
@pcr btw someone from Germany who Likes to Test the Board ?
-
@t3p3tony said in New Raspberry Pi Zero 2W:
definitely worth giving it a go though!
How about a duet controller board with a plugged in Pi Zero for both controller and SBC functionalities?
Edit: or a Pi Zero and a minimal MCU for i/o only, basically a Klipper style RRF on a single board.
-
@pcr said in New Raspberry Pi Zero 2W:
@pcr btw someone from Germany who Likes to Test the Board ?
Ich habe heute einen Zero 2W bestellt, aber ich habe weder Duet3 oder Mini5+.
Vielleicht @cosmowave ?English: I've ordered a Z2W, but don't have duet3 nor Mini5...maybe Cosmowave?
-
pi@raspberrypi:~ $ neofetch `.::///+:/-. --///+//-:`` pi@raspberrypi `+oooooooooooo: `+oooooooooooo: -------------- /oooo++//ooooo: ooooo+//+ooooo. OS: Raspbian GNU/Linux 10 (buster) armv7l `+ooooooo:-:oo- +o+::/ooooooo: Host: Raspberry Pi Zero 2 Rev 1.0 `:oooooooo+`` `.oooooooo+- Kernel: 5.10.63-v7+ `:++ooo/. :+ooo+/.` Uptime: 10 mins ...` `.----.` ``.. Packages: 533 (dpkg) .::::-``:::::::::.`-:::-` Shell: bash 5.0.3 -:::-` .:::::::-` `-:::- Terminal: /dev/pts/0 `::. `.--.` `` `.---.``.::` CPU: BCM2835 (4) @ 1.000GHz .::::::::` -::::::::` ` Memory: 49MiB / 427MiB .::` .:::::::::- `::::::::::``::. -:::` ::::::::::. ::::::::::.`:::- :::: -::::::::. `-:::::::: :::: -::- .-:::-.``....``.-::-. -::- .. `` .::::::::. `..`.. -:::-` -::::::::::` .:::::` :::::::` -::::::::::` :::::::. .::::::: -::::::::. :::::::: `-:::::` ..--.` ::::::. `...` `...--..` `...` .:::::::::: `.-::::-` pi@raspberrypi:~ $ ls /opt/dsf/sd filaments firmware gcodes macros menu sys www
-
-
@pcr I am game.
-
@pcr
CAN-FD module for RasPi Pico I checked the prices of the main components: the CAN-FD module and the transceiver chip cost less than 3€
Why is this module so expensive? -
@o_lampe dont Know. Could be the programming software. If Somebody would be interested in programming i would make a small Board with only the 2040 chip
-
@pcr said in New Raspberry Pi Zero 2W:
Could be the programming software
It's open source
The open-source MicroPython SDK from Canis Labs implements a sophisticated CAN API, including priority-inversion free drivers, 1μs accuracy timestamps, large buffers, and an API for triggering a logic analyzer or oscilloscope.
If you make your own CAN-board, make sure all Pico through-hole pins are still available