element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • 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
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • 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
RIoTboard
  • Products
  • Dev Tools
  • Single-Board Computers
  • RIoTboard
  • More
  • Cancel
RIoTboard

Blog

  • Blog
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
RIoTboard requires membership for participation - click to join
Actions
  • Subscribe by email
  • More
  • Cancel

Blog

  • Tags
  • Subscribe by email
  • More
  • Cancel
  • Metal Enclosure for LCD8000-70T

    stmorgan
    stmorgan
    This post describes a project to place an Embest LCD8000-70T 7-inch display in an aluminum enclosure suitable for use with a similarly enclosed RIoTboard SBC. References Metal Enclosure for RIoTboardhttps://www.element14.com/community/commu...
    • 9 Jan 2018
  • Metal Enclosure for RIoTboard

    stmorgan
    stmorgan
    This post describes a metal enclosure suitable for use with the RIoTboard provided you have some time and access to the proper tools. I have been looking for an enclosure for my RIoTboard for a number of reasons: 1.  I have a tendency ...
    • 13 May 2017
  • RIoTboard - Android Jelly Bean Build on openSUSE 13.2 x86_64

    stmorgan
    stmorgan
    This post documents a recent build of Android 4.3 Jelly Bean for RIoTboard on a fresh installation of openSUSE 13.2 x86_64. The build images were transferred to an SD card using Linux commands rather than using the MFGTool. HARDWARE AND BUILD OS...
    • 14 Apr 2017
  • RIoTboard - Android KitKat Build on openSUSE 13.2 x86_64

    stmorgan
    stmorgan
    This post documents a recent build of Android 4.4.2 KitKat on a fresh installation of openSUSE 13.2 x86_64 using the Element14-provided source code for RIoTboard. The build images were transferred to an SD card using Linux commands rather than using ...
    • 6 Apr 2017
  • RIoTboard - Android KitKat Build on Ubuntu 12.04.5/14.04.5 LTS

    stmorgan
    stmorgan
    This post documents a recent build of Android 4.4.2 KitKat on Ubuntu 12.04.5 LTS x86_64 Desktop using the Element14-provided source code for RIoTboard. The build images were transferred to an SD card using Linux commands rather than using the MFGTool...
    • 4 Apr 2017
  • Riotboard and Ultrasonic Sensor (HC-SR04)

    tusharp
    tusharp
    In this small guide I will demonstrate how to integrate Riotboard with Ultrasonic sensor HC-SR04 .  Step1: export ARCH & CROSS_COMPILE to environment path. in my case its like below, yours might be different.$ export ARCH=arm$...
    • 31 Mar 2016
  • What's the maximum amount of current which I can draw from the 3,3V line on RiotBoard

    Former Member
    Former Member
    Hi, I know that the RiotBoard provides 3,3V on the pin header and also should provide 3,3V over the LVDS connector. What is the maximal current availible ? I would like to connect older LCD fomr a laptop and would like to know if I need extra power s...
    • 10 Mar 2016
  • Riotboard: Control servo using pwm

    tusharp
    tusharp
    In this guide we will be controlling a tower pro sg90 servo motor using software pwm module.  Step1:export ARCH & CROSS_COMPILE to environment path. in my case its like below, yours might be different.$ export ARCH=arm$ export CROS...
    • 29 Feb 2016
  • RIoTboard Yocto Build on openSUSE 13.2 x86_64 Host

    stmorgan
    stmorgan
    This post describes a procedure to generate a Linux SD card image for RIoTboard using Yocto on an openSUSE 13.2 x86_64 host.  This procedure is just a clone of the excellent procedure documented by Bryan Hinton (referred to below as B.H. for bre...
    • 16 Feb 2016
  • JBtek Serial TTY to USB Cable Setup on RIoTboard

    stmorgan
    stmorgan
    Erich Styger provided an excellent description of how to connect the FTDI-based Embest  UART8000-U USB-to-TTL cable to the J18 interface on the RIoTboard in order to create a system console on a Windows host in the following post  http://m...
    • 14 Feb 2016
  • Riotboard: IoT based intrusion detection & alert system: Part3 : Email alerts

    tusharp
    tusharp
    In this mini blog series we will build an IoT based intruder detection and alert system. Blogs:Part1 : Connecting Pir SensorPart2 : Capturing intruder imagePart3 :  Email alert  <--- this blog In previous blog we integrated a c...
    • 29 Oct 2015
  • Riotboard: IoT based intrusion detection & alert system: Part2 : Capturing image

    tusharp
    tusharp
    In this mini blog series we will build an IoT based intruder detection and alert system. Blogs:Part1 : Connecting Pir Sensor Part2 : Capturing intruder image  <--- this blogPart3 : Email Alerts In previous blog we integrated a PIR s...
    • 28 Oct 2015
  • Riotboard: IoT based intrusion detection & alert system: Part1 : Connecting Pir Sensor

    tusharp
    tusharp
    In this mini blog series we will build an IoT based intruder detection and alert system. Blogs:Part1 : Connecting Pir Sensor  <--- this blogPart2 : Capturing intruder imagePart3 : Email Alerts  In this post we shall connect a s...
    • 28 Sep 2015
  • Linux 4.1 + Ubuntu 14.04 on RIoTboard

    Former Member
    Former Member
    IntroI was inspired by Otto's blog series of getting Debian Linux on the RIoTboard: Linux on the RIoTBoard Part 1: U-Boot. However I need Ubuntu instead. Following are the steps to get a current Linux kernel (4.1) with Ubuntu 14.04 (should w...
    • 13 Sep 2015
  • Getting close to the Marine Aquarium Interface DreamBoard with RIoTBoard + Wifi

    oneleggedredcow
    oneleggedredcow
    This blog post describes how I set up my RioTBoard RioTBoard to be a media center. I was inspired by brixtonian1970's Marine Aquarium Interface DreamBoard, and I decided to basically copy it with a RIoTBoard running Android and a compatible WiFi modu...
    • 31 Jul 2015
  • New riotboard.org website is Live!

    MAb
    MAb
    It's Live! The brand new www.riotboard.org website has been released. In this new comprehensive website, you'll find much more information on your precious development board: - Home: general overview- Hardware: everything about technic...
    • 16 Jun 2015
  • RIoTboard - Getting Started

    fvan
    fvan
    I met Gregory from Freescale at Maker Faire Paris beginning of May after some emails going back and forth regarding another Freescale board. After having exchanged some ideas and feedback, he was kind enough to send me a RIoTboard and some accessorie...
    • 9 Jun 2015
  • [video]: Charlotte introduces RIoT Board

    MAb
    MAb
    Charlotte Godley presents the next episode of 'Circuits with Charlotte' in which she demonstrates some of the features of the RIoTboard by Freescale.  See the product here: http://bit.ly/1Ci1A3A www.youtube.com/watch
    • 30 Mar 2015
  • Simple Camera demo with Riotboard Yocto Gui & QT

    tusharp
    tusharp
    In a previous blog series we have build u-boot, kernel and packages for  Riotboard using Yocto. This time we shall use the Yocto Gui based BSP and QT to create a simple camera application. Hardware Requirements:1. RIoTboardRIoTboard2. ...
    • 25 Mar 2015
  • Riotboard Android bluetooth hc-05 communication

    tusharp
    tusharp
    If you are looking for an inexpensive way to connect your Riotboard to Android then this guide will help you. The Internet is packed with tutorials explaining how to connect various SBC & Arduino to Android handhelds. Here we interface ...
    • 24 Feb 2015
  • Setup Mediatek RT5370 WiFi on Riotboard Ubuntu Platform

    tusharp
    tusharp
    The Riotboard already has support for RT5370RT5370 WiFi dongle on Android and Yocto Platforms. A quick check to confirm the dongle product, vendor and model info . This post will guide you on setting USB RT5370 on Ubuntu Platform. 1. S...
    • 27 Jan 2015
  • Interested to win one of ten RIoTboards? Explain your project!

    MAb
    MAb
    The RIoTboard is a fully-featured development platform with just the right peripherals, expandability and processor power to run your open source project.To enter the game proposed by Electronics Magazine, you simply need to explain the project you’d...
    • 30 Dec 2014
  • Riotboard Xtrinsic accelerometer : Tilt detection

    tusharp
    tusharp
    Previously we managed to measure the inclination angle and calculated  pitch and roll of xtrinsic mma8491q .In the guide we will be measuring the 45 degree tilt detection using the dedicated pin-outs in xtrinsic.   Before moving o...
    • 26 Nov 2014
  • Riotboard Xtrinsic accelerometer : Calculate Pitch & Roll

    tusharp
    tusharp
    In the previous blog we setup the xtrinsic board to read accelerometer registers.However the raw register values doesn't mean anything by itself. It needs to be converted to suitable human readable format to be useful in measurement applications.&nbs...
    • 26 Nov 2014
  • Riotboard Xtrinsic accelerometer integration

    tusharp
    tusharp
    Earlier we have used xtrinsic as a temperature measuring module.This time we shall use it as an accelerometer. The Xtrinsic Sensor BoardXtrinsic Sensor Board comes bundled with multiple sensors & is arduino compatible.The Xtrinsic module sup...
    • 24 Nov 2014
>
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 © 2023 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

  • Facebook
  • Twitter
  • linkedin
  • YouTube