Giter Club home page Giter Club logo

Welcome to my world ! 🏳️‍🌈 🌎

There is a fifth dimension beyond that which is known to most engineers. It is a dimension as vast as space and as timeless as infinity.
It is the middle ground between hardware and software, between science and artwork, and it lies between the pit of man's fears and the summit of his knowledge.
This is the dimension of imagination and creativity.
It is an area which we call "Embedded Software Engineering".
That's where I live.
blah blah blah

  • 🔭 I’ve recently completed a project for my Raspberry Pi 4 that is connected to an ADC, DAC, BME280, and BME6880 via I2C. The ADC is converting signals from the 3.3V power supply/battery, the 5V power supply/battery, and a light-sensitive resistor. It's based on my DataGatheringSystem project, which is an example of gathering information from external sensors. The main goal is to take a bunch of C++ concepts I've learned over the years and put them all together into a working system useful for learning good software engineering practice.

    The code makes use of the C++17/C++2a/C++20 STL and core utilities you'd find on most Linux OSes. So far I can build and run the project on Windows, Mac OS Monterey, Ubuntu Linux flavors, and Raspbian (if given stubbing of hardware interfaces on non-Raspberry Pi systems, whereas my DataGatheringSystem can be built and run on any system).

    Concepts:

    • Multiple threads controlled by a master thread.
    • A versatile logging system that can maintain logs of a maximum size each, and the total number of log files can be constrained (for storage-limited systems)
    • Sensor data storage where the data gathered from sensors maintains its own states of valid, out-of-range, and stale (set when data has not been updated within a predetermined amount of time)
    • Subscription to the data storage to be notified on changes.
    • Design documentation to (hopefully) explain the system in detail.
  • 🛠 My Tools repository contains a lot of useful C++-isms which I've put together while learning C++, and have been tuning ever since.

  • 🎢 Other repositories are old learning projects or attempts to keep some other people's good work alive.

  • 🏵 Newer repositories I've added since writing this intro.

NOTE
Source code for projects has been moved to TBD repositories.

Nuncio Bitis's Projects

configfile icon configfile

A class used to parse XML configuration files. Relies on tinyxml2.

lcd_16x2 icon lcd_16x2

A C implementation for writing text to a 16x2 LCD display on the RaspberryPi

lighttracker icon lighttracker

Code to control a robotic arm using 4 light-dependent-resistors to move to face the brightest light source.

linmodem icon linmodem

Fabrice Bellard's linmodem http://bellard.org/linmodem.html

logger icon logger

Module to provide logging for an application.

mqueue-mac icon mqueue-mac

Implementation of POSIX mqueue using System V messages.

rpi4-crosstool icon rpi4-crosstool

Config files for crosstool-ng to build 3 cross toolchains for the Raspberry Pi 4

serialmultiplexer icon serialmultiplexer

Utility to create multiple virtual serial ports that all go over a single physical serial port.

siggen icon siggen

Program to create a signal based on a signal descriptor file.

wiringpi icon wiringpi

WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings)

xcd icon xcd

A colorized version of xxd.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.