Skip to main content
4 votes

Is there an Arduino Simulator or Emulator that runs on OS X?

I am using the Wokwi Arduino simulator for a long time. It runs on all three platforms. Mobile, Windows OS, and macOS. I have checked the working of the simulator in both Android and iPhone. Both give ...
Sonder's user avatar
  • 201
4 votes

My Arduino isn't showing up on my computer. What should I do?

Linux Getting Arduino and Arduino-like boards working properly under Linux can be a troublesome task if you are not familiar with how Linux works. So I am going to introduce you to some of the basic ...
2 votes

My Arduino isn't showing up on my computer. What should I do?

Windows Ok, the first thing you need to do is identify the kind of board you have. I don't mean is it an Uno, a Mega, or one of Intel's brief forays into the Arduino world - I mean what kind of USB ...
1 vote
Accepted

HC-05 bridge using Arduino Nano and GNU Screen

Based on the above comments I provide here the full answer in the hope it will be useful in the future. HC-05 has two modes. The Communication Mode and AT Command Mode. In the latter mode, HC-05 ...
xaratustra's user avatar
1 vote

CH34x board fails with avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 Atemel Mega328P AU1640

Remove the old driver by issuing one of the following commands (depending on your installation): sudo rm -rf /System/Library/Extensions/usb.kext sudo rm -rf /Library/Extensions/usbserial.kext Restart ...
Morgan Old's user avatar
1 vote

CH34x board fails with avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 Atemel Mega328P AU1640

Try this instructions from install driver. https://github.com/adrianmihalko/ch340g-ch34g-ch34x-mac-os-x-driver Installation with Homebrew-Cask. Then try this, and all work fine ;) http://www....
Morgan Old's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible