Closed bendo closed 8 years ago
hwids
instead hwid
in board JSON manifest. Ah, sorry. I saw repo platform-atmelavr, so I thought that here are all current boards. :-) Hm, so my platformio.ini looks like this:
[env:flora8]
platform = atmelavr
framework = arduino
board = flora8
upload_speed = 9600
I've tried upload_speed 9600 and 57600 but in both cases LED diodes blink really slow. Do you think issue is in the upload_speed? If yes, can you suggest some another speed which I can try. Btw: in demo.ini they opening Serial at 9600 but this speed also didn't work for me.
Please don't mix UPLOAD_SERIAL_SPEED and MONITOR_SERIAL_SPEED. You don't need to change upload speed.
Do you have a problem when using Arduino IDE?
Hm, so this playground circuit board has leds on it. The demo program, turns on leds one by one every second. When I upload program via Arduino IDE, it works as expected. If I upload same program with PlatformIO IDE, it turns on leds one by one but not every second but every cca 50 seconds.
Did you resolve this issue?
Hi, I try to use new board from Adafruit, Circuit Playground. It is based on Flora board. So in Platformio IDE I am creating project with flora board. Everything looks ok but program runs slowly. Because of this I've tried to create a new board (same as flora, just I changed name and speed to 9600. But in IDE, when I try to upload there is an error like:
Can you please help me. I try platformio IDE, and it looks great, just I have to solve this issue... thank you