CapibaraZero: A cheap alternative to FlipperZero based on ESP32-S3

capibarazero.github.io

409 points by andreock 8 months ago


axegon_ - 8 months ago

A good PCB design + a few STL files and this would truly be marvelous. I do own a flipper zero(I was one of the first backers so I've had it for a while). Admittedly it's a bit over-hyped and I never saw it as an rf swiss army knife because of it's limitations and shortcomings.

The two shortcomings I saw were the price and the lack of WiFi built in. In reality, if this project gets paired with a single board computer, this would truly be a match made in heaven. An 18650 lipo battery to power them on, a cheap stl file for a 3d printed case and you have a disposable one-off hacking device(as in drop it somewhere for a one time task and do everything remotely over ssh and a proxy like ngrok or bore).

Admittedly I started working on something of the sorts a while back though I never really got anywhere due to the lack of time. I actually wanted to include LoRa to the equation to make it truly off the grid. I got as far as writing some boilerplate code for the project and it's been collecting dust ever since... "Someday" as we all like to say...

nine_k - 8 months ago

> For the moment the only option is to make capibaraZero with a breadboard but we are working on a PCB to make device more portable.

Radically low-cost, can't disagree :)

PCB files are actually available: https://github.com/CapibaraZero/resources/tree/main/PCB/

OTOH it's nice to be able to literally see every part, and how they are connected.

anigbrowl - 8 months ago

M5stack.com makes a whole bunch of ESP32 modules with display, enclosures, batteries, etc already integrated, and they're cheap and robust. You can get one with a built-in keyboard for $30.

HWR_14 - 8 months ago

The big advantage of the FlipperZero is the community developing software. This seems to be a based on a different chip. Does the Flipper software run natively on this, or do we need to port everything?

RachelF - 8 months ago

Good to see some competition, the FlipperZero is very pricey for what it is. Then again, I guess you're paying for the software.

beeflet - 8 months ago

I wish this functionality was in Watchy v3 (https://watchy.sqfmi.com/), which is also based on EPS32-S3

cruffle_duffle - 8 months ago

Those esp32-s3’s are super hot right now. Lots of improvements over the older esp32’s like the ability to assign any set of pins to your SPI bus. Previously there were a fixed set of pins you could use.

Back on the 8266 it was even worse as there were a lot of gpio pins you couldn’t use at all!

The S3 also has a built in hardware debugger accessible with its new built in USB pins. Previously you had to attach an external jtag debugger.

The one thing I’ve noticed is the S3 is a bit of a “breaking” hardware revision and things like the arduino pin library haven’t quite caught up yet to some of the new features. Things like WLED or FastLED haven’t caught up quite yet either.

- 8 months ago
[deleted]
daghamm - 8 months ago

Thank you, we really need a good alternative to FZ.

I haven't looked closely at the files, but I wonder if there is anything stopping us from using the new C3 riscv version instead if S3.

C3 seems to be cheaper and more stable, but maybe the performance is a bit lower?

antirez - 8 months ago

Much more usable if this will target directly the LILYGO T3 and T3/S3. One would optionally add more hardware if needed to support the IR blaster, NFC and so forth, but the LoRa chip is already included.

snvzz - 8 months ago

Cute, but I'll wait for the ESP32-P4 version (RISC-V successor to the now deprecated S line).

wkat4242 - 8 months ago

Nice! The FlipperZero is too expensive for me so this would be a great option.

phkahler - 8 months ago

So I forgot what a FlipperZero is, and this website doesn't say squat about what this this actually is or is used for other than claiming it's a FlipperZero clone of some sort.

How about saying what the thing is all on your own rather than ONLY making sense as an alternative?

ge96 - 8 months ago

No pic of the assembled hardware or mostly software?

blackeyeblitzar - 8 months ago

Does anyone know what the legality of these are? Can you get in trouble just for purchasing things like flipper zero? Or just for using them in some way?

ingen0s - 8 months ago

Thank you