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
Intel
  • Products
  • Manufacturers
  • Intel
  • More
  • Cancel
Intel
Forum Win an Intel Edison: Simply Share Your Idea Here
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Intel to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 61 replies
  • Subscribers 44 subscribers
  • Views 4822 views
  • Users 0 members are here
  • competition
  • giveaway
  • projects
  • dev kit
  • contest
  • iot
  • intel edison
Related

Win an Intel Edison: Simply Share Your Idea Here

jwatson
jwatson over 8 years ago

FIVE lucky element14 Members will each receive an IntelRegistered Edison board to build a cool IntelRegistered project...and it's so simple to win!

 

How to Win

In the comments section below, give an idea of what you would create with the Intel Edison Kit ...and if you win, post a blog about your project in the Intel  space.

 

Your comment could contain:

  • a simple description of your idea
  • diagrams, schematics or sketches
  • a short video message
  • ...basically, anything to get across your idea

 

 

Need inspiration?  See Nine Awesome Intel Edison Projects.

 

 

Comment by midnight (GMT) on January 6, 2017 for a chance to win an IntelRegistered Edison development kit.

 

Winners will be announced on January 10, 2017.

 

Full Terms & Conditions >

image

Buy Intel Edison NowBuy Intel Edison Now

 

The IntelRegistered Edison is a Development Platform designed as a low-cost entry board for start-up product designers and pro-makers; with the Edison you can rapidly prototype and produce IoT and wearable computing products.

  • Sign in to reply
  • Cancel

Top Replies

  • sandeepdwivedi17
    sandeepdwivedi17 over 8 years ago +7
    Automated car parking assistance for difficult spaces according to following GIF
  • rsc
    rsc over 8 years ago +6
    I just finished adding insulation and weather seal to my greenhouse for extending the growing season through winter. I have some controls, sensors, and camera system installed, but they are not all connected…
  • jwatson
    jwatson over 8 years ago +5
    Congratulations to our 5 lucky Intel Giveaway winners! You've just won an Intel Edison Kit for Arduino to bring to life your ideas poised and post a blog about your project in the Intel space. Please direct…
Parents
  • satyavrat
    satyavrat over 8 years ago

    My idea for the Intel Edison is to use it as a Cognitive Server for IoT Sensor Networks.

     

    Data will remain just data unless it is used to come to a certain conclusion. Nowadays, with low-cost IoT sensor nodes generating huge amounts of data, we rely

    on off-site servers and corresponding cloud platforms for analytics. What if you could have a personal, dedicated computation device to make sense out of the data  being generated by the nodes which are of relevance only to you, say, your house?

     

    Enter the Intel Edison. I plan to leverage the Intel Edison's wealth of communication avenues and sheer computing horsepower to introduce the element of artificial intelligence to the conventional architecture of wireless sensor networks.

     

    With data generated from household devices, such as when a person switches on the lights or at what temperature does he switch off the fan, the Edison will learn the preferences of an individual and optimize the power usage of such resources by only switching them on when they are needed. It will also show the usage of said resources on a dedicated web server accessible via a browser like Chrome on devices on the same network.

     

    The procedure is fairly simple.

     

    1. Data is generated by household sensors, including when the resources are in use and when they aren't.
    2. This data is relayed to the Edison via BLE or WiFi (TCP stack)
    3. The received data is stored in an SQL table locally on the Edison
    4. A separate machine learning script, running continually on the Edison regularly queries the database and maps the temporal and sensor value dependency of these values (eg : At what time does the user switch on the lights? What is the ambient light value when he does?)
    5. Using this trend, the Edison trains itself to use the resources only when the values of environmental parameters are within the constraints.
    6. Using relays, it will control the resources as needed.
    7. The values of stored sensor data from all data sources as well as the state of the resources will be displayed on a web page hosted on the Edison.

     

    image

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • satyavrat
    satyavrat over 8 years ago

    My idea for the Intel Edison is to use it as a Cognitive Server for IoT Sensor Networks.

     

    Data will remain just data unless it is used to come to a certain conclusion. Nowadays, with low-cost IoT sensor nodes generating huge amounts of data, we rely

    on off-site servers and corresponding cloud platforms for analytics. What if you could have a personal, dedicated computation device to make sense out of the data  being generated by the nodes which are of relevance only to you, say, your house?

     

    Enter the Intel Edison. I plan to leverage the Intel Edison's wealth of communication avenues and sheer computing horsepower to introduce the element of artificial intelligence to the conventional architecture of wireless sensor networks.

     

    With data generated from household devices, such as when a person switches on the lights or at what temperature does he switch off the fan, the Edison will learn the preferences of an individual and optimize the power usage of such resources by only switching them on when they are needed. It will also show the usage of said resources on a dedicated web server accessible via a browser like Chrome on devices on the same network.

     

    The procedure is fairly simple.

     

    1. Data is generated by household sensors, including when the resources are in use and when they aren't.
    2. This data is relayed to the Edison via BLE or WiFi (TCP stack)
    3. The received data is stored in an SQL table locally on the Edison
    4. A separate machine learning script, running continually on the Edison regularly queries the database and maps the temporal and sensor value dependency of these values (eg : At what time does the user switch on the lights? What is the ambient light value when he does?)
    5. Using this trend, the Edison trains itself to use the resources only when the values of environmental parameters are within the constraints.
    6. Using relays, it will control the resources as needed.
    7. The values of stored sensor data from all data sources as well as the state of the resources will be displayed on a web page hosted on the Edison.

     

    image

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
Children
  • sumofwhich
    sumofwhich over 8 years ago in reply to satyavrat

    Would love to build an Intel Edison garage monitoring and alert system as showcased on Instructables!

    image

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