element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
Raspberry Pi
  • Products
  • More
Raspberry Pi
Blog Case Study | Flick: A New Means of Control
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
GPIO Pinout
Raspberry Pi Wishlist
Comparison Chart
Quiz
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: danzima
  • Date Created: 17 Jan 2018 10:33 PM Date Created
  • Views 2382 views
  • Likes 13 likes
  • Comments 10 comments
Related
Recommended
  • pi hat
  • gesture sensor
  • interview
  • raspberry_pi
  • flick
  • gesture
  • case_study
  • case study
  • interviews

Case Study | Flick: A New Means of Control

danzima
danzima
17 Jan 2018

As I spoke to the team behind the Flick range of gesture sensing boards, a certain phrase kept coming up: "keyboard and mouse." These venerable input devices have been around longer than many of us have been alive, and it's hard to deny that they get the job done. But the Flick team are part of a larger movement that wants to expand how we control our computing devices, in their case through gestures. "We’re essentially adding another way that you can control your Raspberry Pi or single-board computer project," says John Whiting, their director of marketing. "For example, we’ve seen people using Flick to control the audio system in their house, so by pairing Flick with their audio boards they’re able to control the volume with gestures. By doing an air wheel with their fingers they can turn the volume up and down, they can swipe left and right to change tracks, and so on." Aaron Shaw, Flick's tech director, adds: "It has a library of gestures, I think about 20 or so, and it’s got a range of about 20cm where it can do 3D tracking and gesture sensing. So you can swipe up and down, left and right, taps and touches, a strange one where you bunch something up and throw it in the bin, among others."image

 

And there are advantages to creating devices with this type of control, beyond just the value of a novel and potentially easier way of interacting with your various computing devices. Says Whiting: "One thing we’ve found is that with Flick, or projects like it that use gestures, kids and young people who are just starting to get into coding find these sorts of things very interesting, because you’re not just looking at a computer screen, you’re using your hands and seeing feedback from the code and design."

 

The Flick range is based around the Microchip MGC3130 electrical-field based 3D tracking and gesture controller. "That in itself is quite complex to achieve," explains Shaw, "and it’s a fairly new product from Microchip. It has gesture sensing built into the chip, so that isn’t done in software but rather in hardware, so effectively that chip will send the gestures to the Raspberry Pi ... and it’ll effectively change the register that corresponds to, say, a double tap gesture on the left electrode." And this relatively new offering has the advantage of doing much of its gesture sensing work in its hardware, lowering the software overhead, which Shaw mentions as an advantage in particular for developing low-power devices, as well as those meant to be smaller or lower cost.

 

The Flick range currently contains three boards, two geared particularly toward the Raspberry PiRaspberry Pi which conform to the HAT and PHAT standards, as well as the Flick LargeFlick Large, meant to be used with any microcontroller, also compatible with Arduino or BeagleBone boards. Says Shaw: "The actual electrode effectively is the circuit board, so even though the circuit board looks quite simple, and it is, it’s a 4 layer PCB, and it has quite specific parameters. So that’s actually one of the most expensive parts because the tolerances are quite tight in making sure that the electrodes are all functioning within their specs."

 

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

 

That variety of offerings is a strength of the product line, says Shaw. "What we think sets [us] apart is the range of our products. If you’ve got a Raspberry Pi Zero, and you’re trying to make a small project, you don’t want a massive board attached to that, [and that's] something they don’t have, those options for size ... and in comparing to other products we found that we consistently had a better range of sensing of gestures and 3D tracking, potentially adding perhaps 50% of range in comparison." One challenge for the Flick team, however, has been developing a product that could serve its wide variety of potential uses; to make it both versatile and an effective tool, how much range does the board need to cover in terms of the inputs it receives, and how sensitive should it be to those inputs? "If you’re designing an industrial application and you know what the end use case is," says Shaw, "whether that is an interactive art project in a gallery or something like that, you know your exact parameters for that specific situation. With our design we need to try to provide everything, but within a reasonable size and cost. It’s always a challenge to try to preempt how people surprise us with projects we never imagined they’d do, and what kinds of features they’d want for those projects."

 

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

 

 

Farnell element14 is an official distributor for Flick, and the collaboration has been going on for roughly a year and half, says Whiting. "We ended up meeting [element14] at a Raspberry Pi 3 launch event in February 2016, and from then on we got to talking and working with them on potential ideas we had, and we were really keen to partner with them because they’ve got a fantastic reach of resellers and distributors for products, and a fantastic community. We were very interested in getting the products to the element14 community to see what kinds of projects they could make with our boards, doing RoadTests with them, writing some documentation, and so on." Adds Hari Kalyanaraman of element14: "As the development distributor, element14 strongly supports start-ups and makers in all aspects of product development and distribution. Our collaboration on the Flick range of products demonstrates those capabilities, from maker to market.”

image

 

So what's in the pipeline for Flick, aside from the gesture control boards? "The next thing we’re really focusing on is our PiJuice, an uninterruptable power supply for the Pi," says Whiting. "This is kind of a long-awaited project that we launched on Kickstarter in 2015, that was probably one of the biggest challenges for our company in terms of getting a product to market due to various reasons." Shaw also makes note of a perpetual challenge for startups and other small tech companies: you might have a dozen good ideas, but what is it that you spend your time on, and how do you come to that decision?

 

To find out how Premier Farnell could support your start-up initiative, get in touch with us at: www.element14.com/startups

  • Sign in to reply

Top Comments

  • fvan
    fvan over 7 years ago +8
    I wrote a blog on their Maker Zone, using the Flick to control a music player: https://www.pi-supply.com/make/control-justboom-player-flick-rest-api/ There are three models/sizes, ideal for integration…
  • fvan
    fvan over 7 years ago in reply to mcb1 +6
    Don't even think about blaming me for this purchase!
  • mcb1
    mcb1 over 7 years ago in reply to fvan +4
    It's always your fault ...
  • danzima
    danzima over 7 years ago in reply to mcb1

    Excellent question re: a RoadTest! Let me ask Randy S, see if there might be any plans around that.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to fvan

    It's always your fault ...

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • fvan
    fvan over 7 years ago in reply to shabaz

    Thanks Shabaz!

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • fvan
    fvan over 7 years ago in reply to mcb1

    Don't even think about blaming me for this purchase! image

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 7 years ago in reply to fvan

    Hi Frederick,

     

    Nice article!!

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
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