NFCWhenever I see the flipper zero, I think to myself "ah that would be so cool to have, but I probably won't use it and have feature mentioned as a module somewhere.
So I wondered how I would do the discount version of a "Flipper Zero" and found this ST7735S display and ESP32-C3
DIsclaimer: this is basically a joke and will never be as cool and thought threw as the flipper zero, don't buy things and expect solutions from me! Just because the hardware is there, doesn't mean there's software to support it.
Display and Joystick board + ESP32
https://www.aliexpress.com/item/1005004539320086.html
Display board:
https://github.com/MoonFox2006/Air101-LCD
flipper zero | FlipperAtHome | |
---|---|---|
usb-c | yes | yes |
Display | 128x64 monochrome | 160x80 full color |
SD Card slot | yes | yes |
infrared transceiver | yes | maybe |
CC1101 sub 1GHz | yes | achievable |
125kHz RFID | yes | nobody needs that oh wait maybe star wars fans |
NFC | yes | PN532 can emulate tags (probably keyfeature for most) |
Bluetooth | yes | yes |
WiFi | NO NO NO NO | yes, nice |
1-Wire | yes | hm never tried that |
MCU | STM32WB55RG | ESP32-C3 |
buzzer | yes | easy |
Vibration Motor | yes | sure why not |
badUSB | yes | oh god maybe with the version that's not serial |
teach me how