top of page
Search

Midterms and Blockly

  • Andriana Burgess
  • Mar 9, 2018
  • 1 min read

This past week and a half, I've been drowning in midterms and studying for them. Nonetheless, progress in my research was made.

I have been using the blockly documentation to understand how the blocks work and what code I have to write to get them to work. Blockly uses blockly in order to make new blocks. It is a slightly complicated interface.

I have found another GitHub repo that uses blockly to implement a ardublockly-like program. They specifically allow you to download the code to upload to the blockly. I was thinking using this method at first. Then I remembered a tutorial from the BeagleBone book that hosted a local server that connected to the blockly.

Over my Spring break I plan to work on making most of the blocks my team and I have agreed on and making the connection to the beaglebone over the local server.

 
 
 

Recent Posts

See All
In conclusion

The final product of this project is an interface in which a user can generate javascript code to run on a Beagle Bone by connecting...

 
 
 
Temperature Sensor

This week I worked on making blocks that would allow the user to read temperature from a temp sensor in both Celsius and Fahrenheit. My...

 
 
 
Getting There

This week I worked on getting the code that is generated by the blocks I made to show up in the prompt that I mentioned in my last blog...

 
 
 
  • Facebook
  • Twitter
  • LinkedIn

©2017 BY HOWARD CREU BLOG. PROUDLY CREATED WITH WIX.COM

bottom of page