Difference between revisions of "Main Page"

From Lantronix Wiki!
Jump to navigation Jump to search
 
 
(82 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
+
__NOEDITSECTION__
 +
<!-------------------- Welcome Banner -------------------->
 +
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
 +
{| style="width:100%; border:1px solid #f15e29; background:#f05B25;"
 +
|style="width:280px; text-align:center; white-space:nowrap; color:#36383B;"|
 +
<div style="font-size:150%; border:none; margin:0; padding:.1em; color:#36383B;">'''Welcome to the Lantronix Developer Wiki'''</div>
 +
|}
  
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
The Lantronix Developer Wiki is your source to learn more about developing M2M/IoT solutions using Lantronix products
 +
and services. Please check back often as we update content regularly to provide developers insightful tips and tricks
 +
and valuable information about working with various Lantronix products.
 +
<br>
 +
<br>
 +
Please visit our [//forums.lantronix.com Support Forums] to share ideas with the community of Lantronix users,
 +
check for solutions to your questions and post your own queries.
 +
<br>
 +
<br>
 +
Also see the [https://github.com/Lantronix Lantronix Github] page for libraries to help you develop your product faster.
  
== Getting started ==
+
{|
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
!style="width:50%;height:30px;background:#696d73; color:#fff;"| '''PremierWave'''
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
!style="width:50%;background:#696d73; color:#fff;"| '''xPico Wi-Fi'''
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
|- style="vertical-align:top;"
 +
|
 +
{|
 +
|- style="text-align:center;background:#f05B25;color:#36383B;"
 +
|
 +
'''Python'''
 +
|-
 +
|
 +
The PremierWave family of devices now includes the ability to easily add intelligence by running your custom Python scripts.
 +
 
 +
[[Python Wiki|Python Guide]]
 +
* [[Lantronix_Python_Programmers_Guide|Python Programmer's Guide]]
 +
* Code Samples
 +
** [[Python Code Samples | Code Snippets]]
 +
*** Device Identification and Processing Serial Number
 +
*** Log Device Serial Number (MAC Address) to File
 +
*** Initiate graceful system reboot from script
 +
*** Email client sending authenticated email via GMail
 +
** [[Websocket Server]]
 +
** [[Lantronix Discovery Protocol]]
 +
** [[Weigh Scale MQTT | Send Data to 2lemetry Cloud Platform and Google Analytics]]
 +
*** Access device data locally via web browser
 +
*** Send data via MQTT to 2lemetry
 +
*** Quick connectivity to Google Analytics for IoT data capture and dashboards
 +
<!--** [[MQTT Publish Subscribe]] -->
 +
<!-- ** [[Communicate with Google Analytics | Send Data to Google Analytics]] -->
 +
 
 +
|- style="text-align:center;background:#f05B25;color:#36383B;"
 +
|
 +
'''Linux SDK'''
 +
|-
 +
|
 +
The Timesys SDK for PremierWave devices allows you to customize the Linux kernel, cross-compile your own programs, and customize the filesystem installed in the PremierWave devices.
 +
 
 +
[[PremierWave/Timesys_Programmers_Guide|Linux SDK]]
 +
* [[PremierWave/Timesys_Programmers_Guide#Introduction|Programmer's Guide]]
 +
** [[PremierWave/Timesys_Programmers_Guide#Getting_Started|Getting started]]
 +
** [[PremierWave/Timesys_Programmers_Guide#Modifying_the_filesystem|Modifying the filesystem]]
 +
** [[PremierWave/Timesys_Programmers_Guide#Changing_the_kernel|Changing the kernel]]
 +
 
 +
|}
 +
 
 +
|
 +
 
 +
{|
 +
|- style="text-align:center;background:#f05B25;color:#36383B;"
 +
|
 +
'''Standard firmware development'''
 +
|-
 +
|
 +
The xPico Wi-Fi is a fully integrated Wi-Fi module with TCP/IP stack and Lantronix SmartSuite applications that make deployment of secure, reliable products much easier. This guide shows how to customize the xPico Wi-Fi via configuration to quickly and easily Wi-Fi enable your product.
 +
 
 +
[[XPicoWiFi/DeveloperGuide| Developer's Guide]]
 +
* [[XPicoWiFi/SerialPortSetup|UART options]]
 +
** Tunnel
 +
** [[XPicoWiFi/ModemEmulation|Modem Emulation]] (AT commands)
 +
** [[XPicoWiFi/Monitor|Monitor]]
 +
** Mux (Serial API)
 +
** [[XPicoWiFi/WebAPItoDevice|Web to Serial]]
 +
* [[XPicoWiFi/CustomizeWebPages|Custom Web Pages]]
 +
* [[XPicoWiFi/Usb|USB to Wi-Fi Guide]]
 +
 
 +
* [[XPicoWiFi/ManufacturingConfiguration|Manufacturing your product with xPico Wi-Fi guide]]
 +
 
 +
* [[XPicoWiFi/1.5|New features in firmware 1.5]]
 +
 
 +
|- style="text-align:center;background:#f05B25;color:#36383B;"
 +
|
 +
'''Software Development Kit'''
 +
|-
 +
|
 +
Lantronix provides an SDK to create firmware that has custom code running on the microcontroller that is part of the xPico Wi-Fi module. To get an installer for the SDK, please contact your local Field Applications Engineer.
 +
 
 +
[[XPicoWiFi/SDK/WhySDK|Why use the xPico Wi-Fi SDK?]]
 +
 
 +
[[XPicoWiFi/SDK/Introduction|Getting Started]]
 +
 
 +
|}
 +
|}
 +
<br>

Latest revision as of 22:13, 25 May 2020


Welcome to the Lantronix Developer Wiki

The Lantronix Developer Wiki is your source to learn more about developing M2M/IoT solutions using Lantronix products and services. Please check back often as we update content regularly to provide developers insightful tips and tricks and valuable information about working with various Lantronix products.

Please visit our Support Forums to share ideas with the community of Lantronix users, check for solutions to your questions and post your own queries.

Also see the Lantronix Github page for libraries to help you develop your product faster.

PremierWave xPico Wi-Fi

Python

The PremierWave family of devices now includes the ability to easily add intelligence by running your custom Python scripts.

Python Guide

Linux SDK

The Timesys SDK for PremierWave devices allows you to customize the Linux kernel, cross-compile your own programs, and customize the filesystem installed in the PremierWave devices.

Linux SDK

Standard firmware development

The xPico Wi-Fi is a fully integrated Wi-Fi module with TCP/IP stack and Lantronix SmartSuite applications that make deployment of secure, reliable products much easier. This guide shows how to customize the xPico Wi-Fi via configuration to quickly and easily Wi-Fi enable your product.

Developer's Guide

Software Development Kit

Lantronix provides an SDK to create firmware that has custom code running on the microcontroller that is part of the xPico Wi-Fi module. To get an installer for the SDK, please contact your local Field Applications Engineer.

Why use the xPico Wi-Fi SDK?

Getting Started