Categories
IP Networks

Mobile Vikings / Proximus FTTH Dual stack Configuratie op pfSense (zonder b-box)

Vandaag kwam een Proximus technieker langs om mijn FTTH verbinding in orde te brengen. Als provider koos ik voor Mobile Vikings omdat zij een Fiber abonnement aanbieden met 1000 Mbps download en 500 Mbps upload. Dit zijn mijn eerste resultaten op pfSense:

In deze setup verbinden we een pfSense router via poort 2 (igb2) met de fiber modem op poort 1. De b-box zal hierbij overbodig worden omdat ik geen telefonie of digitale televisie afneem. Schakel de b-box nog niet onmiddellijk af. Je hebt namelijk gegevens nodig die je uit de b-box configuratie kan halen.

Categories
Programming

Arduino Airfryer

This project replaces the controller board in a Philips XXL Airfryer.

An airfryer contains the following elements:

  • Temperature sensor
  • Fan
  • Heating element
  • PSU
  • Controller board (UI)

The first three components and the relays on the power supply (PSU) board were reused in this project. Keep in mind that the relays on the PSU needs 12V. Another option is to buy 5V relays.

Features:

  • Persistent cookbook (using EEPROM memory)
  • Multiple steps when cooking (different temperatures, timings).
  • Delay cooking (act as a timer when temperature is zero)
  • Preheat option.

Code: https://github.com/VinzzB/Arduino-Airfryer
Simulation @ wokwi: https://wokwi.com/projects/335149333902000724
Unfortunately the wokwi simulation can not simulate fast rotary rotations.