Arduino Platform for Rapid Prototyping

research on the arduino platform for prototyping n.w
1 / 15
Embed
Share

Explore the capabilities of the Arduino platform for creating specialized devices efficiently. The research focuses on developing a timer using Arduino to solve the issue of speaker presentation timing control. Various electronic platforms within Arduino, research objectives, and theoretical explanations are discussed.

  • Arduino
  • Prototyping
  • Electronic Devices
  • Timer
  • Arduino Boards

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Research on the Arduino platform for prototyping and creating single instances of narrow devices Author: Klybik Sergey Vladimirovich Student of 814302

  2. Introduction Actual problem: control speaker presentation time. Known solutions: control by wristwatches, verbal information - have flaws. Our solution: special timer on arduino.

  3. Relevance Testing the capabilities of prototyping tools for focused solutions.

  4. Research hypothesis In a short time on the Arduino platform, you can create a device with a narrow focus.

  5. Purpose O exploring the capabilities of the Arduino platform for creating autonomous specialized devices and the creation of a timer indicating the light of the time, which does not require additional training of speakers.

  6. Research objectives O Create a prototype device based on the layout. O Work out the data entry with the buttons. O Work out the data output on the alphanumeric display. O Management of external indicator lights. O Develop an algorithm for the device. O Creating a microcontroller firmware code. O Assembly of the device in the cas

  7. Theoretical part Arduino is development of electronic devices. a platform for the rapid Arduino is popular for its ease of programming and open architecture.

  8. A variety of electronic platforms Arduino Arduino came up in Italy Original boards Original boards: : Arduino Arduino - - standard size ArduinoMega ArduinoMega - - increased size ArduinoNano ArduinoNano - - reduced size ArduinoMini ArduinoMini - - miniature size

  9. A variety of electronic platforms Arduino

  10. A variety of electronic platforms Arduino

  11. Practical part Created a timer for light informing speakers. An algorithm has been developed, implemented in the C programming language, and a timer based on the Arduino board has been assembled.

  12. Sample C Code // if the button # 2 was pressed: ON / OFF display illumination if ( bouncer_2.update() ) if ( bouncer_2.read() == LOW ) if ( !LCD_backlite ) { lcd.backlight(); LCD_backlite = true; } else { lcd.noBacklight(); LCD_backlite = false; }

  13. Electrical circuit

  14. Algorithm and control O "+" add 1 min O " " take 1 min. O "Stop/Start" start / end count O "Hide" turn off the screen backlight

  15. Findings On Arduino in a short time it is possible to create a prototype of a narrowly focused device that works reliably and brings benefits to its field. The Arduino platform is suitable for prototyping and creating single instances of special-purpose devices.

Related


More Related Content