Hi,
for an airgapped hardware-wallet I am looking for a somewhat recent sbc that has no wireless connectivity on a hardware level. Is there any Pi out there, that is available for sale new and sealed, that has no built in BT/Wifi module?
Preferrably one compatible with pi hats for nvme etc.
Thank you for your input!
-
- Posts: 1
- Joined: Tue Nov 12, 2024 11:50 am
Re: Recent pi without wireless connectivity available?
piuser5644154 wrote: ↑Tue Nov 12, 2024 11:54 amHi,
for an airgapped hardware-wallet I am looking for a somewhat recent sbc that has no wireless connectivity on a hardware level. Is there any Pi out there, that is available for sale new and sealed, that has no built in BT/Wifi module?
Preferrably one compatible with pi hats for nvme etc.
Thank you for your input!
Similar, very recent, discussion here -
Raspberry Pi without Wi-Fi and Bluetooth - viewtopic.php?t=379094#p2266731
Beware of the Leopard
Re: Recent pi without wireless connectivity available?
Pi do not make such a device. It is possible to modify the Pi 4 to disable the wireless chip, but it is not an easy job.piuser5644154 wrote: ↑Tue Nov 12, 2024 11:54 amHi,
for an airgapped hardware-wallet I am looking for a somewhat recent sbc that has no wireless connectivity on a hardware level. Is there any Pi out there, that is available for sale new and sealed, that has no built in BT/Wifi module?
Preferrably one compatible with pi hats for nvme etc.
Thank you for your input!
Software guy, working in the applications team.
-
- Posts: 13267
- Joined: Tue Jun 30, 2015 1:35 pm
Re: Recent pi without wireless connectivity available?
https://www.raspberrypi.com/products/co ... -cm4001000 + https://www.waveshare.com/product/raspb ... base-c.htmpiuser5644154 wrote: ↑Tue Nov 12, 2024 11:54 amHi,
for an airgapped hardware-wallet I am looking for a somewhat recent sbc that has no wireless connectivity on a hardware level. Is there any Pi out there, that is available for sale new and sealed, that has no built in BT/Wifi module?
Preferrably one compatible with pi hats for nvme etc.
Thank you for your input!
picking a CM4 without Wifi/BT should be simple, add it to the baseboard + NVMe --> done.
-
- Posts: 17201
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Recent pi without wireless connectivity available?
The only Pis that come with an exposed PCIe lane that can be used to create an M.2 connection are the CM4 (with a suitable base board and the Pi5. And the Pi5 is the only one really set up to connect a PCIe lane to a HAT. Unfortunately for your project, the Pi5 has WiFi/BT built in.piuser5644154 wrote: ↑Tue Nov 12, 2024 11:54 amPreferrably one compatible with pi hats for nvme etc.
Re: Recent pi without wireless connectivity available?
Are you willing to mod the PCB? I suspect cutting the traces to the built in antennae would make the wireless non functional. Certainly can disable it in software. You have to also deal with securing the ports, so folks cannot sneakernet stuff out, or just connect a WiFi dongle.
I would go with cut the traces, disable it in software, epoxy in the SD with a read only OS, and then put in in a tamperproof metal case. It depends on how bulletproof you want your solution to be. Just putting the PI in an all metal case, makes the WiFi mostly useless.
I would go with cut the traces, disable it in software, epoxy in the SD with a read only OS, and then put in in a tamperproof metal case. It depends on how bulletproof you want your solution to be. Just putting the PI in an all metal case, makes the WiFi mostly useless.