Microcontroller comparison
Name | CPU | Mem | TImers | Serial comm | ADC | GPIO | |||
---|---|---|---|---|---|---|---|---|---|
MSP430F5529 | 25Mhz, 16bit | 128k Flash, 8k RAM | 4x16bit with PWM | I2C, UART, SPI | 14ext/2int 12-bit |
Name | CPU | Mem | TImers | Serial comm | ADC | GPIO | |||
---|---|---|---|---|---|---|---|---|---|
MSP430F5529 | 25Mhz, 16bit | 128k Flash, 8k RAM | 4x16bit with PWM | I2C, UART, SPI | 14ext/2int 12-bit |
Highlights
Pinto
http://www.fedex.com/us/office/sign-printing.html
I found this procedure on the webs and used it slightly modified, as outlined below.
Become root with sudo su -
Insert the USB drive, and find its device name.
lsblk sdk 8:160 1 31.6G 0 disk └─sdk1 8:161 1 13.7G 0 part /run/media/gill/OCTD
Unmount the partition.
umount /dev/sdk1
Run fdisk with the device name and remove existing partitions.
Here is my sources list:
deb http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main restricted
I have some boards lying around; need to decide which one to use for this project.
Connections to my postfix+imap server are "blocked" (connection refused).
Turns out the portreserve system is broken... it blocks ports the mail server needs!
for daemon in portreserve clamd cyrus-imapd spamassassin amavisd postgrey postfix
do
/sbin/service $daemon stop
done
for daemon in postfix postgrey amavisd spamassassin cyrus-imapd clamd portreserve
do
/sbin/service $daemon start
done
#add a user (I choose pi)
sudo useradd -m -c "Pi Octoprint" pi
#Be sure to give him a password
sudo password pi
#make sure it's up to date
sudo apt-get update
#install python building tools
sudo apt-get install build-essential python-dev python-pip python-virtualenv
NOW you can start with the instructions https://github.com/foosel/OctoPrint
Specifically,
Kept seeing this error
badlogin: fairlane.fishparts.net [192.168.83.10] DIGEST-MD5 [SASL(-13): user not found: no secret in database]
When trying to login as janice.
Needed to add janice to the correct realm:
saslpasswd2 -c janice -u mail.fishparts.net
That did the trick.
Steps to update the sieve filter rules.