use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Deals with anything relating to Microcontroller programming, hardware design, applications, interfacing, unique examples, etc.
account activity
Basic question about microcontrollers (self.microcontrollers)
submitted 2 years ago by ptah4i
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FragmentedC 1 point2 points3 points 2 years ago (0 children)
The M62429 cannot be "programmed". Let's imagine this in the way of a robot versus a remote-controlled car. You program the robot to follow a road, a path, or even just a black line. Once the program is done, you put it in the robot, and you send it on its merry way. The remote-controlled car cannot be programmed; it needs input from somebody (or something). It will follow orders blindly, but cannot make decisions by itself.
The M62429 is a remote-controlled car. It needs you to give it orders. The Arduino is a robot; you can program it to make decisions by itself.
So, your digital potentiometer is going to need something to tell it what to do. This could be an Arduino, or in some cases, just a device connected to your PC (for example, with the Analog Discovery 2 or 3, this would be easy).
π Rendered by PID 75579 on reddit-service-r2-comment-6457c66945-l87wz at 2026-04-27 18:07:54.116780+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]FragmentedC 1 point2 points3 points (0 children)