Difference between revisions of "Mesh IoT Firmware"
From Wiki for Dragino Project
(→IoT-build-20140627-1259 -- v1.2.3) |
(→IoT-build-20140902-1654 -- v1.2.4) |
||
Line 3: | Line 3: | ||
The firmware can be downloaded from [http://www.dragino.com/downloads/index.php?dir=motherboards/ms14/Firmware/IoT/ IoT Firmware] | The firmware can be downloaded from [http://www.dragino.com/downloads/index.php?dir=motherboards/ms14/Firmware/IoT/ IoT Firmware] | ||
+ | |||
+ | ==IoT-build-20140902-1654 -- v1.2.4== | ||
+ | *Fix Upload Arduino Sketch Bug | ||
+ | *Add 115200 indicate string while select Arduino Bridge mode. User should modify the Baud Rate in Arduino IDE --> Library--> Bridge.h from 250000 to 115200 to use the Arduino Bridge class in this image. | ||
+ | *Add Power UART Interface | ||
+ | *Fix CDMA EVDO dial up UI issue. | ||
+ | |||
+ | |||
+ | <br> | ||
+ | <br> | ||
==IoT-build-20140902-1654 -- v1.2.4== | ==IoT-build-20140902-1654 -- v1.2.4== |
Revision as of 07:49, 15 November 2014
Contents
Introduction
Dragino Mesh IoT firmware is compiled intend to support both Mesh and IoT.
The firmware can be downloaded from IoT Firmware
IoT-build-20140902-1654 -- v1.2.4
- Fix Upload Arduino Sketch Bug
- Add 115200 indicate string while select Arduino Bridge mode. User should modify the Baud Rate in Arduino IDE --> Library--> Bridge.h from 250000 to 115200 to use the Arduino Bridge class in this image.
- Add Power UART Interface
- Fix CDMA EVDO dial up UI issue.
IoT-build-20140902-1654 -- v1.2.4
- Fix GUI bug to configure device as a WiFi Client.
- Correct opkg.conf link.
- Change config partition from read only to read-write. Firmware upgrade command won't erase this partition
- Add check network connection. User can use Global LED to check connection to specify host.
- Add sensor page to support different avr board.
IoT-build-20140627-1259 -- v1.2.3
- Improve UART for stable transfer to Arduino board.
IoT-build-20140627-1259 -- v1.2.2
- Add Arduino Bridge Support. Baud Rate 115200. This is an Experimental feature, user has change the arduino bridge baud rate (under libraries\Bridge\src\Bridge.h) from 250000 to 115200 to use this.
- Add stty tool
IoT-build-20140616-1526 version 1.2.1
- Fix Firmware Version Display Bug
- Fix DHCP server disable bug.
- Change AP SSID.
- FallBack IP still works after apply change in network.
- Fix DNS1 bug in GUI
- Fix WiFi AP disable/enable bug
- Add default USB modem dial string
- Add better USB support in the GUI.
- Clean Asterisk Script
Web-FailSafe
- A version which use to upgrade the firmware to support Web_FailSafe_Uboot. Instruction.
RC1.1-- 2014 -04
- Change Default SSH log in to root/dragino
- Add support on Arduino IDE, now user can program the avr from Arduino IDE via network connection. Instruction.