Will toneAC work with the Nano Every?

I have a Nano Every, and I want to use the toneAC library with it if I can.

Will this work? If it will work, then which pins do I need to use for the speaker?

Impossible to tell from Your post.
Read this link and follow it: How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum

What more information do you need?

Here is where I found the library: toneAC - Arduino Reference

Depends on who / what is speaking.

What kind of a reply is this?

How much do you really know about the toneAC library, anyway? Have you ever used it, or even attempted to use it, in any of your projects?

Why do you even ask what I am using for a speaker? What possible difference could it make to which Arduino pins I would need to use?

If you don't know enough about the library to be able to give a useful answer, then don't waste our time.

According to the ref (below), Nano Every has analogWrite on pins 9 and 10.

The toneAC lib gihub page says it uses the pins 9 and 10 for the Uno. So, likely you would use the same pins.
The page also says that it uses timer1 instead of the more commonly used timer2 for tone. So, if there is something else in your code using timer1, there may be a problem

A 30 second glance at the Arduino ToneAC reference page (see post #3 for the link) tells you exactly which processors are supported.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.