Search This Blog

2018-10-31

olha... uma ponte barata...

https://nodemcu.readthedocs.io/en/master/en/modules/wifi/

shell nano connect

#!/bin/sh
#
# usa: usb serial arduino
#
# connects to arduino as explained at:
#
https://playground.arduino.cc/Interfacing/LinuxTTY
#
usbSerialArduino () {
  #
  # configure serial port
  #
  stty -F "$1" cs8 9600 ignbrk \
    -brkint -icrnl -imaxbel -opost -onlcr \
    -isig -icanon -iexten -echo -echoe -echok \
    -echoctl -echoke noflsh -ixon -crtscts ;
  #
  # conect to serial port
  #
  busybox microcom -s 9600 "$1" ;
  #
} ;
#
usbSerialArduino /dev/ttyUSB${1:-0} ;
#

2018-10-30

2018-10-25

3 knowledge suggestions...

that you should give a try, at least for the sake of knowing them...

1. haskell language

  why: https://youtu.be/LR8fQiskYII?t=163
    lol: https://www.youtube.com/watch?v=dV_mD3SxViQ

  how: http://learnyouahaskell.com/chapters

  libraries: https://hackage.haskell.org/packages/

  bonus: https://xmonad.org/
    https://www.youtube.com/watch?v=LnX3B9oaKzw

2. blender 3D ++

  why: very nice interface... :)

  how: start with an interface usage tutorial

    then modeling: https://www.youtube.com/results?search_query=blender+modeling+tutorial

  libraries: programmable in python

  bonus: https://www.youtube.com/watch?v=mIiY6aGefvI
    https://www.youtube.com/watch?v=biywY5l_2nU
    https://en.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Paper_Model

3. solvespace by constraining it

  why: keeps it simple... :)

  how: start here... http://solvespace.com/2d.pl

... and ::: genius ... a math little helper...

... all available on debian... :)