-
Notifications
You must be signed in to change notification settings - Fork 50
/
changelog.txt
69 lines (61 loc) · 1.94 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
v0.1 Initial version
v0.2
- Minor terminal improvment
- PWM added
- UART added
- I2C added
- DeviceName sends to server as the same string as DeviceId
- Online status showing now works on server
- timeout added for GPIO interruption
- OS X flasher fix
v0.3
- wireless zero configuration mode
- timestamp for gpio notifications
- SPI added
- onewire added
- statistics in 'status' terminal command
- stability improvement
v0.4
- new playgrounds support
v0.5
- uploadable web page
- mDNS
- local embedded web server with tools and samples
- local RESTful API
- support for some popular sensor devices
- bug fixes
v0.6
- fixes and improvements
- new devices support. Overall firmware supports:
- DS18B20, LM75 - temperature sensors,
- DHT11, DHT22, SI7021 - humidity sensors
- BMP180, BMP280 - barometric pressure sensor
- BH1750 - light sensor
- MPU6050 - 3-axis gyroscope and a 3-axis accelerometer
- HMC5883L - magnetometer
- PCF8574 - GPIO extender
- HD44780 - 2x16 4x20 displays(with PCF8574 adapter)
- MH-Z19 - CO2 sensor
- MCP4725 - digital to analog convertor
- PCF8591 - analog to digital and digital to analog converter
- ADS1115 - analog to digital converter
- INA219 - power monitor
- MFRC522 - RFID tag reader
- PCA9685 - PWM controller
- MLX90614 - contactless IR thermometer
- MAX6675, MAX31855 - thermocouple thermometers
- TM1637 - 8 segments LED display controller
- WS2812B - LED strip controller
- access point mode
- embedded pages redesign
- sample of using D3.js for plotting graphs from different sensors on embedded web server
v0.7
- new command 'command/list'
- connectino to server now is implemeted with WebSocket
- latest DeviceHive server v3.x and playground support
- compile time ability to disable some devices
v0.8
- TLS connection with server.
- fix dht11/dht22 support
- improve stability of esp-flasher/esp-terminal for mac os
- latest server connectivity protocol fixes