Electronics

44 Articles 0 Followers


Help me choose a good Bluetooth earphones with neckband

23 Feb 2023 1 minute read 3 comments sleepyjey

My Google pixel 6a is the first phone I have that doesn't have the 3.5 mm audio jack. So the couple of budget wired earphones I have won't work! I've looked at a few that I like and I'm shortlisting them. Can you suggest any? I stay in India and am l...

All About TM1637

16 Feb 2023 1 minute read 0 comments lostCrypto

In my hand is a 4-Digit 7-Segment display module. The heart of this module is an inexpensive Serial LED Driver from Titan Micro Electronics called the TM1637.   In this tutorial, I am going to show you guys how to control the TM1637 4-Digit 7-Segmen...

Arduino Based Concrete Clock With Touchless Night Lamp

4 Feb 2023 7 minute read 0 comments lostCrypto

  When you mix creativity with electronics, it becomes a masterpiece. Producing something original and worthwhile leads to the creation of a number of great new useful household products. In this video, I am going to show you guys how to create this...

You Don't Know Who You're Shopping From Anymore

7 Aug 2022 3 minute read 1 comment WinterYeti

So my kid is big into virtual reality/VR stuff after I built a proper tower gaming PC for them with all the works. However, visual wasn't enough, they wanted to be fully engaged with body trackers as well. So, with a number of errands, tasks, recycli...

Top 10 NFT Display Screens

9 Jul 2022 5 minute read 0 comments TheNiftyRevolution

  Tokenframe Built for Authenticity THE WHAT? The how-to-use is really that easy — Log in using your wallet, connect to the WiFi network and cast your NFTs There are no subscriptions or shared collections Since authenticity is their top p...

Programmers, Assemble!

4 Nov 2021 1 minute read 0 comments Great White Snark

A Quick Update: I have composed a list of the material which I plan to learn and teach. I've still got to motivate myself to tackle the Maths subjects (Algebra, Trigonometry and Calculus) because Maths bores me and I'm not much good at it. However, I...

JAVA Classes

25 Apr 2021 2 minute read 0 comments ben06x

In this article I will deal with some tricky things about classes in JAVA.   1.Rectangle class   We create a new Java Project named Rectangle, to which we add the following Rectangle class:   Our Rectangle class contains: a public attribute, repres...

Files in VHDL

24 Apr 2021 1 minute read 1 comment ben06x

Through this article, a programmable components from files will be described to generate a sinusoïde, on the basis of points previously recorded in a file. Reading initial data: we can, for example, read the contents of a memory or a coefficient tabl...

Genericity of VHDL descriptions

17 Apr 2021 1 minute read 0 comments ben06x

Through this article we want to describe two configurable components: a multi-function operator, structurally described from an elementary cell a FIFO that allows the communication of messages between two asynchronous processors.   1. Arithmetic op...

Synthesis and implementation of a seven-segment display

5 Apr 2021 4 minute read 0 comments ben06x

Through this practical work we will describe sequential and combinatorial blocks in the form behavioral. We will thus see the impact of this writing on the inference of the blocks from the RTL scheme. We will then obtain the technological diagram fro...