QuickSpot / walter-arduino

This repository contains all libraries and software to use Walter in the Arduino framework
Other
14 stars 3 forks source link

Board selection in Platform.IO #1

Closed GeirFrimann closed 8 months ago

GeirFrimann commented 1 year ago

The ESP32S3 Dev Module is not available in Platform.IO. I have tried esp32-s3-devkitc-1, but it doesn't work. Is there any other board that will work, or any work-around?

daanpape commented 1 year ago

Hi Geir,

The ESP32-S3 should work, we will test it out and reply ASAP.

Kind regards, Daan

GeirFrimann commented 1 year ago

The code compiles with esp32-s3-devkitc-1, but nothing is displayed in the terminal

tomkeuper commented 1 year ago

I have used the following configuration to compile and upload to Walter.

[env:esp32-s3-devkitc-1]
monitor_speed = 115200
platform = espressif32
board = esp32-s3-devkitc-1
upload_speed = 115200
framework = arduino

board_build.partitions = huge_app.csv

build_flags =
    -D ESP32
    -D ARDUINO_USB_CDC_ON_BOOT=1

Note: I havent used platformio before so it might not be optimal

daanpape commented 10 months ago

Hi Geir,

We finally had some time to test out PlatformIO and we have created this first settings file:

walter.json

Can you please test if this also works for you?

DeepBlue-Dev commented 8 months ago

I tested the board definition today, and it works! The demo's needed some modifications to work with platformio though (nothing major). Arduino does some magic behind the scenes that platformio doesn't.

daanpape commented 8 months ago

@DeepBlue-Dev thank you for the confirmation. I will now close this issue.