Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Find bellow an Android TCP client extension
that implements a very simple socket; note that its operation is performed 'one-shot', which means that only one command is sent ( and its respective response, read ) at a time, and then the socket connection is closed. So, be aware that it is not a...
The following attached file contains a ThingSpeak client extension
that allows one to easily make use of the Read and Write features of the ThingSpeak cloud service provided by MathWorks in such a manner that programmer is able to transparently make use of the service without having to deal...
The following attached file contains an SSH Client extension
which I made for my own use, but it may also be useful for users of the MIT Application Inventor 2 (AI2) community, or even to the AppyBuilder community (code intrinsically compatible for the last one, but not tested). This is just the...
The following function may be useful for those who are starting in the microcontroller's world and wish to implement applications using 7-segment display with the CCS compiler in PIC platform. I've used long time ago:
void Display7seg ( char value )
{
char pin=0 ;
while ( pin< 8 )...
It is a common concern of technicians to adapt equipment manufactured on countries whose frequency of electric public mains differs from its local, so that a modification becomes necessary, but depending on the size of equipment, the cost of the transformer may be the largest when compared to...
This article is intended to be a quick guide on calculation of transformers used in AC voltage stabilizers which employes series topology. Such model is rarely used in low power equipments due to the relatively more complex control system required for drive the switching devices, but is...
Equipments such as Inverters and Rectifiers employ power modules as IGBTs, MOSFETs and TRIACs based on compact packages (modules). These components are mounted just above heat sink structure, and unlike PCB based packages, offer the possibility for assemble adopting an alternative approach...
When dealing with displays which haven´t character pattern at desired size, we need to insert character maps in the code program. Once draw entire table is a task somewhat painful, the next step is take a search on the Web for some available map file.
However, after find it and put the map on...
Requests for sample C code to deal with a matrix keypad is a recurrent question, what motivated me to share here some tips on an alternative implementation, not so widely employed.
This code brings some benefits:
Allows reading combinations of multiple keys pressed at same row: 8(4 keys)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.