You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to Use the ggwave esp32 sketch on an M5StickC board. I'm having a hell of a time getting it to work. These are the Libraries I am using
#include <ggwave.h>
#include <M5stickC.h>
#include <soc/adc_channel.h>
#include <driver/i2s.h>
Changed the LED pin to 10 (per the Stick pinout) switched the Mic to I2S. Eventually I'll get the screen going but I just need to get it to read the info at the moment. Any Idea what other changes have to be made that I am missing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am attempting to Use the ggwave esp32 sketch on an M5StickC board. I'm having a hell of a time getting it to work. These are the Libraries I am using
#include <ggwave.h>
#include <M5stickC.h>
#include <soc/adc_channel.h>
#include <driver/i2s.h>
Changed the LED pin to 10 (per the Stick pinout) switched the Mic to I2S. Eventually I'll get the screen going but I just need to get it to read the info at the moment. Any Idea what other changes have to be made that I am missing?
Beta Was this translation helpful? Give feedback.
All reactions