Welcome to HiBit

HiBit is a platform made by and for enthusiasts of the IT world.

Recent articles

Preview post image

Getting started with Arduino Zero

  • avatar
  • 6 mins read

Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language and the Arduino Software (IDE).

Read more
Preview post image

A basic guide to GitHub Actions

  • avatar
  • 4 mins read

In the world of software development, making things easier is always a win. And that's exactly where GitHub Actions steps in to save the day. It's like having an efficient assistant that takes care of all the repetitive tasks for you, so you can concentrate on the creative aspects. Let's take a closer look at why GitHub Actions is such a useful tool.

Read more
Preview post image

Keeping real-time clock with mini DS3231 on Arduino

  • avatar
  • 11 mins read

When it comes to accurate timekeeping in the world of electronics, the DS3231 real-time clock (RTC) module is a reliable and precise solution. This compact yet robust module not only keeps time with exceptional accuracy but also integrates smoothly with popular microcontrollers like the Arduino Nano. In this article, we'll explore the features, wiring, and potential applications of the DS3231.

Read more