avatar
HiBit
826
195 37


Clean query building using Criteria

  • avatar
  • 70 Views
  • 5 mins read
Preview post image

Criteria is a framework-agnostic PHP package that simplifies the use of the criteria pattern for filtering, sorting, and paginating data. It helps separate query logic from repositories, making the codebase easier to maintain and extend over time. By using Criteria, developers can handle complex querying needs without spreading filter logic across different parts of the application.

Using guard clauses to write cleaner code

  • avatar
  • 107 Views
  • 3 mins read
Preview post image

Guard clauses are a practical way to write cleaner functions by handling the unwanted cases first. Instead of nesting your entire function inside a stack of if conditions, you check for the early exits up front - returning or throwing as needed - and move on. It's a habit that keeps code flatter and easier to read. The structure becomes simpler, and it’s immediately clear what the function does and under what conditions it doesn’t even bother.

Measuring success in Agile projects

  • avatar
  • 178 Views
  • 4 mins read
Preview post image

In Agile, measuring success isn't just about counting completed tasks - it's about ensuring teams continuously improve while delivering value. Without metrics, teams might feel like they're making progress, but they wouldn’t have clear evidence of what's working and what isn't. The right metrics give teams visibility into their workflow, highlight areas for improvement, and help them make better decisions. But Agile isn't about chasing numbers - metrics should support improvement, not dictate behavior.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails

Controlling fan speed with Arduino using a potentiometer

  • avatar
  • 260 Views
  • 5 mins read
Preview post image

Adjusting a fan's speed using an Arduino is a great way to learn about PWM (Pulse Width Modulation) and motor control. With just a potentiometer and some simple wiring, you can create a smooth, manual speed adjustment system. This setup is useful for cooling electronics, ventilation projects, or any application where adjustable airflow is needed.

Overcoming challenges in Agile projects

  • avatar
Preview post image

Agile helps teams adapt, deliver value faster, and improve continuously. However, applying Agile in real projects is not always smooth. Teams often run into resistance to change, unclear priorities, inefficient collaboration, and struggles with Agile scaling.

These challenges can slow down progress, frustrate teams, and make Agile feel like more effort than it's worth. But the good news is that Agile itself provides ways to address these problems. Recognizing common obstacles and knowing how to handle them helps teams get the most out of Agile without falling into frustration or inefficiency.

Using a motion sensor with Arduino

  • avatar
  • 264 Views
  • 7 mins read
Preview post image

Motion sensors are essential in modern automation projects, playing a key role in security systems, smart lighting, and interactive devices. These sensors detect movement and trigger specific actions, making them useful for various applications. When paired with an Arduino, a motion sensor can be programmed to respond intelligently, creating an efficient and responsive system. This guide explains how motion sensors work, how to connect them to an Arduino, and how to write the code needed to make them function properly.

How agile teams collaborate and get things done

  • avatar
  • 224 Views
  • 3 mins read
Preview post image

Agile teams are designed to be flexible and collaborative, but that does not mean everyone does everything. To stay effective, Agile teams rely on well-defined roles that help organize work, support decision-making, and keep projects moving forward. While different Agile frameworks may use slightly different role names, three key responsibilities exist in almost every Agile team: the product owner, the development team, and the scrum master.

Agile and traditional project management key differences

  • avatar
  • 301 Views
  • 5 mins read
Preview post image

Managing a project means making choices about how to plan, track progress, and handle unexpected changes. For years, traditional project management methods, often called waterfall, were the standard. These methods rely on detailed upfront planning, structured phases, and a clear path from start to finish. Every step is carefully mapped out, leaving little room for adjustments once the project is in motion.

What is Agile? A fresh approach to project management

  • avatar
  • 299 Views
  • 4 mins read
Preview post image

The way teams build products, develop software, and manage projects has changed a lot over the years. Traditional project management methods often struggle to keep up with shifting priorities, unexpected challenges, and fast-moving markets. That's where Agile comes in. Originally designed for software development, Agile has grown into a popular way of working across different industries. But what does it really mean to be Agile?



Playing popular songs with Arduino and a buzzer

avatar

HiBit

Vanilla Ice - Ice ice baby has been added.

Enjoy!

Getting real-time position using MPU9250

avatar

HiBit

We used an existing library for this. You can see how it was implemented in the code snippet above.

It is also accessible in our GitHub repository.

Reading MPU9250 sensors with Arduino

avatar

HiBit

The article Getting Real-Time Position Using MPU9250 explains how to calculate real-time position using sensor data.

Complementary filter and relative orientation with MPU9250

avatar

HiBit

You can learn how we calculate pitch and roll using a complementary filter in this project; the file is available on GitHub.

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Assassin's Creed 2 - Ezio's Family has been added!

Enjoy!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Livin' on a prayer has been added.

Enjoy!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Crystal Castles Kerosene has been added.

Enjoy!

How to use the NRF24L01 module with Arduino

avatar

HiBit

The D10 pin has a specific function; it must be set as an output for the Arduino to operate as the master in an SPI communication protocol. In the provided wiring and code, the pin is already functioning as an output.

How to use the NRF24L01 module with Arduino

avatar

HiBit

I suggest verifying the wiring to confirm that all components are correctly connected, followed by re-uploading the code. The examples provided in the post have been tested and are operational. Please consider that there might be a physical problem, such as a damaged or defective module.

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Coldplay - Hymn for the weekend has been added.

Enjoy!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Was wollen wir trinken has been added.

Enjoy!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

The board has built-in memory. If additional memory is needed, an alternative board can be used.

Playing popular songs with Arduino and a buzzer

avatar

HiBit

The Doom melody requires more memory than others, so make sure your board can handle that amount. If not, you will usually encounter an error during compilation.

As a workaround, you can try removing some of the notes (along with their respective durations) to fit the melody on the board.

Playing popular songs with Arduino and a buzzer

avatar

HiBit

We couldn't find notes for that song that will sound good with a buzzer.

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Right Here Waiting has been added.

Enjoy!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Never Gonna Give You Up has been added.


Enjoy!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

We just added End of Beginning by Djo.

Enjoy!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

It's you song by Max feat Keshi has been added.

Happy anniversary!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Subway Surfers theme song has been added!

Playing popular songs with Arduino and a buzzer

avatar

HiBit

Fast & Furious: Tokyo Drift has been added.


HiBit community member since December 2020