Search found 15 matches

by danjulio
Sun Nov 06, 2022 10:46 pm
Forum: Showcase
Topic: Cosplay Voice Changer
Replies: 3
Views: 7298

Re: Cosplay Voice Changer

Thanks for sharing your code.
by danjulio
Sun Nov 06, 2022 10:44 pm
Forum: Showcase
Topic: Voice Changer
Replies: 3
Views: 80828

Re: Voice Changer

Very cool! Is the source posted anywhere?
by danjulio
Thu Jun 03, 2021 4:02 am
Forum: ESP-IDF
Topic: ESP32 SPI Master <--- ESP32 SPI Slave occasional data corruption
Replies: 0
Views: 1741

ESP32 SPI Master <--- ESP32 SPI Slave occasional data corruption

I have an application split across two ESP32 devices. With adequate handshaking I am using a one-way SPI interface (CSN, SCK, MISO) to move blocks of approximately 51 kBytes of data from one ESP32 (configured as a SPI Slave) to a second ESP32 (configured as a SPI Master). I perform a transfer about ...
by danjulio
Wed Mar 10, 2021 11:19 pm
Forum: Showcase
Topic: tCam-Mini - An ESP32-based wireless thermal imaging camera
Replies: 1
Views: 7150

tCam-Mini - An ESP32-based wireless thermal imaging camera

I developed a small wireless thermal imaging camera based on the Flir Lepton 3.5 and ESP32. It's designed to make it easy to get and use the radiometric (temperature) data from the Lepton. I also wrote a companion desktop application and web server to make it easy to view and store images and videos...
by danjulio
Tue Feb 25, 2020 9:39 pm
Forum: Sample Code
Topic: LittleVGL drivers for Adafruit 480x320 featherwing and web browser
Replies: 0
Views: 8709

LittleVGL drivers for Adafruit 480x320 featherwing and web browser

I've written a pair of LittleVGL ( https://littlevgl.com/ ) drivers, one for the Adafruit 480x320 pixel FeatherWing (HX8357 LCD driver and STMPE610 resistive touch), and the other using websockets to display in a web browser. They are available for people to use or modify without warranty, etc. Code...