Microphone Compatibility - Feather to Trinket Adafruit

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Alexander28
 
Posts: 4
Joined: Tue Apr 25, 2023 8:15 am

Microphone Compatibility - Feather to Trinket Adafruit

Post by Alexander28 »

Currently using the following board and microphone together:

https://uk.rs-online.com/web/p/microcon ... ls/1245513


https://www.rapidonline.com/adafruit-17 ... 5387?gad=1
Screenshot 2023-04-25 at 13.21.08.jpg
Screenshot 2023-04-25 at 13.21.08.jpg (276.74 KiB) Viewed 143 times
Screenshot 2023-04-25 at 13.21.13.png
Screenshot 2023-04-25 at 13.21.13.png (628.67 KiB) Viewed 143 times
Wanting to switch to the Trinket below:

https://uk.rs-online.com/web/p/microcon ... ls/1245511
Screenshot 2023-04-25 at 13.21.18.jpg
Screenshot 2023-04-25 at 13.21.18.jpg (239.9 KiB) Viewed 143 times
As I just don't need the bluetooth or other capabilities of the feather, and the trinket is much cheaper.

Anyone know if they are compatible, and if i would just wire in in the same way, or if i should be using another microphone?

Also assuming you would upload to them and program them up in the same way?

Really appreciate any help, thank you all!

User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: Microphone Compatibility - Feather to Trinket Adafruit

Post by adafruit_support_bill »

Connection and programming of the microphone will be the same for both boards.

Please note the deprecation warning in the product description. Unless your computer is very old, you will likely have difficulties communicating with the board via USB. The best option for communication using current generation computers is an FTDI cable:
https://learn.adafruit.com/introducing- ... using-ftdi
Deprecation Warning: The Pro Trinket bit-bang USB technique it uses doesn't work as well as it did in 2014, many modern computers won't work well. So while we still carry the Pro Trinket so that people can maintain some older projets, we no longer recommend it. Please check out the Metro Mini (ATmega328 @ 5V 16 MHz), ItsyBitsy 32u4 5V 16MHz, ItsyBitsy 32u4 @ 3.3V 8MHz or ItsyBitsy M0 @ 3V 48MHz. All have built-in USB and are comparable in price! The ItsyBitsy's especially are about the same size and have native USB and tons of pins, so they're a very close compatible.

User avatar
Alexander28
 
Posts: 4
Joined: Tue Apr 25, 2023 8:15 am

Re: Microphone Compatibility - Feather to Trinket Adafruit

Post by Alexander28 »

Having a little bit of an issue now I have tried.
Getting this as an output when using the Feather program on the trinket and no successful outcome:

Connecting to programmer: .
Found Programmer: Id = “CATERIN”; type =S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
Device code: 0x44

User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: Microphone Compatibility - Feather to Trinket Adafruit

Post by adafruit_support_bill »

Is that the complete output? I don't see any error message there.

Please post the code you are using and some photos showing how you have everything connected.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”