I love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
I think if you stress in the instructions that all the folders must be labelled with the proper capitalization, people will find this is actually very easy to install.
Hi, I tried downloading the application but it does not seem to work. Is there anything else that I can do to make it work? I would really love to have this program in my lappy. Thanks much
i had issues with arduino when running as normal user on my ubuntusystem. it works with rootpermission thou. but then i had to put the file here: ‘/root/sketchbook/tools/ArduBlockTool/tool’ and run arduino as root. its propably not a good idea to do this – but – i dont care. THANKS FOR THE SOFT!!!
Dear Sirs
I am an electrical engineer and work as a teacher in a technical school for electronics. We have a team that participates in robotics competitions and assists middle schools in creating robotics clubs. Our students work as monitors of robotics in these schools. We are starting to work with Arduino and we will work with the children using Ardublock. I would like to keep in touch with you to receive teaching materials and updates of this teaching tool.
graciously
Roberto
City :Novo Hamburgo
State :Rio Grande do Sul
Country: Brazil
This is a very cumbersome program. First, if I want to change a block, there is no way to delete. Second, if I save, Ardublock starts in the program that I saved and there is no way to clear the screen. Also, the code doesn’t show for editing. I’m running Windows Vista.
Please respond with answers. I’d like to use your program.
Thanks.
i tried copying the ardublock file into the tools directory inside the arduino base folder, the very same folder where arduino is installed.
My Arduino is installed in c: drive C:\arduino-1.0.1
I installed Ardublock in C:\arduino-1.0.1\tools\ArduBlockTool\tool\ardublock-all.jar
Hello,
I am teacher in technology in France, with pupils 15 years old.
It is their first programm.
I need a evolution of Ardublock.
I would like to have a block, in witch I could put the pah of a “librairy”.
In this librairy, I could put variable, subroutine…
The pupil will only do the “main programm”, and do the difference beetween “if, do , while…”
My first problem was:
How to declare a variable wich is an output of the microcontroler.
Because it’s more easier to programm with variable, than with bit 1 or 0.
I have done like this :
pinMode( 1 , OUTPUT);
digitalWrite( 1 , LOW );
_ABVAR_1_LED = 1 ;
Fist variable LED, on PIN 1 as OUTPUT
_ABVAR_2_switch = 7 ;
Secon variable switch, on PIN 2 as INPUT ( after a reset)
My second problem
How to have different speed for the motor
With delay and a variable, it’s not difficult.
What I need
Next, I give to my student, the name of the variable as left_motor, right_motor, spedd for each motor…;
They will do only the main programm. For beginner, it will be perfect.
I need a block,where I put they path where are a file witch contain the variable, subroutine, init Input / Output…
It could bee sommething as #include “path of the file”, “name of the file.”
This will be very useful.
I will send you the ardublock programm for this robot from Seeed Studio
I am having a hell of a time getting this to work for me. I’ve done 5 installations, triple checked the spelling of the files/folders, I mean it just won’t show up in the Arduino IDE!
My OS is Ubuntu13.04 (64-bit) & Linux Mint 15 (32-bit). I cannot get ArduBlock to run on either of them. After crefully going over your instructions half a dozen times, I cannot figure out why ArduBlock will not appear under Tools. Help!!!
I downloaded Ardublock last night and I had it up an running in minutes. This is a good tool, however the lacking of a delete block function makes it difficult to work with, specially when you plan to use it with kids, where they want to explore. So I wonder if there are any plans to add this functionality in the future?
Hi,
yes, the same for me (win7 64b pro), just needed to copy the files under C:\Program Files (x86)\Arduino\tools\ArduBlockTool\tool
No need to change the path in the preferences… surprising… but it is working. Great tool!!! thanks a lot
in fact, it was still not working, error that it could not find the libraries.
So what worked: in the properties, set the following path (without mentioning the .jar file in the path) C:\Program Files (x86)\Arduino\tools\ArduBlockTool\tool
now working. Great program can now my boy playing with it! Thanks
[…] honrosa para algumas cianças, em uma oficina sobre SCRATCH e ARDUBLOCK, plataformas de aceleração no aprendizado de lógica de programação e linguagem, meninos de […]
Thank you for this developer interface, I am going to use it with the Boys/Girls Club locally. I just guessed that I had to create the folder structure shown in the instructions for the destination of the download…and it came up in “Tools”. In one of your videos I see many more libraries in the left pane than I have. How do I get those and load them? Do you have a method of accepting donations? I like this and want to see more.
good evening,
I have a problem with Ardublock.
I followed the Arduino installation do the installation ardublock in windows 10 and only appears to me the ardublock the first time, then get out of the Arduino and never have access to ardublock, anyone know how I can solve the problem?
love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
I think if you stress in the instructions that all the folders must be labelled with the proper capitalization, people will find this is actually very easy to install.
Thank you again for your work!
It would be really useful if the description, which shows how to add Ardublock here: 4. Copy ardublock-all.jar to tools/ArduBlockTool/tool/ardublock-all.jar under “Sketchbook location”,Assume the user is “abu,”
told the new user to actually create the following hierarchy of folders in the Sketchbook location: tools/ArduBlockTool/tool – then add the downloaded ardublock-all.jar file to the last folder.
when i use it i got this error
Exception in thread “AWT-EventQueue-0” java.lang.NoSuchMethodError: processing.app.Editor.setText(Ljava/lang/String;)V
at com.ardublock.ArduBlockTool.didGenerate(ArduBlockTool.java:45)
at com.ardublock.core.Context.didGenerate(Context.java:173)
at com.ardublock.ui.listener.GenerateCodeButtonListener.actionPerformed(GenerateCodeButtonListener.java:122)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.Component.processMouseEvent(Component.java:6533)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6298)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
I love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
Hi!
I have installed the Arduino IDE version 1.8.2 and tried to upload an example on my Arduino UNO board using the ArduBlock, but I got just a lot of errors related to Java :
“Exception in thread “AWT-EventQueue-0″ java.lang.NoSuchMethodError:processing.app.Editor.setText(Ljava/lang/String;) … ”
The IDE is working very well, also the S4A scratch version for Arduino works well.
I just started learning how to use the Arduino with my daughter some weeks ago, I will apreciate any help. Thanks!
(I use Windows 10, 64-Bit)
Magdalena
The newer versions of the Arduino IDE do not work with Ardublocks. Since somewhere around Arduino 1.8 Ardublocks stops working. If you really want to use it you need to get the older version of the IDE.
Good Day,
Does ArduBlock work with Windows 10. I have tried to install it on my computer as per your instructions, but it does not appear in tools.
Your assistance will be much appreciated.
Regards
Jan
Yes Ardublocks works with Windows 10 but as far as I know not with the newer versions of the Arduino IDE. It still works with Aruduino 1.6.5,but somewhere around 1.8 a bug came in which has not been fixed.
Hi there,
I love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
I think if you stress in the instructions that all the folders must be labelled with the proper capitalization, people will find this is actually very easy to install.
Thank you again for your work!
Hi there,
I love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
I think if you stress in the instructions that all the folders must be labelled with the proper capitalization, people will find this is actually very easy to install.
Thank you again for your work!
-Lee
sorry but i have trouble to install ardublock!can you please help me?
my system runs at windows
Thank you Lee, the post has been changed.
I try to copy in /usr/share/arduino …
it’s work
thanks a lot
i wanted to know is htis software easy to use than miniblogs arduino software.
Very nice,now I can teach grade 7 student Arduino without any problem.
Great idea, thanks for making it free, but how do I get it to work with Windows?
Hi, I tried downloading the application but it does not seem to work. Is there anything else that I can do to make it work? I would really love to have this program in my lappy. Thanks much
Works with windows 7, this works great! its so easy now.
Hi There
I installed the software as per instructions and does not work. Any idea how to solve it please?
Ok I solved the problem, I can load Ardublock. It looks great.
Do you have an english tutorial?
How did you solve it? I’ve installed on a Mac per instructions and it’s not showing up.
Could you check the path again? I understand the path is a bit headache to get right… 🙁 Will work on an installer soon.
Oh, I’ve checked the path a whole bunch of times and tried several variations. It’s just not loading.
This is a work of art… Absolutley brilliant. Simple to use – and it looks superb.
Dave
i had issues with arduino when running as normal user on my ubuntusystem. it works with rootpermission thou. but then i had to put the file here: ‘/root/sketchbook/tools/ArduBlockTool/tool’ and run arduino as root. its propably not a good idea to do this – but – i dont care. THANKS FOR THE SOFT!!!
Dear Sirs
I am an electrical engineer and work as a teacher in a technical school for electronics. We have a team that participates in robotics competitions and assists middle schools in creating robotics clubs. Our students work as monitors of robotics in these schools. We are starting to work with Arduino and we will work with the children using Ardublock. I would like to keep in touch with you to receive teaching materials and updates of this teaching tool.
graciously
Roberto
City :Novo Hamburgo
State :Rio Grande do Sul
Country: Brazil
wow nice program and so easy setup, thanks guys.
I’m trying to use variables, but Ardublock does not appear to declare the variable type? Is there another block that I’m missing?
How do I delete a block? There doesn’t seem to be any way to do that.
Thanks
This is a very cumbersome program. First, if I want to change a block, there is no way to delete. Second, if I save, Ardublock starts in the program that I saved and there is no way to clear the screen. Also, the code doesn’t show for editing. I’m running Windows Vista.
Please respond with answers. I’d like to use your program.
Thanks.
Very nice program. Now it will be very easy for even non-programmers like 6-7th grade students to create projects using Arduino.
Thanks! That’s our target! 🙂
For the love of God, keep writing these arelicts.
i tried copying the ardublock file into the tools directory inside the arduino base folder, the very same folder where arduino is installed.
My Arduino is installed in c: drive C:\arduino-1.0.1
I installed Ardublock in C:\arduino-1.0.1\tools\ArduBlockTool\tool\ardublock-all.jar
The ardublock doesn’t show up?
mine does the same thing
So
hai,
you can help my make program ardublock for sensor HC-SR04 with newping.h n ultrasonic.h?
thanks
Hello,
I am teacher in technology in France, with pupils 15 years old.
It is their first programm.
I need a evolution of Ardublock.
I would like to have a block, in witch I could put the pah of a “librairy”.
In this librairy, I could put variable, subroutine…
The pupil will only do the “main programm”, and do the difference beetween “if, do , while…”
Best regard
This sounds interesting. Can you elaborate?
I have done a program for robot from Seed Studio:
http://www.seeedstudio.com/depot/shield-bot-p-1380.html
of course there are many blocks, but not too much.
My first problem was:
How to declare a variable wich is an output of the microcontroler.
Because it’s more easier to programm with variable, than with bit 1 or 0.
I have done like this :
pinMode( 1 , OUTPUT);
digitalWrite( 1 , LOW );
_ABVAR_1_LED = 1 ;
Fist variable LED, on PIN 1 as OUTPUT
_ABVAR_2_switch = 7 ;
Secon variable switch, on PIN 2 as INPUT ( after a reset)
My second problem
How to have different speed for the motor
With delay and a variable, it’s not difficult.
What I need
Next, I give to my student, the name of the variable as left_motor, right_motor, spedd for each motor…;
They will do only the main programm. For beginner, it will be perfect.
I need a block,where I put they path where are a file witch contain the variable, subroutine, init Input / Output…
It could bee sommething as #include “path of the file”, “name of the file.”
This will be very useful.
I will send you the ardublock programm for this robot from Seeed Studio
Hello,
I am having a hell of a time getting this to work for me. I’ve done 5 installations, triple checked the spelling of the files/folders, I mean it just won’t show up in the Arduino IDE!
My OS is Ubuntu13.04 (64-bit) & Linux Mint 15 (32-bit). I cannot get ArduBlock to run on either of them. After crefully going over your instructions half a dozen times, I cannot figure out why ArduBlock will not appear under Tools. Help!!!
I downloaded Ardublock last night and I had it up an running in minutes. This is a good tool, however the lacking of a delete block function makes it difficult to work with, specially when you plan to use it with kids, where they want to explore. So I wonder if there are any plans to add this functionality in the future?
You’re back! great to see the website again – we just started using Ardublocks and are hoping that it will continue to be supported!
Thanks! I’d love to learn more about your parctice!
Anyone else not having trouble getting this working in the current version of the Arduino IDE?
I’ve copied as per the instructions and it wont come up.
I had it come up when I installed it under c:\program files(x86)\tools\ArduBlockTool/tool.
Anyone else find this?
Hi,
yes, the same for me (win7 64b pro), just needed to copy the files under C:\Program Files (x86)\Arduino\tools\ArduBlockTool\tool
No need to change the path in the preferences… surprising… but it is working. Great tool!!! thanks a lot
in fact, it was still not working, error that it could not find the libraries.
So what worked: in the properties, set the following path (without mentioning the .jar file in the path) C:\Program Files (x86)\Arduino\tools\ArduBlockTool\tool
now working. Great program can now my boy playing with it! Thanks
你好
fffffffff
none
HELLO
thank you for your software, it makes programming easy for me now
讚 X 無限
[…] honrosa para algumas cianças, em uma oficina sobre SCRATCH e ARDUBLOCK, plataformas de aceleração no aprendizado de lógica de programação e linguagem, meninos de […]
i want use your program to finish my project it is difficult to write code thank you all
1
ArduBlock
Hi this is my first time to learn with arduino, and hope to get help here.
Thank you for this developer interface, I am going to use it with the Boys/Girls Club locally. I just guessed that I had to create the folder structure shown in the instructions for the destination of the download…and it came up in “Tools”. In one of your videos I see many more libraries in the left pane than I have. How do I get those and load them? Do you have a method of accepting donations? I like this and want to see more.
Is there a way to make the interface larger? I am using a high resolution monitor and everything is just so small. Thank you
Very good.
good evening,
I have a problem with Ardublock.
I followed the Arduino installation do the installation ardublock in windows 10 and only appears to me the ardublock the first time, then get out of the Arduino and never have access to ardublock, anyone know how I can solve the problem?
巅峰时代
阿斯顿发射点
study
Try it
Testes
阿布c
good
45455
很好的
very good
Very easily,good for students
love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
I think if you stress in the instructions that all the folders must be labelled with the proper capitalization, people will find this is actually very easy to install.
Thank you again for your work!
啊啊啊啊
Новая информация об автомобилях autoisauto.ru/
It would be really useful if the description, which shows how to add Ardublock here: 4. Copy ardublock-all.jar to tools/ArduBlockTool/tool/ardublock-all.jar under “Sketchbook location”,Assume the user is “abu,”
told the new user to actually create the following hierarchy of folders in the Sketchbook location: tools/ArduBlockTool/tool – then add the downloaded ardublock-all.jar file to the last folder.
☞
i want this
ko
。。
i need the arhublock,but i dot know how download the code
very good!
I havn’t used it now.
47
good
want to learn learn
when i use it i got this error
Exception in thread “AWT-EventQueue-0” java.lang.NoSuchMethodError: processing.app.Editor.setText(Ljava/lang/String;)V
at com.ardublock.ArduBlockTool.didGenerate(ArduBlockTool.java:45)
at com.ardublock.core.Context.didGenerate(Context.java:173)
at com.ardublock.ui.listener.GenerateCodeButtonListener.actionPerformed(GenerateCodeButtonListener.java:122)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.Component.processMouseEvent(Component.java:6533)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6298)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
i like it
I love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
Hi!
I have installed the Arduino IDE version 1.8.2 and tried to upload an example on my Arduino UNO board using the ArduBlock, but I got just a lot of errors related to Java :
“Exception in thread “AWT-EventQueue-0″ java.lang.NoSuchMethodError:processing.app.Editor.setText(Ljava/lang/String;) … ”
The IDE is working very well, also the S4A scratch version for Arduino works well.
I just started learning how to use the Arduino with my daughter some weeks ago, I will apreciate any help. Thanks!
(I use Windows 10, 64-Bit)
Magdalena
The newer versions of the Arduino IDE do not work with Ardublocks. Since somewhere around Arduino 1.8 Ardublocks stops working. If you really want to use it you need to get the older version of the IDE.
我想用它来做一个装置
dfs
dafsdaf
very good.
l love it. It is a nice program.
Good Day,
Does ArduBlock work with Windows 10. I have tried to install it on my computer as per your instructions, but it does not appear in tools.
Your assistance will be much appreciated.
Regards
Jan
Yes Ardublocks works with Windows 10 but as far as I know not with the newer versions of the Arduino IDE. It still works with Aruduino 1.6.5,but somewhere around 1.8 a bug came in which has not been fixed.
感觉
Hi there,
I love your program and appreciate the work you have done very much!
I just wanted to mention that I had a difficult time setting up Ardublock, because I did not realize that the folder names were case sensitive.
I think if you stress in the instructions that all the folders must be labelled with the proper capitalization, people will find this is actually very easy to install.
Thank you again for your work!