Summary of MICROCONTROLLER BASED INTERFACE UNIT FOR 5KW MICROWAVE OVEN
Summary: The article describes a 5 kW, 1 m3 multimode microwave oven design using a CK 101 continuous-wave magnetron controlled by a PIC16F877 microcontroller. It covers microwave heating principles and permittivity, the oven's power supplies (anodic and filament transformers), magnetron magnetic coils, cooling and safety supervision, a microcontroller-based user interface, and firmware/bootloader programming for control and monitoring.
Parts used in the 5KW microwave oven:
- CK 101 continuous-wave magnetron
- Anodic transformer T1 (6 kV / 1 A)
- Filament transformer T2 (two steps: 7.5 V / 42 A and 5.5 V / 36 A)
- Magnetic field coils L1 and L2
- PWM based constant current source for L1
- Microcontroller PIC16F877 board
- Flash microcontroller bootloader
- Hardware programmer board
- PC for firmware development and programming
- LCD display
- User interface with four functional buttons
- Cooling system (cold water and air flow)
- Anodic temperature sensor
- Door status sensor
- Water pressure sensor
1. Introduction
Microwaves are maybe, one of the greatest discovers of the 20’th century. With a vavelenght between 30 cm and 3 mm and a power between 1 mW and 500 KW are practically used in all fields from medicine to industry. Microwave thermal and chemical tratments are well known for the high efficiency, with 3 to 1000 times greatest then conventional process because of direct energy transfer into materials and selectivity compounds heating following dielectric permittivity parameters of the materials involved in reaction or in the treatment (equation 1):
where: – e’ is the real part of the permittivity, which characterize the amount of microwave reactive power changed with material (without absorption);
– e’’eff is the imaginary part of the permittivity, which characterize the microwave global absorption’s in the material.

Any microwave oven is a multimodal microwave cavity in which the incident power ( usual 700W to 70KW at 2.45 GHz ) has a particular distribution . If the probe to be treated has a great volume ( like drying foods in foodstuff industry or ceramic materials microwave drier ), this multimodal cavity is suitable for a treatment because many parts of the local power distribution are intersecting the probe volume. The user must have a total control for the microwave radiation like: modifying continuously the output power in a large range ( not only the output energy used in almost all home-appliance ovens ) and controlling precisely the treatment period.
We present here, briefly, our design concerning a 5KW magnetron oven with an effective volume of 1 cubic meter, based on continuous wave CK 101 magnetron and driven by a flash microcontroller PIC16F877.
2.The concept
In fig.1 is shown the typical structure for our high power microwave oven:
Fig.1 Typical high power structure of a microwave oven –
The magnetron ( microwave power generator ) is supplied through an anodic transformer ( T1-6KV/1A ) and a two steps filament transformer ( T2-7.5V/42A and 5.5V/36A ). The magnetic field of the magnetron is produced in two coils ( L1 supplied from a PWM based constant current source, with max.10A and 20V voltage swing and L2 supplied by a feedback anodic current ).

3. The firmware
The firmware is a software translated into a hex code by a compiler [3] or an assembler and stored in microcontroller’s [1] memory by a programming sequence, assisted by the PC and by a hardware programmer [5] board. A bootloader [2] will allow fast low voltage programming as many time as the firmware development is requiring. For our oven, there are 14 different LCD screens,
For mre detail: MICROCONTROLLER BASED INTERFACE UNIT FOR 5KW MICROWAVE OVEN
- What is the microwave source used in the project?
The project uses a CK 101 continuous-wave magnetron as the microwave power generator. - What are the main power supplies for the magnetron?
The magnetron is supplied by an anodic transformer T1 (6 kV / 1 A) and a two-step filament transformer T2 (7.5 V / 42 A and 5.5 V / 36 A). - How is the magnetron magnetic field produced?
The magnetic field is produced by two coils, L1 (supplied from a PWM based constant current source) and L2 (supplied by a feedback anodic current). - Which microcontroller is used to supervise the oven?
The oven is supervised by a PIC16F877 microcontroller board. - What user interface does the oven have?
The oven uses a simple user interface with four functional buttons and a large LCD display. - How is cooling supervised?
Cooling (cold water and air flow) is supervised by the microcontroller using anodic temperature measurement. - What safety and monitoring parameters are controlled by the microcontroller?
The microcontroller controls door status, cooling water pressure, treatment period, and output microwave power, among other parameters. - How is firmware programmed into the microcontroller?
Firmware is compiled/assembled into hex code and stored in the microcontroller memory using a hardware programmer board and PC; a bootloader allows fast low voltage programming. - Why is a cooling system required?
Because of the high anodic temperature (about 150 C), both water and air cooling are required. - What is the oven effective volume and typical operating frequency?
The oven has an effective volume of 1 cubic meter and operates at 2.45 GHz for incident power ranges cited.