• New AFSM functions 28/04/2024
    Announcement: For prediction of process durations (like filling a tank or heating a tank), there will be 2 new functions available soon in the standard. The new functions are returning the predicted completion time, by giving the start value, end value and current process value. See also TriggerExpectedEndTime and ExpectedEndTime for more information.
  • Conversion complete 06/04/2024
    The conversion of all articles from Joomla to Wordpress is done. That is; it is acceptable for me. Still some articles have to be update with some pictures, but all relevant articles are there. It is possible to download files (you have to register first). To prevent a lot of bot activities, Captcha is active ...
  • WordPress 03/03/2024
    March 2024 the AFSM content is converted to WordPress. The old Joomla site will be deleted when all articles are converted to the new domain.
  • Embedded systems 02/03/2024
    Reading on the internet about embedded systems, the arduino boards are popular because of the easy way of programming. The embedded software engineers are not enthusiastic about the use of Arduino boards, stronger; some of them are just negative about the Arduino boards. Yes, an Arduino board can be programmed without any knowledge of registers, irq’s ...
  • Internet Of Things 02/03/2024
    Internet of Things I found the populair ESP8266/ESP-07 WiFi shield. The WiFi shield is communicating via TX/RX hardware serial with the MEGA board. I programmed the ESP-07 module to read data from the board and send it to the internet by Wifi and vice versa. The software for the IoT communication is all on the ESP-07 board. The Mega ...
  • Millis() roll over 27/02/2024
    From the start to 47,9 days the value of millis() rollover will occur and millis() starts with zero again. Every mS the value of millis() is increased by one. It is an unsigned long (32bits). With the use of timers you have to code in the right way. Initially i have coded it in the ...
  • pH and TDS measurements interference 27/02/2024
    I need to measure both pH and the TDS in just one system for my salt water fish tank. But it is a known problem that the pH interface and the TDS interface interference when they are measuring in the same (water)tank without some extra adjustments in the circuits. The solution is to isolate the interfaces ...
  • News 27/02/2024