Close

Embedded Code for Arduino

A project log for DIY PWM-Controlled IKEA TILLREDA Induction Cooktop

Modifying a 2kW induction cooktop for precise control via PWM, enabling integration into an automated beer mashing and cooking system.

fieldmanFieldman 06/22/2025 at 15:570 Comments

The ATmega328PB on this board is programmed using the standard Arduino IDE.

To compile code for this specific microcontroller, you’ll first need to install the MiniCore board package, which adds support for the ATmega328PB and similar chips.

Once MiniCore is installed, burn the bootloader using the appropriate settings—after that, you're ready to upload the firmware as you would with any Arduino project.

See the included source code for details.

Discussions