Search found 2 matches

by nathanw
Sat Jan 23, 2021 12:53 pm
Forum: IDEs for ESP-IDF
Topic: [HELP] Mac Issue: No such file or directory: '/dev/ttyUSB1'
Replies: 3
Views: 8161

[HELP] Mac Issue: No such file or directory: '/dev/ttyUSB1'

Hi there. Please help. Setup: 1. Mac Catelina 2. ESP-IDF 4.0 (and I've tried 4.1) 3. Python 3.9 4. VSCode When flashing my ESP-32 I receive the following FLASH error related to '/dev/ttyUSB1' (which is a linux port and I'm on mac): $ /Users/nathan/.espressif/python_env/idf4.0.2_py3.9_env/bin/python ...
by nathanw
Sat Jan 23, 2021 12:14 pm
Forum: Hardware
Topic: Which ESP to use for audio sequencer?
Replies: 0
Views: 1837

Which ESP to use for audio sequencer?

Hi there. I want to make an audio sequencer with an ESP32. It will need to: - Read audio (WAV is fine) probably from an SD-Card - Play audio (headphone and/or speaker) - Trigger sounds via button inputs - Possibly a screen/display I currently only have basic experience with a standard ESP-32 running...