Menu

Tree [cb0d16] master /
 History

HTTPS access


File Date Author Commit
 arduino 2017-06-14 Arnold Arnold [a41c10] more text
 docs 2017-06-14 Arnold Arnold [a41c10] more text
 src 2017-06-14 Arnold Arnold [a41c10] more text
 .babelrc 2017-06-14 Arnold Arnold [a41c10] more text
 .gitignore 2017-06-14 Arnold Arnold [a41c10] more text
 .jshintrc 2017-06-14 Arnold Arnold [a41c10] more text
 LICENSE 2017-06-14 Arnold Arnold [a41c10] more text
 PITCHME.md 2017-06-14 Arnold Arnold [a41c10] more text
 PITCHME.yaml 2017-06-14 Arnold Arnold [a41c10] more text
 README.md 2020-02-02 Arny Arny [cb0d16] fix dist path
 TODO.md 2017-06-14 Arnold Arnold [a41c10] more text
 deps.md 2017-06-14 Arnold Arnold [a41c10] more text
 electron.config.js 2017-06-14 Arnold Arnold [a41c10] more text
 gulpfile.js 2017-06-14 Arnold Arnold [a41c10] more text
 index.html 2017-06-14 Arnold Arnold [a41c10] more text
 index.js 2017-06-14 Arnold Arnold [a41c10] more text
 package.json 2017-06-14 Arnold Arnold [a41c10] more text
 tesis.md 2017-06-14 Arnold Arnold [a41c10] more text
 webpack.config.js 2017-06-14 Arnold Arnold [a41c10] more text

Read Me

GitPitch

just my Electron.js & React.js & Redux project

Arduino Blocks


Instalation

Get prebuild app:
- Linux - arny.me/stuff/arduino-blocks/dist.linux.zip
- MacOS - arny.me/stuff/arduino-blocks/dist.macos.zip

Dependencies

Fedora

# dnf install avrdude avr-gcc avr-libc avr-binutils

MacOS

Install brew

Then in terminal:

$ brew update
$ brew install avrdude
$ brew tap jlhonora/lsusb && brew install lsusb
$ brew tap osx-cross/avr && brew install avr-libc

Interface


Settings

Power

  • Pin number
  • Power value
  • HIGH/LOW

Condition

  • Pin number
  • Sensor type
  • True statement

Loop

  • Mode
  • Pin value -> exit condition
  • Number of iterates

Timer

  • value (ms)

Tools structure

Condition

ToolCondition -> i
ToolBegin -> i+1
Sequence (true expression) -> i+2
Sequence (false expression) -> i+3
ToolBegin (for true) -> i+4
ToolBegin (for false) -> i+5


Fonts

https://github.com/mozilla/Fira

Icons

From the Noun Project:
- Scissors by Edward Boatman
- trash bin by Ben Iconator
- copy by Andreas
- cog by Vectors Market
- Sync by Guilhem
- Battery by Anton Gajdosik
- Save by Alexander Skowalsky
- Folder Open by Icons Bazaar
- Info by Jürgen Bauer
- wait clock by Oliviu Stoian
- File by Michal Kučera
- play by Alena

Resources

Programming Arduino Uno in pure C
https://balau82.wordpress.com/2011/03/29/programming-arduino-uno-in-pure-c/

How to choose , read, save, delete or create a file with Electron Framework
http://ourcodeworld.com/articles/read/106/how-to-choose-read-save-delete-or-create-a-file-with-electron-framework

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.