WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Micro Core for Arduino Yun <I Believe it Can Fly>  (Read 4760 times)

Offline SirFizX

  • Newbie
  • *
  • Posts: 4
Micro Core for Arduino Yun <I Believe it Can Fly>
« on: August 14, 2016, 11:44:34 AM »
I wish to install Micro Core on an Arduino Yun or similar prototyping micro-controller. The Arduino Yun comes built with its own fork of OpenWrt.https://openwrt.org/ and exposes wireless connectivity via ssh.  How much of a rewrite of Micro Core, if any, would be required to be installed on the Yun and run on its Atheros AR9331 processor?  I can currently duplicate the Python Flask server basis for this project. https://learn.adafruit.com/smart-measuring-cup/overview I wish to do something similar with an install of Micro Core.  If Micro Core can be installed on Yun, and programmed wirelessly, I would likely try to use nginx configured for micro-caching as in this Gist. https://gist.github.com/fennb/1283573 8)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Micro Core for Arduino Yun <I Believe it Can Fly>
« Reply #1 on: August 14, 2016, 11:38:57 PM »
It is a MIPS architecture, at the moment MIPS port doesn't exist. Yun hardware resources are very low, at the limit of TC requirements. Additionally Arduino WEB site says:

Quote
NOTE: this product is currently retired.

However it can be done.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline SirFizX

  • Newbie
  • *
  • Posts: 4
Re: Micro Core for Arduino Yun <I Believe it Can Fly>
« Reply #2 on: August 16, 2016, 05:12:37 AM »
@bmarkus :  Thanks.  They're still making the YUN and YUN Mini at Arduino.org . http://www.arduino.org/products/boards/arduino-yun-mini

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Micro Core for Arduino Yun <I Believe it Can Fly>
« Reply #3 on: August 16, 2016, 08:38:21 AM »
MIPS port is on the todo list, but with low priority.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."