Skip to content

bichwa/Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples

scratch_n_sketch : a electronics learning platform in an easy and fun way

no compilaton needed just plug the board into the computer and start scrpting in python or drag and drop using scratch
Access to onboard sensors, write to the lcd screen just like a normal canvas or interface with external sensors e.g temparature, humidity, proximity, sound e.t.c

#python
python examples for scratch-n-sketch board. install python 3 and the following dependencies to get started

python download : https://www.python.org/downloads/

dependencies:
1: pyserial for python 3 : https://pypi.python.org/pypi/pyserial#downloads
2: pyautogui : https://pypi.python.org/packages/source/P/PyAutoGUI/PyAutoGUI-0.9.30.zip

open python->editor and run sketch.exe
load py examples and start scritpting

#scratch 2.0 offline scratch programming language examples download install scratch 2.0 offline

scratch download : https://scratch.mit.edu/scratch2download/

once installed open server folder->scratch_n_sketch.exe and click start. The server will auto search and connect.You're ready to start scratching. (you'll get a connectional successful log)

open scratch app->file->new .Hold shift while clicking file->new->import experimental http extension. Open blocks folder and load scratch_blocks.s2e

you can always find the blocks in the more blocks section.

Enjoy drag and drop programming

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages