Ron Evans
2413eb86e0
release: update versions to 0.7.0
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
v0.7.0
2019-10-17 13:18:24 +02:00
Ron Evans
c7555a1469
espat: change all examples to use Arduino Nano33 IoT by default
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-10-17 13:16:39 +02:00
Ron Evans
3fca96e0ef
docs: complete missing GoDocs for main and sub-packages
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-10-17 11:50:03 +02:00
Ron Evans
c7981f72ec
core: add Version string for support purposes
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-10-16 23:23:10 +02:00
Ron Evans
5df157230f
lis3dh: example uses I2C1 so requires config to specify pins since they are not default
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-10-16 21:44:58 +02:00
Daniel Esteban
bcb291992c
ssd1331: make SPI TX faster
...
same change as PR #89
2019-10-13 02:02:22 +02:00
Daniel Esteban
7b710e3a48
Merge pull request #89 from tinygo-org/st7735-shrink-tx
...
st7735: make SPI Tx faster
2019-10-11 18:12:20 +02:00
Ayke van Laethem
dcfd9c066d
st7735: make SPI Tx faster
...
Most of the ceremony around pin toggling was in fact unnecessary. This
improves performance measurably (rougly 6% in one measurement) and cuts
down on binary size by 80 bytes.
2019-10-10 20:35:50 +02:00
cn
955b3a56e8
veml6070: add Vishay UV light sensor
2019-09-21 10:58:28 +02:00
Ron Evans
21b8d953f4
Update for 0.6.0 release
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
v0.6.0
2019-09-09 12:48:57 +02:00
BCG
d1b917b835
Support software SPI for APA102 (Itsy Bitsy M0 on-board "Dotstar" LED as example) ( #86 )
...
* Added implementation and example to support software-based SPI for APA102, for use with boards like Adafruit Itsy Bitsy M0 for instance.
2019-09-09 12:31:17 +02:00
Ron Evans
2cd73e3204
release: update changelog for 0.5.0
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
v0.5.0
2019-08-26 11:34:59 +02:00
Daniel Esteban
3ae5895183
Initial support for LSM6DS3 IMU ( #83 )
...
* Initial support for LSM6DS3 IMU
2019-08-26 08:56:48 +02:00
Ayke van Laethem
d80f619c9f
ws2812: fix timings for the nrf51
...
The timings needed to be changed slightly for ws2811 chips which are
slightly slower.
2019-08-19 10:55:00 +02:00
Brad Erickson
c91888a099
ws2812: Add build tag for Arduino Nano33 IoT
...
Uses `arduino_nano33` to handle only this board. Other boards with
the same chip will need a separate tag.
2019-08-15 17:38:27 +02:00
Ron Evans
b4dbac3a67
release: update CHANGELOG for v0.4.0 release
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
v0.4.0
2019-08-07 15:44:00 +02:00
Daniel Esteban
bf077c8249
SSD1331 TFT color display ( #77 )
2019-08-05 17:54:23 +02:00
Daniel Esteban
4867abcbba
added driver for ST7789 TFT color display ( #76 )
2019-08-05 14:52:39 +02:00
Daniel Esteban
45922f6524
Driver ST7735 for TFT color displays ( #72 )
...
* Driver ST7735 for TFT color displays
2019-08-03 11:13:15 +02:00
Daniel Esteban
eb040dde9c
Merge pull request #78 from conejoninja/typo
...
typo
2019-08-02 19:57:51 +02:00
Daniel Esteban
04bfa6fa70
typo
2019-08-02 19:49:19 +02:00
Ayke van Laethem
8453611d1f
espat: update README with how to install dependencies
2019-07-24 15:48:19 -07:00
Ron Evans
d64069a517
release: update CHANGELOG with 0.3.0 release info
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
v0.3.0
2019-07-16 12:14:05 -07:00
Ron Evans
e4b80d8e0e
espat: add firmware install info for Arduino Nano33 IoT NINA-W102 chip
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-16 12:12:53 -07:00
Ron Evans
50633f3e86
espat: refactor net and tls interface compatible code into separate sub-packages
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
7e78e2c998
espat: add built-in support for MQTT publish using the Paho library packets, alongside some modifications needed for the AT protocol.
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
40d9287ac4
espat: add README with information on how to flash ESP32 or ESP8266 with AT command set firmware.
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
59aece351a
espat: change Response() method to use a passed-in timeout value instead of fixed pauses.
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
1b81b992c2
espat: add DialTLS and Dial methods, update MQTT example to allow both MQTT and MQTTS connections
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
506819c93c
espat: update MQTT example for greater stability
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
1d9e393948
espat: add example that uses MQTT publish to open server
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
9c88d1fab4
espat: add ResolveUDPAddr and ResolveTCPAddr implementations using AT command for DNS lookup
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
a267fdb8ce
espat: improve error handling for key TCP functions
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
500f3d9813
espat: implement TCPConn using AT command set
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Ron Evans
fe58e9b762
espat: use only AT commands that work on both ESP8266 and ESP32
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-15 17:54:26 +02:00
Daniel Esteban
d8675515bc
epd2in13: added rotation
2019-07-15 01:35:33 +02:00
Daniel Esteban
28dbbe2e65
typo in package name of examples
2019-07-14 22:21:37 +02:00
Ayke van Laethem
78fdaad9c0
mpu6050: properly scale the outputs of the accel/gyro
...
Units were unspecified before but were in practice the raw output from
the sensor. They have now been changed to sensible outputs
understandable to humans, like the other accelerometers.
2019-07-14 22:20:51 +02:00
Daniel Esteban
cb49783f18
Error strings should not be capitalized (unless beginning with proper
...
nouns or acronyms) or end with punctuation, since they are usually
printed following other context.
2019-07-08 18:52:31 +02:00
Ron Evans
8534e67c83
buzzer: buzzer timbres sound better with more bass
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-06 16:35:09 +02:00
Ron Evans
95755ebae7
buzzer: add simple buzzer implementation
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-06 16:35:09 +02:00
Ron Evans
f4583f5144
microphone: PDM MEMS microphone support using I2S interface
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-07-05 14:52:54 +02:00
Ron Evans
1e59a3970e
docs: add note to current/future contributors to please start by opening a GH issue to avoid duplication of efforts
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-06-06 12:12:24 +02:00
Ron Evans
e4f6fbcb52
release: update changelog for v0.2.0
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
v0.2.0
2019-06-04 07:47:44 +02:00
Ron Evans
7487c6b3a2
docs: correct badge and link in README for godocs to use custom domain
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-06-03 19:45:18 +02:00
Ron Evans
d1553458f5
bme280: add package docs, and add bme280 to README
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
2019-06-03 19:39:30 +02:00
Daniel Esteban
79d3609f76
Support for AT24C32/64 2-wire serial EEPROM
2019-06-03 19:38:04 +02:00
Ayke van Laethem
00a9b9db77
ws2812: better support the nrf52832
...
This has cost me _hours_ to find. There are many clones of the ws2812
and they have slightly different timing characteristics. Some don't work
so well when you get close to the minimum T1H time: a 1-bit may be
interpreted as a 0-bit.
2019-06-03 19:25:24 +02:00
Martin Treml
f68388702d
Implementation of the BME280 Sensor ( #38 )
...
* Driver for bme280
2019-06-03 19:03:53 +02:00
Ron Evans
0722fe7161
docs: add CHANGELOG for first official release of drivers
...
Signed-off-by: Ron Evans <ron@hybridgroup.com >
v0.1.0
2019-05-29 16:28:08 +02:00