Using Arduino Nano on MacBook Pro

  • 01 Mar, 2019

Connect an Arduino Board to a computer is a easy task right? 99% yes.  My Arduino Nano Board arrived last week and i only have time to play with this board on the last weekend.

When i try to upload a program to the board i got the following:

Arduino: 1.8.8 (Mac OS X), Board: “Arduino Nano, ATmega328P”

Sketch uses 444 bytes (1%) of program storage space. Maximum is 30720 bytes. Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x50 avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x72 avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x6f avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x67 avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x72 avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x61 avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x6d avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x61 avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x20 avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x73 An error occurred while uploading the sketch

I tried on a Windows and Linux coputer with no luck but the same problem.

I read lot’s off posts in Arduino forums, some problems with MAC OS Sierra, i setup drivers  and nothing.

Today i found a solution :

Tools > Board > ATmega328P (Old Bootloader) on Arduino IDE.

The forum post https://forum.arduino.cc/index.php?topic=530807.0 has more solutions for another problem. I think is because Arduino has several clones.

Related Posts

Proud to be an IBM Champion 2021

  • 14 Jan, 2021

This history began in 2011 when the category IBM Champions for Social Business was created.At that time there were only 50.  During the following years I was also nominated in other categories such as IBM Middleware, IBM Cloud and recently IBM Watson IoT.It is a journey of many years, a lot of learning and also knowledge sharing.!(http://www.mysphere.com.br/wp-content/uploads/2021/01/Screen-Shot-2021-01-14-at-13.57.14.png)

Proud to be an IBM Champion 2021Read More

AWS Lambda now supports container images as a packaging format

  • 03 Dec, 2020

You can now package and deploy AWS Lambda(https://aws.amazon.com/lambda/) functions as a container image of up to 10 GB. This makes it easy to build Lambda based applications using familiar container tooling, workflows, and dependencies. Just like functions packaged as ZIP archives, functions deployed as container images will benefit from AWS Lambda’s operational simplicity, automatic scaling with sub-second startup times, high availability, and native integrations with 140 AWS services. More information here(https://aws.amazon.com/about-aws/whats-new/2020/12/aws-lambda-now-supports-container-images-as-a-packaging-format/)

AWS Lambda now supports container images as a packaging formatRead More

VCP Driver for macOS Big Sur 11.0.x not available yet

  • 24 Nov, 2020

With new version of macOS released which is macOS Big Sur 11.0.x, the latest version of our VCP driver for Macintosh OSX (v5.3.5) now becomes incompatible. The reason for this is because of new driver model change on macOS which you can find more information from links below: https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11\0\1-release-notes https://developer.apple.com/support/kernel-extensions/ We currently are working to update our driver to fix this issue, although due to testing requirements, we do not expect the new version of driver to be available on our website for now. So please be up to date on our page for VCP drivers below for latest information r

VCP Driver for macOS Big Sur 11.0.x not available yetRead More