element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Personal Blogs
  • Community Hub
  • More
Personal Blogs
Ralph Yamamoto's Blog MAX78000FTHR with 2.4" TFT FeatherWing
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: ralphjy
  • Date Created: 20 May 2021 2:58 PM Date Created
  • Views 2038 views
  • Likes 7 likes
  • Comments 3 comments
  • max78000
  • 2.4" touch screen
  • tft_featherwing
  • 320x240 lcd
  • max78000fthr
Related
Recommended

MAX78000FTHR with 2.4" TFT FeatherWing

ralphjy
ralphjy
20 May 2021

The nice thing about using a Feather compatible footprint is that all of the FeatherWing accessories are available for use.  It would be great to integrate a small display with the MAX78000FTHR to create a portable smart camera.  A stacking display can't be used because it would block the camera and stacking displays don't have very high resolution or appropriate aspect ratio.

 

Adafruit makes a couple of nice TFT FeatherWings that would mount the MAX78000FTHR on the back which is the perfect setup.  There is a 2.4" 320x240 Touchscreen and a 3.5" 480x320 Touchscreen.  I opted to get the smaller one https://www.adafruit.com/product/3315 .

 

Here's a couple of pictures from the Adafruit product page that shows the display with an ESP8266 Feather mounted on the back.

imageimage

 

And here's my setup.  The MAX78000FTHR board is longer than a standard Feather in order to accommodate the stereo audio in/out jacks.

imageimage

 

I printed a cover to facilitate using this setup as a portable smart camera.  For this purpose, the audio jacks just get in the way.  It would have been nice to have a version of this board in the shorter Feather form factor.

 

I was surprised at how tiny the VGA (640x480) camera is. It's about 3x3mm - you can see it at the left center of the board.  Here's a link to the sensor https://www.ovt.com/download/sensorpdf/46/OmniVision_OVM7692.pdf .

 

I need to try a program that utilizes the camera and display on the MAX78000FTHR.  Most of the AI examples are for the MAX78000EVKIT  that uses a larger 3.5" TFT that is included on the board.  I've been having some issues with the MAX78000 SDK and the OCD debugger, but I compiled and ran the TFT_Demo shown in the video.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

Hopefully, will get an AI example running with the camera and display soon - it looks like there is one available for MNIST.  Then I should be able to figure out how to program the camera.

  • Sign in to reply
Parents
  • echotwozero
    echotwozero over 4 years ago

    Hello Ralph Yamamoto's Blog I am following MAX78000 feather board tutorials to upload example code using Eclipse Maxim SDK. But I receive launch failed error. I had disabled the firewall and relaunched the IDE and tried just to see if the ports are blocked by firewall. But that did not work. Kindly help how to solve this problem.

     

    Error in final launch sequence
    Failed to execute MI command:
    -target-select remote localhost:3333
    Error message from debugger back end:
    localhost:3333: No connection could be made because the target machine actively refused it.
    Failed to execute MI command:
    -target-select remote localhost:3333
    Error message from debugger back end:
    localhost:3333: No connection could be made because the target machine actively refused it.
    localhost:3333: No connection could be made because the target machine actively refused it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • echotwozero
    echotwozero over 4 years ago

    Hello Ralph Yamamoto's Blog I am following MAX78000 feather board tutorials to upload example code using Eclipse Maxim SDK. But I receive launch failed error. I had disabled the firewall and relaunched the IDE and tried just to see if the ports are blocked by firewall. But that did not work. Kindly help how to solve this problem.

     

    Error in final launch sequence
    Failed to execute MI command:
    -target-select remote localhost:3333
    Error message from debugger back end:
    localhost:3333: No connection could be made because the target machine actively refused it.
    Failed to execute MI command:
    -target-select remote localhost:3333
    Error message from debugger back end:
    localhost:3333: No connection could be made because the target machine actively refused it.
    localhost:3333: No connection could be made because the target machine actively refused it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube