6
votes
8answers
295 views
What is a good piece of low cost electronic kit for programming?
Now that systems are so powerful, there doesn't seem to be anything like the fun challenge of trying to get the most out of some 8-bit micro and with less than 64kb memory. Is ther …
2
votes
5answers
145 views
Or gate using 2 NANDS
The diagrams I've seen for making an OR gate from a NAND gate use 3 NAND gates but if you have both inputs connected to both connectors of a NAND gate and then the output of this g …
3
votes
2answers
81 views
Circuit Design book for programmers
I need a book that teaches circuit design that will be useful when programming microcontrollers. Usually when I join a project, before I can start programming any logic into the mi …
1
vote
3answers
591 views
free electronic circuit and PIC simulator for linux?
I need a simulator for electronic circuit and PIC for linux to study PIC design,
and I tried EAGLE,piklab,geda, hard to understand..
I don't know which is most suitable for learnin …
4
votes
3answers
141 views
Circuit that counts the number of set bits in 15-bit input
How to build an area-efficient circuit that counts the number of set bits in 15-bit input using 4-input LUTs (look-up tables). The output is obviously 4-bit (counts 0-15). Some cla …
6
votes
8answers
341 views
What’s the best way to learn how to build circuits
I've always wanted to have a better understanding of what is happening at the hardware level. As a practical level, anything after compile equals 'magic' and I'd like to remedy tha …
2
votes
4answers
2k views
Simple serial AVR programmer for beginner
What is the cheap and good way to make a serial (RS232) programmer for AVR atMega and atTiny? There are several circuits in the Internet, but which one is better?
I'd like to be a …
2
votes
3answers
1k views
How do I convert a number to two’s complement in verilog?
I am trying to design a 4-bit adder subtracter in verilog. This is only the second thing I have ever written in verilog, and I don't know all the correct syntax yet. This is the mo …
5
votes
8answers
3k views
Steps to make a LED blink from a C/C++ program?
What are the easiest steps to make a small circuit with an LED flash from a C/C++ program?
I would prefer the least number of dependencies and packages needed.
What port would …
2
votes
2answers
201 views
Analog circuit simulation library?
I'm working on a genetic programming tool and I'd like to evolve analog circuits. Can anyone suggest a library or tool or even a reference for hooking my GP code up? I just need so …
2
votes
4answers
168 views
Need help on selecting items in simple database in python.
I'm trying to write a circuit schematic drawing tool in Python. I'm creating a simple database based on dictionaries which holds all the components and their properties. I'm also …
0
votes
0answers
112 views
TRS to RJ9 conversion for audio in/output [closed]
I was wondering if anyone had resources that I could reference for creating a TRS (Tip-Ring-Sleeve) 1/8" audio, to RJ9 Telephony jack conversion kit.
Effectively, I'm trying to cr …
