What is the best signal interface for PC ?

Thread Starter

q12x

Joined Sep 25, 2015
2,227
Important Update:
After my mistake with the BLACK Arduino Tiny, I bought an original Arduino Nano.
They are differentiating by the type of the plug in port/connector. They have 3 port types, but all they really are , is the same board but with different plug in port type. I chose mine to have a Mini USB port.
1664300157509.png1664300370966.png

Today it arrived. And I immediately install it on my MCP board. Ive got panicked for 1 minute until I find the damn cable. And I have only 1 ! Good choice ! Haha.
It didnt worked at all, from the beginning !
Until I figure out a couple of problems to resolve first, and thats the reason I am writing it here for you as well.
1-main driver update and restart PC.
after install - driver update.jpg
2- It appears that is a new option called the "old bootloader". Ive actually speak with people from arduino forums and they directed me towards this special setting.
Only with these settings worked!
after install - settings.jpg
First of all, I tried with a Blink program from the tutorial folder the program comes with.
And after that worked, I loaded my 'heavy' program for MCP board.
And indeed it worked.
Look how nice it is fit there ! Exactly as I imagined and as I hoped. But what a ride to make it so.
20220927_212804.jpg
So problem solved but not without some hiccups in the beginning.
Now my board doesn't need Arduino Uno anymore. It runs directly from this arduino Nano board that is mounted onboard, literally. Is very cool ! I love it. Aaah. But I wait for this to happen a couple of good months !!!
Thank you !
 
Last edited:

MrAl

Joined Jun 17, 2014
13,722
Important Update:
After my mistake with the BLACK Arduino Tiny, I bought an original Arduino Nano.
They are differentiating by the type of the plug in port/connector. They have 3 port types, but all they really are , is the same board but with different plug in port type. I chose mine to have a Mini USB port.
View attachment 277154View attachment 277158

Today it arrived. And I immediately install it on my MCP board. Ive got panicked for 1 minute until I find the damn cable. And I have only 1 ! Good choice ! Haha.
It didnt worked at all, from the beginning !
Until I figure out a couple of problems to resolve first, and thats the reason I am writing it here for you as well.
1-main driver update and restart PC.
View attachment 277160
2- It appears that is a new option called the "old bootloader". Ive actually speak with people from arduino forums and they directed me towards this special setting.
Only with these settings worked!
View attachment 277161
First of all, I tried with a Blink program from the tutorial folder the program comes with.
And after that worked, I loaded my 'heavy' program for MCP board.
And indeed it worked.
Look how nice it is fit there ! Exactly as I imagined and as I hoped. But what a ride to make it so.
View attachment 277166
So problem solved but not without some hiccups in the beginning.
Now my board doesn't need Arduino Uno anymore. It runs directly from this arduino Nano board that is mounted onboard, literally. Is very cool ! I love it. Aaah. But I wait for this to happen a couple of good months !!!
Thank you !
Hi,

Yes the Nano is kind of cool because it does everything an Uno does and after all it has the same uC chip just in SMD instead of DIP.
I ended up ordering a bunch too once i found out they worked the same as the Uno.

The only drawback i find with these two boards is that there is no simple way to use the 'sleep' mode. The sleep mode makes the chip go into very low power mode so if you are using batteries you can sleep between measurments. Being able to sleep is an important function if you are running on batteries and can benefit from not having to run the chip all the time. A refrigerator monitor i did a long time ago i used a raw MicroChip device so i was able to put that to sleep and extend battery life to two years. I suppose you can do that with the chip used in the Uno too if you just buy a raw chip and make the circuit yourself. it's not too difficult just not as handy as the Uno or Nano.
 
Top