Doug LaRue

Results 41 comments of Doug LaRue

from what I can figure out, you can create your own default.csv if you set it to the data you need for the esp8266. From: https://github.com/esp8266/Arduino/issues/2320#issuecomment-236485462 you see this: mkspiffs...

@juano2310 I've not gone any further since the option for using the Sony PS3 controller was added and works great. Once we start going out doors and on larger tracks...

That's great! Hat's are fine and can be a place to add even more features but they also add cost. Which Arduino are you using and can't it be used...

FWIW, there was work done on PCA9685 for a project which used a Teensy and I recall having used it so it was operational. But it was 2 year ago...

@mightChamp this is what I posted about this over in the esp32-arduino forum(link below): ``` Something in the new builds is requiring esptool and openocd-esp32 in the tools directory(tools/esptool/.. and...

@mightChamp Which version if the arduino-esp libs are you using since esp_deep_sleep.h and esp_deep_sleep_pd_config are showing up as deprecated? Also, with this Arduino code is see this on the console:...

@mightChamp what is V1.0.6 since Arduino_esp32 is at V2.0.7 and the esp-idf is at V5.0.1?

> > Just for curiosity, why RTC Clock selection is taken as static from menu config from IDF, instead of api call, and set clock. > > I found this...

> BTW, I used a 7.5M resistor across the XTAL which sorted the startup. Great news @GregoryPye , thx.

I have a blue pill( stm32f103ct6 ) and running PlatformIO the project builds fine but I get no USB device upon powerup over USB cable. I use bluepill_f103c8_128k_USB.bin uploaded with...