Your First Project
Let's start with a simple project. Here is a walk-through for a starter project called "TCP echo." Your device will echo back whatever you send to it over a TCP/IP link.
The project will run on any programmable Tibbo device with an Ethernet port. We will use a TPS2 in the "Starter TPS2L" configuration. Don't have one? Order it here: https://tibbo.com/store/tps.html (and don't forget to buy an adapter, too).
Not ready to invest in real Tibbo hardware just yet? The project will also work on the TiOS Simulator.
Starter TPS2L Capabilities
The "Starter TPS2L" configuration has enough goodies to keep you playing with your new toy for weeks, including:
- A color TFT display — use the lcd. object to add graphics to your application.
- Four sensor keys — provide user input with the kp. object.
- A Wi-Fi module — add wireless communications with the wln. object and sock. object.
- Tibbit #02 (RS232/422/485 port) — send and receive serial data with the help of the ser. object (and also un-brick the device if you accidentally brick it).
- Tibbit #03-1 (relay) — control small loads.
- Tibbit #04-1 (two optically isolated inputs) — sense the outside world.
And, of course, there is an Ethernet port (and the net. object). Upload and debug right through the network. Talk in TCP and UDP using the sock. object. Access your device from a web browser.
Wait, there's more: Status LEDs and the MD button, a buzzer, a real-time clock... Have we piqued your interest?