Replies: 3 comments 3 replies
-
link gives a 404 |
Beta Was this translation helpful? Give feedback.
-
Hi! I reviewed your KiCad board design and spotted a few areas for potential improvement:
I’m working on a similar ESP32-S3-based doorbell camera with an AXP2101 PMU, and I’m the author of an RTSP server library and an upcoming ONVIF server library. Our projects have some overlap, so I’m curious—why did you opt for dual ESP32-S3s and SPI over MMC? Great work on the design, and best of luck with your project! |
Beta Was this translation helpful? Give feedback.
-
@rjsachse Did you happen to look over the POE ETH? I really like the POE and hardwired coms. I expect software needs to be changed if POE ETH is to be added to a project. At this site https://www.waveshare.com/wiki/ESP32-S3-ETH they posted https://files.waveshare.com/wiki/ESP32-S3-ETH/ESP32-S3-ETH-Demo-V2.zip and in that zip they include the example ETH_Web_CAM.ino In that example it uses the WiFi library, which we have all grown to love, but it gets modified with ETH.begin and ETH.config to use the W5500 chip via SPI instead of the internal WiFi. Any chance you would have interest in modifying ESP32-CAM_MJPEG2SD I can test it. I've got a ESP32-S3-ETH (non POE version). I suspect your skills will be much better about adding it then my skills. My software skills are more armature then pro. I see your 2 way audio repo. That looks interesting. I'm not sure what it does. I think it does some kind of 2 way audio with a web socket. Do you know when I2S is in PDM mode, can it share the clock for both DI and DO, perhaps getting full duplex stereo in 3 wires? Hmmm, I'm growing less interested in MAX98357AETE+T it seems that LRCLK signal is required and is required to toggle. Which consumes another IO on the ESP32. Do you have a chip you might suggest for the audio amplifier? I'm planning on a small 4ohm 3 watt speaker. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@s60sc I'm designing an intercom / doorbell cam. My goal is hardwire intercom for a small school. I plan to build around 5 to use as door bell cameras at my home. If that work, then the school would be the next goal. I decided to design a board, incorporating many of the features found in your project. Could / would you be interested in reviewing my draft layout below?
https://github.com/jharvey/ESP32S3_Audio_Cam_POE/
Key features include
-- camera
-- POE ethernet
-- bi-directional audio
-- push buttons
-- RC servo IO for pan, tilt, rotation, other
-- light control including White, IR, laser pointer, RGB
-- SD card
-- Current sense, so it can monitor it's energy usage
-- temperature sensor so it can selectively shutdown features noted above if it gets to hot.
Now that I have a general idea of the longer term plan, I'll get back to prototyping with my misc. off the shelf parts. Any review or comments would be greatly apricated.
Beta Was this translation helpful? Give feedback.
All reactions