Tag: microcontroller projects

Various projects with microcontroller MCU or integrals known as µC. Microcontrollers. PIC circuits, PIC projects, AVR circuits, AVR projects, ARM circuits, ARM projects, Arduino circuits, Arduino projects

ATmega64 RGB LED Cube Circuit

| 2019/07/17

RGB Led cube circuit is basically a real 3D display. Its resolution is determined by the number of LEDs. Greater resolution offers more faithful effects, but the demands on RGB LEDs and controls increase with the cube. So it is advisable to choose the right compromise, between difficulty and resolution. Here is the size of…

Mobile Robot Project MPU6050 ATmega328

| 2019/07/16

ATmega328, BLDC Motor, Gyroscope, accelerometer, inverse pendulum, I2C bus, Martinez V3, controller, modeling simulation, Matlab, Simulink, MPU6050 This work deals with the construction of two-wheeled mobile robot and subsequent creation drivers and controls for its sensors, motors and controller design. Management works on Arduino platform with ATmega328 processor. In the first place, the research is…

Simple DIY homemade soldering station MK936 Circuit

| 2019/07/16

There are a lot of different soldering stations on the Internet, but everyone has their own characteristics. Some are difficult for beginners, others work with rare soldering irons, some are not finished, etc. We focused on simplicity, low cost and functionality, so that every beginner radio amateur could assemble such a soldering station. A regular…

Numitron clock circuit with Atmega32

| 2019/07/09

The project deals with the construction of a universal display panel with 6 8 segment display tubes (numitrons) IV-6 of Russian production. The panel is also supplemented with a control unit with Atmega32 processor, where software for realization of clock is implemented. The operation of the device is the same as with the classic digital…

Lead-Acid Battery Controller Circuit

| 2019/06/20

The project deals with the solution of an electronic device for the control of lead Acid Battery. Lead-acid accumulators are susceptible to their excessive undercuts. The occurrence of these conditions in the lead-acid battery leads to a reduction in the life and capacity of the battery and, in the event of prolonged undercharging, the battery…

ATTiny25 Three-phase 50 Hz Generator Circuit

| 2019/06/18

Multifunctional sinusoidal three-phase signal generators are available on the market for testing inverters. However, in a situation where a simple control is necessary, to which a single frequency signal suffices, such a device becomes an unnecessary expense.nMoving the phase of an already generated analog signal would be difficult to perform, therefore it was decided to…

ATtiny2313 Programmable Power Time Switch Circuit

| 2019/06/13

Often there is a need to control the working time of the device powered by mains voltage. Different time switches are available in the market, but most of them require time-consuming configuration. In particular, when control is limited to an automatic shutdown after a set time, such solutions become ineffective. For this purpose, the described…

Lighting Circuit the Staircase

| 2019/06/12

The aim of the project is to create a control unit, a controller, for the purpose of lighting the staircase. Stairs, respectively. each staircase is illuminated by an LED strip. The lighting responds to passing people and adequately evaluates the ambient light level. Parameters such as light time, light speed, length of light shine, etc.…

Dual LCD Voltmeter Ammeter 0.100 VDC 0.10 A DC ATMEGA8

| 2019/03/29

The dual channel amp volt meter circuit allows simultaneous measurement of 2 DC voltages and 2 currents on the LCD screen. Voltage measurement: 0-100 VDC or 0-10 VDC, Current measurement range 0-10A or 0-1A. The operating voltage of the circuit is between 8v-30v DC and does not require calibration. The heart of the meter is…

4 Player Pong Game PIC18f4550

| 2018/06/10

The PIC18f4550 microprocessor based pong game PIC18f4550 The first player to reach 20 points in the Pong Game wins the fireworks animation with leds. The PIC18f4550 works at 8MHz, the display is made up of 900 LEDs arranged in 30×30 size matrise, and besides table preparation, the most demanding part will be 900 strings and…