0

I'm trying to set up Ardublock, but the last release they have is from 2014 and in a recent Arduino IDE it fails when I try to upload the program to the Arduino board:

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Editor.setText(Ljava/lang/String;)V
 at com.ardublock.ArduBlockTool.didGenerate(ArduBlockTool.java:72)
 ....

I assume there is a different API in the recent Arduio IDE for copying the generated code into the editor. This is the block diagram I'm trying to upload. As you can see there are no libraries involved:

enter image description here

Is there a known combination of Arduino IDE and Ardublock which works? Or perhaps an addon similar to Ardublock which is maintained?

asked Mar 23, 2021 at 13:54
2
  • 1
    tinkercad has an online block editor in their circuits feature (drag out an uno to get to the editor). Commented Mar 23, 2021 at 20:06
  • @dandavis Looks pretty nice, too bad they don't seem to have support for subroutines. I struggle to find examples of programming environments with such a severe limitation, brainfuck interpreter and my first programmable calculator come to mind. Commented Mar 23, 2021 at 23:42

1 Answer 1

1

I found that Ardublock project was forked on Github, and the latest release indeed works with up-to-date Arduino IDE.

answered Mar 24, 2021 at 0:19

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.