My ttgo t watch getting started page

My ttgo t watch getting started page

So, to get started, let's try to find a way to get our own "hello world code" run in this device. 1. Setup IDE First we ...

0 Comments
Good Bye Grove and Hello Lilygo

Good Bye Grove and Hello Lilygo

About Groove Heart Rate Sensor From my previous blog , I have tried to collect the heart rate data overnight (many nights). From the ...

0 Comments
Running Test on Jupyter

Running Test on Jupyter

for detail of my hardware please visit this blog post here .

1 Comments
Beaglebone [Embedded Linux]: Wifi Auto-Connect

Beaglebone [Embedded Linux]: Wifi Auto-Connect

I'm going to be working on a project that require my Beaglebone to connect to a mobile application. At first, I plan to use Bluetooth ...

0 Comments
Beaglebone Bluetooth in C Programming

Beaglebone Bluetooth in C Programming

In This section let's see how can we use the Bluetooth feature in Beagle-bone using C programming. Hardware and Software Set Up I&...

0 Comments
Flutter Resource

Flutter Resource

I just want a place to collect all interest flutter resource most of them comes from udacity course . Flutter Bluetooth Flutter Blu...

0 Comments
Grove Heart Rate Sensor

Grove Heart Rate Sensor

Img Src: ThaiEasyElec Introduction In this section, is my story on why did I bought this sensor. If you not interesting then you can ...

0 Comments
Beaglebone Day 1

Beaglebone Day 1

img src:  https://beagleboard.org    Well, I'm actually playing with this beagle for quite sometime. But, I'm still remember th...

0 Comments
Polymorphism and Where to find them

Polymorphism and Where to find them

I already describe what it is in the main OOP page but here is a great Video Explaining What is Polymorphism; Polymorphism and Where t...

1 Comments
Class Relationship

Class Relationship

img src: https://creately.com/blog/diagrams/class-diagram-relationships/    When we write an application, we wouldn't write just ...

0 Comments
Traditional UI development to MVVM Transformation

Traditional UI development to MVVM Transformation

All the code in this tutorial can be found here in my github. Demo Application Introduction Timer-tracker Application    Here's...

0 Comments
MVVM Software Architecture Pattern

MVVM Software Architecture Pattern

Why MVVM In UI development, we can split it into 3 components as following; View (UI) Model (Business Logic and Data Displayed in U...

0 Comments
Class and Object

Class and Object

image src:  https://javatutorial.net/java-oop What is Class Here's the definition of class from Yann Mulonda  A class is a co...

0 Comments