Embedded Computing
  • About
  • Blog
  • Hardware
    • Which Platform?
    • Controller Platforms >
      • Adafruit Platform
      • Arduino Plaform
      • BBC micro:bit
      • Espressif Platform
      • iLabs Platform
      • Raspberry Pi Platform (MCU)
      • Seeed Platform
      • Silicon Labs Platform
      • Teensy Plaform
    • Computer Platforms >
      • BeagleBone Platform
      • Raspberry Pi Platform (SBC)
      • UDOO Platform
    • Peripherals >
      • Shields
      • Grove System
      • Sensors
      • Actuators
    • Displays >
      • E-Paper Displays
      • Reflective Displays
      • TFT Displays
      • LCD Displays
    • Legacy Platforms >
      • chipKIT Plaform
      • 4D Systems Platform
      • Intel Platform
      • LaunchPad Plaform
      • BoosterPacks for LaunchPads
      • LightBlue Bean
      • Maple Plaform
      • Mediatek Platform
      • Microsoft Azure IoT DevKit
      • Particle Platform
  • Software
    • Exploring RTOS with Galaxia >
      • Event Library
      • Semaphore Library
      • Mailbox Library
      • Timer Library
      • Clock Library
      • SWI Library
      • Task Library
    • Ultra-Low Power with EnergyTrace >
      • Ultra-Low Power with MSP430
      • Ultra-Low Power with Energia MT and Galaxia
    • Using Integers Instead of Reals
    • Going Python?
  • IoT
    • IoT Platforms: Which Hardware? >
      • Matter with Silicon Labs MG24
    • IoT Services: Which Solution? >
      • Recommended IoT Solutions
      • Platform-Specific IoT Solutions
      • Other IoT Solutions
      • Not tested IoT Solutions
      • Notification Solutions
    • Get Date and Time from Internet with NTP
    • Fast and Easy WiFi Connection with QR-Code
  • Tools
    • How to Start?
    • Reference >
      • Asking for Help
      • Boards Pins Maps
      • Ruler
      • Boards and Plugs
      • I²C Logic Level Converter
      • Standards for Connectors
    • Training >
      • Texas Instruments Workshops
      • Embedded Systems: Shape The World — MOOC edX UTAustinX UT.6.02x
      • Embedded Systems - Shape The World: Microcontroller Input/Output — MOOC edX UTAustinX UT.6.10x
      • Embedded Systems - Shape The World: Multi-Threaded Interfacing — MOOC edX UTAustinX UT.6.20x
      • Real-Time Bluetooth Networks: Shape the World — MOOC edX UTAustinX UT.RTBN.12.01x
      • Systems Thinking with Texas Instruments Robotics System Learning Kit
    • Books >
      • Getting Started with the MSP430 LaunchPad
      • Getting Started with Arduino
      • Arduino Cookbook
    • IDE >
      • The Battle of IDEs
      • More Options
      • Assessing the Next Generation of IDEs
      • Tools for Documentation
    • Equipment >
      • Saleae Logic Analyser
      • Rigol DS1102E Oscilloscope
      • XDS110 Debug Probe with EnergyTrace​
      • Segger J-Link Programmer-Debugger
      • Nordic Power Profiler Kit II
  • Projects
    • Libraries >
      • Master I²C Software Library
      • Date and Time Library
      • highView Library Suite
      • Others Libraries
    • smartDevices >
      • I²C smartColours Smart Sensor
      • I²C smartRFID Smart Sensor
      • I²C smartLED Display
      • I²C smartControls Smart Device
      • I²C smartWiFi Smart Device
      • I²C smartBLE Smart Device
      • I²C smartNode Smart Device
    • IoT Projects >
      • Remote E-Paper Weather and Message Board
      • Typie-Walkie with LoRa and E-Paper Screen
      • Typie-Walkie with E-Paper Screen
      • Remote e-Paper Pictures Panel
      • Remote e-Paper Messages Panel
      • Industrial IoT Project
      • Remote Contactless Temperature Monitor
      • Using Node-RED for IIoT
      • Low Power Home Network Weather Monitoring
      • Updated Low Power Home Network Weather Monitoring
      • Weather and Security Station with Blynk
      • SensorTag to Blynk Using Node-RED
      • Pervasive Reporting
    • AI Projects >
      • Colour Recognition with Neural Network
    • Other Projects >
      • Air Quality Monitoring
      • Driving a Large E-Paper Display with a Compact Xiao RP2040
      • Low-Power E-Paper Weather Station
      • Portable Particulate​ Matter Monitor
      • FRAM-based E-Paper Screen Controller
      • General Purpose 3.5" Screen
      • Colour Recognition with Neural Network
      • A Low Power Weather Station
      • Digital Volt-Amp-Watt Meter
      • Mobile Measurement with LCD Display
      • Screen with SRAM for GUI
      • Volt-Amp-Watt-Meter for Grove
      • Multi-Touch Project with CapTIvate

4D Systems gen4-IoD-28T

Many boards deal with IoT. Most send data to the cloud; none displays data from the cloud.

Here comes the 4D Systems gen4-IoD-28T. It combines an IoT-capable board with a touch-screen. IoD stands for Internet of Displays.

This screen belongs to the 4th generation of 4D Systems screens, with a slim and sleek design. The white plastic provides protection around the screen and four supports to fix the screen.
Picture

Hardware

The board relies on the very popular ESP8266 from Espressif with 512 Kbytes of external flash. 

​It features an internal antenna and a connector for an external antenna.
Picture
The board comes with a programmer and a flat cable.

The programmer is the standard Silicon Labs CP2104. The board features two buttons, Reset and Flash, and a micro-USB port.

Picture
The blue part of the cable should be on top, and the silver pads face the boards.
​
Picture
Picture
The board includes a sliding micro-SD card slot.

The animation on the right details how to insert and remove a card.

The SD-card stores the widgets used by Visi-Genie, or data retrieved from the cloud.

Software

As a board powered by an ESP8266, the gen4-IoD-28T can be programmed with the Arduino framework. 

Installing the board requires three steps.
  • First, download and install the ESP8266 boards package using the Arduino Boards Manager. 
  • Second, download the gen4-IoD Datasheet and go to section 12.1 Arduino IDE, which lists the parameters for the gen4-IoD boards.
  • Third, find the boards.txt file under the Arduino15/packages/ esp8266/hardware/esp8266 folder and copy-paste the parameters for the gen4-IoD boards at the end of the file, and save it.  
​
Unfortunately, the listing contains non-standard ASCII characters. The folder that contains the boards.txt file depends on the OS, but the data-sheet only provides the path for Windows.
  • Windows C:\Users\USER\AppData\Local\Arduino15\packages \esp8266\hardware\esp8266\2.3.0
  • macOS /Users/USER/Library/Arduino15/packages/esp8266/. hardware/esp8266/2.3.0
gen4-IoD-28T Boards Parameters fro Arduino

    
4D Systems has developed GFX4d, a graphics library ​with all the functions for displays graphics and texts, but also for downloading files and managing the SD-card.

The library comes with a large set of examples. The most sticking example is the GFXdemo4D project. This project connects to internet, downloads files and images, save them to the SD card, and finally displays them.

​As always, 4D Systems provides an extensive collection of Application Notes. However, I was unable to find any documentation of the GFX4d library, with an exhaustive list of the functions and their parameters. The header file isn't even self-documented, for example with Doxygen comments to auto-generate HMTL or PDF files.

Conclusion

The 4D Systems gen4-IoD-28T illustrates the IoD or Internet of Displays concept perfectly. This is a must-have display for IoT projects.

Starting at $29, the gen4-IoD series offers great value for an all-in-one solution. Let's hope some improvements on the missing documentation about GFX4D library to make the gen4-IoD-28T even easier to use.
Picture

Pros

  • Perfect display for IoT projects
  • ​Great GFX4D library
  • Slim and sleek design

Cons

  • Not so easy procedures for installation
  • Missing documentation about GFX4D library

Wrap-Up

  • Perfect display for IoT projects
  • Great value
  • Confusing or missing documentation

Links

  • 4D Systems website
  • Product page
  • GFX4d Github Repository
  • ​Forum
Picture

Posted: Aug 4, 2017
Updated: 

Powered by Create your own unique website with customizable templates.