top of page

WELCOME
Search


Practical use case: Velocity sensor (PoC)
Now that we have the distance sensor available, we can extend its usage and implement a velocity sensor (radar). Just like the distance...
Ivaylo Fiziev
Jan 162 min read
6 views
0 comments


Practical use case: Traffic light controller
Traffic lights are simple devices that are quite common but do you know how they work? In this post I'll try to implement a traffic light...
Ivaylo Fiziev
Nov 12, 20244 min read
7 views
0 comments


Practical use case: Frequency counter
As the name suggests this is a device that measures frequency. It counts the number of pulses in a periodic signal per second. Internally...
Ivaylo Fiziev
Feb 5, 20242 min read
25 views
0 comments


Practical use case: Output signal delay
Introducing delays is often needed in behavior modeling. Delays are usually required by the external circuit before which the data has to...
Ivaylo Fiziev
Oct 10, 20232 min read
37 views
0 comments


Practical use case: A Boolean signal that changes value every 500ms
Recently I was asked for such an example from customers so I decided to make a post out of it. Interestingly they struggle implementing...
Ivaylo Fiziev
Apr 19, 20231 min read
27 views
0 comments


SCL Timers
Timers are used in order to introduce delays in your code. Delays are just time intervals between two events. However in this case we...
Ivaylo Fiziev
Mar 2, 20232 min read
14 views
0 comments
CONTACT

bottom of page