One thing which I miss on RPis, especially these tiny ones, is a tty exposed via the charging USB.
This would also require one of those tty-to-usb cables?
91–95 of 95 posts
One thing which I miss on RPis, especially these tiny ones, is a tty exposed via the charging USB.
This would also require one of those tty-to-usb cables?
One thing which I miss on RPis, especially these tiny ones, is a tty exposed via the charging USB.
I'm not sure how that works? you connect the pi to your laptop and use putty to login? This would also require one of those tty-to-usb cables?
I've been running one of these for a few months too and was excited when I saw an ARMv7 CPU. In the open source and container world, many projects have stopped supporting the Zero and RPi1 due to its lack of RAM and slow CPU speed. Even running "go build" can take multiple seconds on a simple program. Starting Node.js was also fairly slow. The RPi zero shines for Python scripts that access hardware - for sensors and…
Surprised nobody has mentioned or compared it to the Radxa Zero.[0][1] Spec of the Radxa Zero ($15): CPU: Quad Cortex-A53 1.8 GHz, 12nm process GPU: Mali G31 MP2 RAM: LPDDR4 512MB/1GB/2GB/4GB Storage: eMMC 5.1 8/16/32/64/128GB and uSD card HDMI: Micro HDMI, HDMI 2.1, 4K@60 HDR Multimedia: H265/VP9 decode 4Kx2K@60 Wireless: WiFi4/BT4 or WiFi5/BT5 USB: One USB 2.0 Type C OTG, one USB 3.0 Type C host GPIO: 40Pin GPIO, A…
That's an interesting setup, I'd love to hear more. Do you have a wifi antenna hooked up to the pi?
As for long-range antennas, you can check out Yagi's or Cantenna, also very nice DIY projects. The longest range can be achieved by dishes. Though check your countries dBi limit that is allowed to be emitted in any direction and then reduce your tx power to stay below that. The directivity will still help reducing interference from other directions. I like the APA-M05 for its compactness.
For the cooling, I use DHT22s and simply run a bunch of fans via a PWM-driven MOSFET, directly from the Pi, roughly following the video: https://www.youtube.com/watch?v=oJ32CMxliCQ
I send notifications (actually, not SMS) via qpush.me.
Earlier quoted context omitted.
Shoving 128kb into my 6502 build right now like "that oughta do it"
There isn’t much 6502 software that can use more than that. My //e had (technically still has) 320K. Most of the time, it was a ramdisk.
Of course I haven't tried banking in anything over 48KB yet so I don't even know if my circuit works, but it boots!