←back to thread

409 points andreock | 9 comments | | HN request time: 0.905s | source | bottom
1. axegon_ ◴[] No.41858198[source]
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...

replies(4): >>41858652 #>>41858885 #>>41858973 #>>41859231 #
2. nateabele ◴[] No.41858652[source]
Push it!

I can happily pick up the torch on everything except the PCB design.

replies(1): >>41858861 #
3. axegon_ ◴[] No.41858861[source]
Well the PCB design isn't my strong side either - I am completely self-taught in that regard and I'm sure people who have studied that will tare me apart for any decisions I've made(also valid for all of my projects involving PCB's in the past, even more so considering I make the PCB's at home with a diode laser). Likewise, software is my domain.
4. JKCalhoun ◴[] No.41858885[source]
There are PCB designs linked (maybe not good?) and an STL for a case. Just didn't know if you had missed those.

I was not able to find a photo of the finished device.

replies(1): >>41859196 #
5. atVelocet ◴[] No.41858973[source]
There are many ESP32 boards with a SubGHz radio. But they are either ESP32 with a SX127x or ESP32S3 with a SX126x. A lot of them come with built in battery support.

The next problem with this project is the used radio: The SX12xx series from Semtech is good but lacks a lot of features like the CC1101 as used in the Flipper Zero.

I really like the idea of using an ESP32 but the choice of the used radio is a bit akward.

replies(1): >>41859195 #
6. andreock ◴[] No.41859195[source]
why do you say this? I find SX1276 a perfect replacement for CC1101( that have problems with shared SPI bus). Also SX1276 support LoRa and have a wider frequency range than CC1101.
replies(1): >>41862083 #
7. andreock ◴[] No.41859196[source]
I will upload photo and a guide soon
8. wkat4242 ◴[] No.41859231[source]
I see several boards with ESP32 + SX1276 built in for a couple tenners so they might do. I have to check still which ones work.

Edit: They are not ESP32S3 as other commenters have mentioned :'(

9. atVelocet ◴[] No.41862083{3}[source]
The SX127x doesn’t have the same features and CC1101 has way more options to fine tune any aspect of the radio.