© 2022 Hashnode
#iot
Introduction In this post, I will enhance the GPIO button-controlled blinking project in my previous post by using a timer/counter peripheral instead. In the previous post, the focus was on the GPIO p…
In 2011, It was around 3 am on February 12, when I was fine-tuning delays to control the spinning of motors to control the direction of our line follower robot. The competition was the day after tomor…
Have you ever seen human hands with 6 fingers? Have you noticed a white dog giving birth to a black puppy? All these are unusual, Right !? There is always a better term! In this case, it is called an …
Almost every element of our life is connected by sensors and networks through the Internet of Things (IoT). Scott Allen from Intel talks on the IoT's role in the digital transformation as well as new,…
The Internet of Things (IoT) concept was coined in 1999 when Kevin Ashtong proposed putting radio-frequency identification (RFID) chips on products to track them through a supply chain. Nowadays this …
Introduction In embedded development with Rust, the layers in which an individual can program a microcontroller include the peripheral access layer. Peripheral access layer features can be accessed vi…
Well, my platform friend wants to share a little knowledge about IoT. IoT is a concept to expand the utilization of internet connectivity. In simple words the purpose of any IoT device is to connect w…
Embedded IoT is considered a relatively challenging field since it involves both software and hardware. I would say that giving up early is often due to accumulated bad habits. Unfortunately, avoiding…
It's great to be a data-driving business. It's commendable if you implement IoT technology in your enterprise. It's challenging to turn raw terabytes of information into meaningful insights. Trackin…
The Arduino Uno module is great for prototyping. However, when moving from prototyping to the project phase, it can be quite big and expensive to include in the final circuit board (PCB). Rather than…