Skip to content

These Atmel Studio 7 bare metal examples in Getting Started with Analog Signal Conditioning (OPAMP) (TB3286), show how the OPAMP can be used on the AVR DB family of microcontrollers. The OPAMP peripheral features up to three internal operational amplifiers.

microchip-pic-avr-examples/avr128db48-getting-started-with-opamp-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCHP

Getting Started with Analog Signal Conditioning (OPAMP)

The Analog Signal Conditioning (OPAMP) peripheral features up to three internal operational amplifiers (op amps). The op amps can be configured to a multitude of different operations using internal multiplexers and resistor laders

The main purpose of op amps is to condition the analog signals before acquisition in a microcontroller or to provide the necessary output drive in control applications

These examples show the following configurations of the OPAMP peripheral on the AVR DB family of microcontrollers:

  • Simple Op Amp: OP0 is connected directly to the pins
  • Voltage Follower: OP0 is configured as an voltage follower
  • Non-Inverting PGA: OP0 is configured as a non-inverting PGA
  • Differential Amplifier: OP0 and OP1 are combined to create a differential amplifier
  • Instrumentation Amplifier: OP0, OP1 and OP2 are combined to create an instrumentation amplifier

Related Documentation

Software Used

  • Atmel Studio 7.0.2397 or later
  • Atmel Studio AVR-Dx_DFP version 1.3.67 or later
  • For the MPLAB® X version of these projects, please go to this repository

Hardware Used

Setup

All examples can be completed using the AVR128DB48 Curiosity Nano without any extra components

Operation

  • Connect the AVR128DB48 Curiosity Nano to a computer using a USB cable
  • Clone the repository or download the zip to get the source code
  • Open the .atsln file with Atmel Studio
  • In Solution Explorer, right-click the project you want to run and select Set as StartUp Project
  • Press Start Without Debugging (CTRL+ALT+F5) to run the example

Summary

After going through these examples you should have a better understanding of how to configure the the OPAMP peripheral to achieve different modes of operation.

About

These Atmel Studio 7 bare metal examples in Getting Started with Analog Signal Conditioning (OPAMP) (TB3286), show how the OPAMP can be used on the AVR DB family of microcontrollers. The OPAMP peripheral features up to three internal operational amplifiers.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published