Raspberry Pi Zero 2 W
61–70 of 95 posts
Re: Raspberry Pi Zero 2 W
#62I presume they didn't make the pre-soldered header available at launch due to high demand and the ongoing chip shortage. Much easier to produce one less complex package.
Despite having just 512MB RAM, I think it's perfect for the its common use cases. For me, the CPU increase will be helpful for getting it set up and installing software (especially if it needs to be compiled), not so much for when it's actually being used.
Re: Raspberry Pi Zero 2 W
#63Original RPi0 supposedly can idle at 0.4W, where-as the 3 (whose cpu this is based on) idles at >1.5W. It's cool to have this great small package, but this is a very different offering than the first RPi0W. It's felt really weird seeing so little progress in available low power ARM over the years. Atmel/Microships SAMA5D3 / SAMA5D2 with it's 600 MHz Cortex A5 (2009) still seems like- half a decade latter- one of a ra…
Re: Raspberry Pi Zero 2 W
#64Re: Raspberry Pi Zero 2 W
#65Original RPi0 supposedly can idle at 0.4W, where-as the 3 (whose cpu this is based on) idles at >1.5W. It's cool to have this great small package, but this is a very different offering than the first RPi0W. It's felt really weird seeing so little progress in available low power ARM over the years. Atmel/Microships SAMA5D3 / SAMA5D2 with it's 600 MHz Cortex A5 (2009) still seems like- half a decade latter- one of a ra…
Re: Raspberry Pi Zero 2 W
#66That's pretty sad.
Re: Raspberry Pi Zero 2 W
#67Random thought upon reading the linked announcement: If you stacked multiple Pi boards on top of each other, connected through the GPIO HAT connector, could you network them? Apologies, just woke up and coffee not kicked in. This is probably silly :) EDIT: yes, I should search for this sort of thing before posting: https://forums.raspberrypi.com/viewtopic.php?t=127660 tl;dr "serial port, RS485 + SLIP of some sort, pr…
RS485 is just an electrical standard for serial transmission that includes multiple devices on the same bus. It is not a network or transport protocol. I doubt SLIP would function on an RS485 connection as 485 is typically used in master-slave configurations where only one master unit sends messages and listening "slave" devices only respond if addressed. You'd have to write a protocol layer to handle the transport o…
Re: Raspberry Pi Zero 2 W
#68> a micro USB port, and a micro USB power port That's pretty sad.
Re: Raspberry Pi Zero 2 W
#69Earlier quoted context omitted.
64bit is great news (if only because I can target it with the same binaries), but only 512MB of RAM and no EMMC is disappointing, regardless of power budget constraints. I have been using 3As because of the reduced size (and the full sized HDMI port, which comes in handy), so I hope those get updated to a 4-grade chipset —- I feel that there is a gap between the Compute Module and the A that needs filling.
next we need a RPi4A with 2GB of ram, the full size HDMI, usb C and updated silicon
It seems like there's still one product, but increasing divergent use cases for that product.
Re: Raspberry Pi Zero 2 W
#70Random thought upon reading the linked announcement: If you stacked multiple Pi boards on top of each other, connected through the GPIO HAT connector, could you network them? Apologies, just woke up and coffee not kicked in. This is probably silly :) EDIT: yes, I should search for this sort of thing before posting: https://forums.raspberrypi.com/viewtopic.php?t=127660 tl;dr "serial port, RS485 + SLIP of some sort, pr…
RS485 is just an electrical standard for serial transmission that includes multiple devices on the same bus. It is not a network or transport protocol. I doubt SLIP would function on an RS485 connection as 485 is typically used in master-slave configurations where only one master unit sends messages and listening "slave" devices only respond if addressed. You'd have to write a protocol layer to handle the transport o…