axegon_ 4 minutes 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 14 hours 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.

  • shaxa an hour ago

    That’s awesome! I love the idea of starting with a breadboard—it makes everything more hands-on and helps visualize the connections better. Having PCB files available is a great touch for when things need to go portable! Are there any music-related (https://sites.google.com/site/legitticketsites/vivid-seats-r...) projects or builds you’ve seen with CapibaraZero so far?

  • andreock 2 hours ago

    PCB is ready, it's a typo in docs, I will update ASAP

  • ZiiS 2 hours ago

    Remember hardware != software. These PCBs may still be WIP.

anigbrowl 12 hours 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.

  • numpad0 11 hours ago

    Espressif(the ESP* company) bought M5Stack earlier this year. So M5 products are basically official ESP* reference platform.

    • radicality 10 hours ago

      Oh wow, had no idea. I like their products, have a bunch of sensors and liking the ease of use. Most recently got the SCD41 co2 sensors to migrate away from all the crappy cloud-based sensors, and works great!

  • RachelF 10 hours ago

    For the more budget concious - you can get ESP32 modules with USB C, Wifi/BT and a few IO pins from AliExpress for $4. These things are amazingly cheap.

    • SparkyMcUnicorn 9 hours ago

      Agree, but M5stack devices also start at $5 and come with a case. Add $10 or 15 and you can get a device with a screen, accelerometer, buttons, microphone, and more. No soldering required.

  • andreock an hour ago

    I will check it, thank you.

  • barrenko 2 hours ago

    Care to recommend one? Appreciate it.

  • ruph123 8 hours ago

    Which of theirs is the most comparible to the flipper zero? Besides the cool looking Cardputer it is quite hard to make sense of their product lineup and compare features.

HWR_14 10 hours 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?

  • bigiain 9 hours ago

    I find my FlipperZero is a super fun tool for exploring stuff I'm even vaguely curious about, which I can then use to design/build things I want.

    Both my motorcycles now have about $8 worth of AliExpress parts including a CC1101 rf module hooked top to the high beam globe, so I can just flash my hi beams at the garage door and it opens via 433MHz magic. It was super easy to know how to build that when I'd experimented with "listening" to the keychain garage door opener with the FZ, and playing back the signal at the garage door. To get from there to a first prototype with a CC1101 module and an Arduino, then a second prototype with a CC1101 and an AT-Tiny installed on a bike was so obviously just going to work that it was a heap of fun. Without the "instant gratification" of being able to record the garage door opener key fob with the FZ and play it back to open the door, and the knowledge that the FZ did that just by using a inexpensive microcontroller driving a CC1101 module itself, I'd probably never even done more than wonder about how to do it.

    • sedatk 9 hours ago

      > “listening" to the keychain garage door opener with the FZ, and playing back the signal

      That would only work with older garage doors that don’t use rolling codes, wouldn’t it?

      • bigiain 6 hours ago

        Yep. Non rolling code garage doors seem to be ubiquitous in rental properties here (Sydney Australia).

        Rolling codes are better. But if you haven't seen it, Samy Kamkar has a device called Roll Jam, take a look at the last ~5 mins of this Defcon23 talk: https://www.youtube.com/watch?v=UNgvShN4USU

        (The TL;DR of the trick there is: Jam the radio signal a key fob sends so a car/garage fairly wide band receiver can't hear it. At the same time listen with a better tuned receiver. Wait for someone to press their key fob and record the code, then wait for them to press it again and record the second code - then stop jamming and replay the 1st code you captured. Door opens and person goes through. But you now have a valid second rolling code that will work. You can do this with a Teensy3 and two CC1101 modules, about $40 worth of hardware.)

        • Elhana an hour ago

          With a basic rolling code that works and maybe still used in garage doors, but afaik current decent car alarms exchange encrypted keys several times between car and keyfob that you can't just replay. Even simply generating totp based keys and invalidating them in a few minutes is enough to make that kinda useless in practice.

      • szundi 7 hours ago

        How old that door can be? 30 years old? Even in the EU we installed rolling codes 30 years ago

        • getwiththeprog 41 minutes ago

          The key take-away is "rental property".

        • sedatk 7 hours ago

          30 years is new construction in US standards.

      • ddulaney 9 hours ago

        Yep! That’s an unfortunately (or fortunately, for the hacker unconcerned with garage theft) the vast bulk of installed garage doors.

  • RobotToaster 8 hours ago

    I'm surprised there aren't any binary compatible clones of the FZ.

daghamm an hour 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?

  • andreock an hour ago

    I have a bunch of esp32-c3 and build system of capibaraZero make it easy to integrate it(like other device of esp32 family). The only problem with esp32-c3 is the absence of USB OTG feature.

RachelF 10 hours 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.

  • 0xEF 4 hours ago

    Side note that I learned the hard way; once you buy a Flipper Zero and get bored with it, they are very, very hard to sell. Both eBay and Facebook Marketplace seem to not allow them to be sold, and simply asking around doesn't do much.

    I got mine awhile ago, played with it, did what I wanted to do and lost interest as I moved on to other things. So now I have a costly device knocking around in a drawer.

    • stereo an hour ago

      How do people end up selling it? If you are anywhere near NYC I could be interested in yours.

      • 0xEF 38 minutes ago

        I honestly don't know. I also advertised on a few less regulated forums, but no bites. Not in NYC, but if it makes a difference, I am in the US and shipping is always an option. If we can establish contact outside of HN, I'm willing to work something out.

  • k_roy 9 hours ago

    You are paying for a complete package that you can fit in your pocket.

    This is still at breadboard stage. If you want to put something together for yourself at sub $35 you can. It's just not going to be portable, pretty, or probably even usable. I carry my flipper zero everywhere for a variety of tasks.

    The flipper zero isn't doing anything special that you we haven't been able to do for decades with a variety of parts.

    * SubGHZ, you need an RF module.

    * Bluetooth? yep

    * IR, you need IR,

    * network, hey WiFi.

    * SD card for any kind of storage? yep, another module

    * USB anything but charging? Yep, more wires and modules.

    But hey, most devices want at least 4 wires (VCC/GND/A FEW SIGNALs), and other devices want more, to handle clocks and timing. And that's only if your thing supports IC2 and you have enough GPIO. Otherwise you need multiplexers.

    Any one of these things can be done with less than a dollar in parts. But have fun combining them all into something workable AND can do them all.

    But hey, you are paying for the software right?? Come on.

    • HWR_14 7 hours ago

      The complete package is far more valuable because of the software that drives it. More valuable than not needing to solder the wires is not needing to figure out how to make the IR blaster do useful work by editing code. Because if it was just the hardware, the moat discouraging a non-open source competitor wouldn't exist and there would be competition already.

    • bigiain 6 hours ago

      > You are paying for a complete package that you can fit in your pocket.

      Yeah. I've got raspberry pis, and some USB Wi-Fi adaptors specifically bought for having monitor mode, and a few different RTL-SDRs, and a HackRF One, and an Ubertooth One.

      But I'm _way_ more likely to have my FlipperZero with me when my curiosity is piqued while out somewhere. I'll often have it in my pocket to use as the world's most expensive tv-b-gone.

antirez 3 hours 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.

  • andreock an hour ago

    I saw the board, interesting, a really compact board with almost all module already soldered on it. The project structure and build system makes it easy to integrate new board, I consider it a valid option to reduce space and avoid issues of soldering all components. Thank you for the advice!

  • netsec_burn 2 hours ago

    Or the LilyGO T-Embed CC1101.

    • andreock an hour ago

      CC1101 boards(at least the cheapest ones) have problems with shared SPI bus(SD card and Subghz module)

snvzz 8 hours ago

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

  • auguzanellato 8 hours ago

    Not really a successor, they’re different chip lines (more I/O, video engine, more hardware crypto stuff but no wireless capabilities we all know and love from Espressif)

    • snvzz 6 hours ago

      Hmm, I had missed that. Perhaps the C line (e.g. C6) would be more suited.

      Espressif CEO expressed commitment to RISC-V (now already years ago) and they've stopped releasing new chips with tensilica ISA.

      As the ecosystem, toolchains and such aren't comparable to that of RISC-V and this gap will only widen, they really shouldn't be selected for new designs.

      • auguzanellato 6 hours ago

        C line isn’t also very comparable: single (C-series) vs dual core (S3), and S3 has USB-OTG capabilities whereas C6 only has USB-JTAG.

        Tensilica ESPs aren’t formally in NRND stage as of right now, for some usages they’re still the only choice, even if RISC-V is clearly the path forward.

  • asadalt 6 hours ago

    is S3 depeecated?

blackeyeblitzar 14 hours 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?

  • diggan 14 hours ago

    Depends on your country. Usually it's the action of using it for specific things that are illegal, not just purchasing/owning it. But if you're caught breaking into an office with it, I'm sure many countries' courts would see that as additional tooling for the break in, for example.

  • andreock an hour ago

    It depends on usage, if you make an ARP poison attack on your home network, for example, it's not a big problem, if you make it on someone else network, can be a problem :). Also pay attention on SubGHZ frequency, country restrict free frequency range

  • Havoc 13 hours ago

    Transmissions are pretty tightly regulated in most countries. Receiving less so but those laws can be pretty catch-all. Unless you enjoy static noise you're probably intercepting something and thus potentially running afoul of lawful interception rules.

    Exactly laws & whether anyone cares are ofc dependent on your country

  • hsbauauvhabzb 14 hours ago

    Your country may be of relevance to the question, but in most countries owning or using a flipper or similar, provided you do not interfere with devices you do not own, will not cause issues.

  • numpad0 11 hours ago

    It's probably not illegal to own in most countries, but nevertheless won't be the smartest move to actively getting involved with it, the idea around it is just too malicious.

    • feanaro 3 hours ago

      What are you even on about, mate? A hacker's multi tool with infinite potential for exploration is an idea "too malicious" to consider?