
Last seen: 2022-05-14 6:58 pm
Question first: What is your concern with driving the two steppers? Is it in keeping the two synchronized? Is the issue with having enough power to dr...
@henrik_t7, the Arduino IDE is a great tool for most new programmers. It allows you to plow right into writing code for your projects. As you advance ...
I suppose it depends on the extensions you enable in VSC. I have been running PIO and Arduino IDE simultaneously for the past (at least) two years. I'...
Luckily PlatformIO does not steal the Arduino IDE extension (as I remember). No need to disable PIO.There is an issue with installing Arduino, if you ...
@VE1DX, Just gonna toss this into the stream, as I've seen similar way back-in-the-day... any chance that the serial buffer is over flowing? Not sur...
@jfabernathy Yep. We had it easy. When things got out of hand we plugged an HP logic analyzer between the CPU and the board. Then, after programming t...
@jfabernathy in the days before every cpu came with serial data hardware we used spare registers (unused pins) for debugging. We would have a pin chan...
@pugwash totally agree Bill, Ralph, and Andreas are my three squares. My breakfast, lunch and supper. With a little James Bruton for dessert.
Thanks @spyder . I'll give the dock a better read through this week. I've got five "computers" in ARDVARC now and ROS seems to be holding out the prom...
Pretty sure this won't help, but... My way to get a better iDE features was to migrate to PlatformIO and VSCode.
There doesn't seem to be any support for anemometers, but you may want to look atThey provide info on build-your-own device modules.
Sorry. Clarification time again. Seems that digitalWrite(3, i); does actually ensure the loop is not optimized away.
@dronebot-workshop Bill I just took a run by your instructions to set up Stressberry. My first problem was identifying the version of Python...
@jbeazy Yes. That is the similar to the answer I received from Arduino. As you say If variable i is not being utilized Arduino gave me t...