OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
114 stars 80 forks source link

New devices #92

Closed adalborgo closed 3 years ago

adalborgo commented 3 years ago

I am adding some devices to OttoBlockly, in particular for the "Seeed Studio Grove Beginner Kit for Arduino", when I'm done I will send the code.

cparrapa commented 3 years ago

great looking forward @adalborgo

cparrapa commented 3 years ago

I am adding some devices to OttoBlockly, in particular for the "Seeed Studio Grove Beginner Kit for Arduino", when I'm done I will send the code.

Hi @adalborgo Thanks where can we find those new blocks?

adalborgo commented 3 years ago

I have prepared a zipped file with all the necessary files, you can download it from this link: https://www.dibis.it/download/OttoDIY/GroveBegKit.zip

logix5 commented 3 years ago

Hi Antonio,

I have a question, what board do you select in the board menu to upload the code ?

you are using this board https://wiki.seeedstudio.com/Seeeduino_Lotus/ right?

BR

El sáb, 8 may 2021 a las 12:26, Antonio Dal Borgo @.***>) escribió:

I have prepared a zipped file with all the necessary files, you can download it from this link: https://www.dibis.it/download/OttoDIY/GroveBegKit.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OttoDIY/blockly/issues/92#issuecomment-835274605, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGZ4AUFM4XRXEDSG5CL5BSTTMUGVDANCNFSM4V5NP6RQ .

-- Óscar Ferruz Romero Socio fundador. Tel. 620.402.168

C/ Artajona, 17. 28039 - Madrid. www.logix5.com

www.twitter.com/Logix5_SS http://www.twitter.com/logix5_SS

www.facebook.com/logix5

www.instagram.com/logix5_smart_solutions

"En la vida hay tres cosas que no dan marcha atrás: la palabra pronunciada, la flecha lanzada y la oportunidad perdida, ¿vamos a dejarla escapar?"

logix5 commented 3 years ago

Hi Antonio again

Your board is arduino uno compatible, i have readed this information. I think you can use the current sensor/actuators because the most of your blocks are using led, potentiometer, light sensor,... You only need update the name of the pins.

We can add the SSD35 and lis3dhtr blocks because these sensors or libraries are not present in the blockly. The rest sensors you can use them.

I can create a simple block to convert D1, Dx in the pin of the board. But we are trying to create a customize configuration depending of the type of board.

Let us know

El sáb, 8 may 2021 a las 12:50, Oscar F @.***>) escribió:

Hi Antonio,

I have a question, what board do you select in the board menu to upload the code ?

you are using this board https://wiki.seeedstudio.com/Seeeduino_Lotus/ right?

BR

El sáb, 8 may 2021 a las 12:26, Antonio Dal Borgo (< @.***>) escribió:

I have prepared a zipped file with all the necessary files, you can download it from this link: https://www.dibis.it/download/OttoDIY/GroveBegKit.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OttoDIY/blockly/issues/92#issuecomment-835274605, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGZ4AUFM4XRXEDSG5CL5BSTTMUGVDANCNFSM4V5NP6RQ .

-- Óscar Ferruz Romero Socio fundador. Tel. 620.402.168

C/ Artajona, 17. 28039 - Madrid. www.logix5.com

www.twitter.com/Logix5_SS http://www.twitter.com/logix5_SS

www.facebook.com/logix5

www.instagram.com/logix5_smart_solutions

"En la vida hay tres cosas que no dan marcha atrás: la palabra pronunciada, la flecha lanzada y la oportunidad perdida, ¿vamos a dejarla escapar?"

-- Óscar Ferruz Romero Socio fundador. Tel. 620.402.168

C/ Artajona, 17. 28039 - Madrid. www.logix5.com

www.twitter.com/Logix5_SS http://www.twitter.com/logix5_SS

www.facebook.com/logix5

www.instagram.com/logix5_smart_solutions

"En la vida hay tres cosas que no dan marcha atrás: la palabra pronunciada, la flecha lanzada y la oportunidad perdida, ¿vamos a dejarla escapar?"

adalborgo commented 3 years ago

Hi Oscar, Seeeduino Lotus is compatible with Arduino UNO, but also has analog pins A6 and A7 not available on the connector of UNO. Rather than creating a custom configuration for that type of board, it is easier to assign the available pins in the 'Arduino_xx.js' (see 'grove_beginner-msg_xx.js') file. This way you can customize the order and put the default one at the beginning. However, the pins are fixed in the Grove beginner's kit.

cparrapa commented 3 years ago

I have prepared a zipped file with all the necessary files, you can download it from this link: https://www.dibis.it/download/OttoDIY/GroveBegKit.zip

Thanks @adalborgo can you do a PR please? Like this is easier for us to merge