1 / 5

Development of FM Radio with LCD Display: A Detailed Design Process

Follow the journey of programmers Devin Wagner and Shawn McKinley as they build an FM Radio from scratch, using the Si4703 FM Receiver and ATMEGA88PA microcontroller instead of Arduino or ATTINY45. Learn about the hardware components and software development process involving I2C, register interactions, and continuous write/read operations in C language. Experience the debugging phases and the final assembly of the project. This detailed account provides valuable insights into designing complex electronic systems.

kaiyo
Télécharger la présentation

Development of FM Radio with LCD Display: A Detailed Design Process

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programmers: Devin Wagner & Shawn McKinley FM RadiowithLCD Display

  2. Design Process • Decide on Project • Order Parts • Study Datasheets • Implement Hardware • Develop Software following Datasheet • DEBUG! DEBUG! DEBUG!

  3. Project Information • Build an FM Radio • Implement Si4703 FM Receiver • ATMEGA88PA instead of • Arduino • ATTINY45 • LCD

  4. Hardware Si4703 Breakout Board 3.3 V Voltage Regulator Logic Level Converter

  5. Software • C Language • I2C • Register Interactions • Continuous Write starting at 0x02 • Continuous Read starting at 0x0A • Frequency = .2 (in US)*Channel-87.5

More Related