Morten Kals
4e5e0f8cc2
Removed dht function
2019-05-08 00:17:43 -07:00
Morten Kals
0a481c7d64
Simplified to core Arduino
2019-05-08 00:15:23 -07:00
Morten Kals
fbf27bd3ca
Merge branch 'master' into master
2019-05-03 13:16:16 -07:00
Bryan Poteryko
ea33b9c5db
Updated version numbers, quick bugfix
...
Updated version from 0.4 to 0.5 in both files, as well as removed the unused functions in arduino.py.
Also fixed a mistakenly-commented-out line introduced in the previous commit, which broke temperature readings.
2019-05-02 20:08:39 -07:00
Morten Kals
87ed24da88
Added display support
2019-05-02 16:27:49 -07:00
Bryan Poteryko
e88c87e73e
Added SSD1306 display support.
...
Can now send text to a connected display via displayText(text, fontsize).I have commented out the servo control code so that it doesn't fill up the Arduino Nano's memory.
2019-05-02 16:02:38 -07:00
Morten Kals
e2444761bd
Big fix for automated connection
2019-04-21 18:33:39 -07:00
Morten Kals
c1f4265076
Fixed auto-connect, decode bug and added firmware version check
2019-04-21 16:01:26 -07:00
Morten Kals
fbfc079cff
Updated baud and added DHT section to readme
2019-04-20 22:46:38 -07:00
Morten Kals
2d49f8858b
Updates to fix connection issue on startup and added support for DHT sensors
2019-04-20 22:21:12 -07:00
Morten Kals
f4996c69d9
Fixed decoding bug
2019-04-09 16:45:58 -07:00
Morten Kals
0b299f17a3
Updated import of winreg
2019-04-08 13:04:53 -07:00
Morten Kals
b0519fc32f
Fixed to run on py3.7 (str.encode major issue)
2019-04-06 13:23:50 -07:00
Jules Gantenbein
daab2f9cb1
Update arduino.py
...
typo on line 313 corrected
Melodies of the following lenght, can cause trouble
to
Melodies of the following length, can cause trouble
2014-10-22 22:29:56 +11:00
RusKovv
ea124942c8
* added EEPROM read and write methods.
2014-04-30 23:47:16 +02:00
Dan
ccd35e9019
Catch OSError exception when accessing serial ports on OSX
2014-03-11 10:24:17 +08:00
Tristan
c73e8ea5c6
some pep8 fixes
2013-10-10 17:48:09 -04:00
Tristan
d4a5aa5b9b
some pep9 fixes
2013-10-10 16:37:34 -04:00
Ian Joseph Wilson
c06d8905bc
Issue correct command for writing microseconds to serv.
2013-06-15 14:18:35 -07:00
Ian Joseph Wilson
0839eae951
Add missing position.
2013-06-15 14:17:44 -07:00
Ian Joseph Wilson
5a56bf8ea5
Fix missing comma.
2013-06-15 13:55:16 -07:00
Ian Joseph Wilson
f975f466ee
Use logging instead of print statements.
2013-05-31 14:24:24 -07:00
Ian Joseph Wilson
2a98dcf5b8
Only close serial port if not already closed.
2013-05-31 14:14:08 -07:00
Ian Joseph Wilson
f89f7db628
Fix port detection bugs and add more ports for linux.
2013-05-31 14:13:42 -07:00
Ian Joseph Wilson
71b5e8ff2b
Refactor Arduino and add sr argument to constructor to enable testing.
2013-05-31 12:44:14 -07:00
Ian Joseph Wilson
7b4fce44e2
Remove unused attribute.
2013-05-30 11:54:11 -07:00
Ian Joseph Wilson
01627a4506
Remove trailing whitespace and use consistent spacing.
2013-05-30 11:31:35 -07:00
Ian Joseph Wilson
baeb5f2f82
Always use build_cmd_str.
2013-05-30 11:24:42 -07:00
Ian Joseph Wilson
e8e4359c06
Get position to fix writeMicroseconds.
2013-05-30 11:24:10 -07:00
Ian Joseph Wilson
80fee04687
Add support for shiftIn and shiftOut commands.
2013-05-29 16:56:17 -07:00
Ian Joseph Wilson
0fe7407b1d
Value returned over serial line should already be 0 or 1.
2013-05-29 16:37:55 -07:00
Tristan Hearn
0f35e09fc1
pep8 compliance
2013-05-11 14:01:21 -04:00
Tristan Hearn
e9cc111db4
fixed some servo bugs
2013-05-08 18:33:30 -04:00
Tristan Hearn
c23f82f0e8
fixed bug on OSX
2013-05-06 14:49:16 -04:00
Tristan Hearn
9231eb1700
a bit of restructuring, fixed Linux check to cover OSX/Darwin and other unix shell OSs
2013-05-04 11:10:09 -04:00
Sjoerd Dirk Meijer
017eb99c96
code-cleanup
2013-05-02 22:26:10 +02:00
Sjoerd Dirk Meijer
40bd0d7685
moved version-check to function
2013-05-02 21:59:45 +02:00
Sjoerd Dirk Meijer
7b51842e6f
preventing playing melody from buffer on reset
2013-05-01 20:59:38 +02:00
Sjoerd Dirk Meijer
e1ad812775
updated readme
2013-05-01 19:32:07 +02:00
Sjoerd Dirk Meijer
8cb14ea9ff
added capacitivePin-feature (Python-part)
2013-05-01 18:58:21 +02:00
Sjoerd Dirk Meijer
becbfa413f
improved comment Tone()
2013-04-30 21:16:53 +02:00
Sjoerd Dirk Meijer
32f2e22ec9
Added Melody
2013-04-30 20:42:48 +02:00
Sjoerd Dirk Meijer
bf563fefba
My arduino.py
2013-04-30 16:52:47 +02:00
Tristan Hearn
96b7f80521
restructure
2013-04-19 14:33:05 -04:00