arduino-libraries / Servo

Servo Library for Arduino
http://arduino.cc/
GNU Lesser General Public License v2.1
245 stars 255 forks source link

No PWM output on PWM pins with Nano 33 Sense #36

Closed andamado997 closed 4 years ago

andamado997 commented 4 years ago

I was trying to run some tests with servos on my Nano 33 Sense and I noticed that every time I loaded a test sketch (sweep sketch from the examples folder), My servo was unresponsive. I connected the Nano's PWM pin to a scope (pinout 21 or D3 in this case, but I had also tried the others as well) and I was getting nothing on the scope. I had hooked up and loaded the same sketch to an Arduino MEGA 2560 and I could see the pulse sweep on the scope. Any idea as to why my nano 33 sense would not be working correctly like the MEGA?

facchinm commented 4 years ago

Fixed by #32