Reading 2 voltages simultaneously with Arduino
I've got the code from the Adruino-Examples-Basic-ReadAnalogueVoltage file, but I want to read 2 voltages (A0 and A1) at the same time and display them. I just want to test if my Mega is faulty on the...
View ArticleReading 2 voltages simultaneously with Arduino
It's not possible to do 2 things at the same time.But you can read A1 just after A0: void loop() {// read the input on analog pin 0:int sensorValue0 = analogRead(A0);int sensorValue1 =...
View ArticleReading 2 voltages simultaneously with Arduino
Just read that, but I'll give that code a go. thanks
View ArticleChange the color or contrast of the grid in PCB view?
Setting up the grid: I will generally start with 0.1 (the pitch of a pin header in Imperial increments) and snap the major component(s) to the grid. i.e. An Uno board would be the headers, then line...
View ArticleReading 2 voltages simultaneously with Arduino
If possible make sure the voltage you are measuring is stable (i.e not changing) as there will be some time (for the C code to execute, this could be reduced by moving to assembler, but likely isn't...
View ArticleChange the color or contrast of the grid in PCB view?
That sounds like a sensible plan although I don't expect to be doing that many actual boards, I usually do one ofs on perfboard. Peter Van Epp
View ArticleReading 2 voltages simultaneously with Arduino
I just wanted to test if my Mega2560 is working properly. I loaded the Speeduino IDE and opened TunerStudio (virtual car dashboard), but when I varied the voltage of pin A1 both the Inlet Air Temp and...
View ArticleReading 2 voltages simultaneously with Arduino
Yes it sounded like you were trying to check the hardware (always a good place to start troubleshooting ). Given the hardware seems to be working correctly that would point at an error in the code,...
View ArticleReading 2 voltages simultaneously with Arduino
They say their units work fine, but I installed the latest all the new software (IDE, TunerStudio, FW) for the first time last week, so maybe their updated programs have remnant files that make theirs...
View ArticleResistor-array?
I don't know if the topview is a real good idea, as you can' read the values. However if you want, it is no problem for me to implement this. What's up next? SPICE? Or what else is there to do?
View ArticleESP-WROOM-02-AE (with Akizuki-Electronics breakout board)
ちょうど探していたところで、作っていただいて大変助かりました。ありがとうございますm(.)m
View ArticleReading 2 voltages simultaneously with Arduino
This should be a no brainer, but I can't find my Mega I have one, I even saw it about a month ago while looking for something else, but I can't find it now. I'll keep looking in case you don't find...
View ArticleReading 2 voltages simultaneously with Arduino
Sorry, found the problem. I was checking the ReadAnalogueVoltage of A0 and A1 one at a time, but I was supposed the pull up or down the other pin at that same time.
View ArticleCreate a no connector part in PCB
It's a part that you can mount on a PCB, but because it's a plug connect it doesn't need PCB connectors. Does anyone know how to make a part with connectors in BB and SCH, but none in PCB. The red bar...
View ArticleCreate a no connector part in PCB
There is a way and you can do that... but normally you just slide the off the PCB and don't use it, and if you want you can hide the ratsnest layer.
View ArticleCreate a no connector part in PCB
It can kind-of be PCB mounted, with a lot of trouble, it's that the red rectangle looks weird. I was thinking about making hidden connects or just use 3 of the mounting holes to disguise it, but if...
View ArticleCreate a no connector part in PCB
The red rectangle is caused from unassigned pins... Pins this are in you .fzp but not in you .svg.
View ArticleCreate a no connector part in PCB
Yes. The part doesn't have contacts in PCB view but has them in the others, so there is nothing to assign in PCB view.
View Article