Official pin out/ports documentation


#82

I want to scale the output from PA4 and PA5 to 0-5v, does anyone have a solution in their sleeve that I can 'borrow' and put on a quick breadboard. I am a software guy, not hardware.

Cheers


#83

Scroll up... However it does require a bi-polar power supply. I've decided to use my axoloti stand alone and so I'm gonna work on something using a rail to rail op-amp for this purpose. If anyone else
Has thoughts and wants to chime in that would be great. But I think just replacing the tl072 with a rail to rail op amp should more or less do the trick to run it off the axoloti 5v and ground?


#84

So the circuit from the 22 jan Will do the trick.


#85

With a bi polar power supply it sure will. I've bread boarded one. You just need to add some caps between the power rails and ground as close to the op amp as possible to de-couple the op amp. This is standard and you can read more on it on most op amp data sheets.


#86

A quick question - it may seem obvious, but i'd like to check whilst placing an order for the board and some general parts - I was pondering the right count for pots, I will pick up maybe 8 10 or 12 50k linear pots (sized like the monotron ones), but then it struck me, the magic number, 16, that would have been ideal, perhaps for a step sequencer

Now, without extra hardware, are we really limited to 15 analog ins, just want to check, it seems like an awkward number ? Is 15 the max, any constraints I should be aware of before placing the order shortly, I'll likely opt for 12 failing that


#87

Practically, the number of available analog inputs is 15.

Technically, 16 is possible but requires quite some development. Currently channel 16 is used for board voltage measurement, while I believe it is possible (but only 100% sure after this is developed) to do both voltage measurement and an external 16th channel. referencing brief discussion here Sorry for the tease.

I'd suggest adding a rotary switch on a single analog input, say, for patch selection, if you go for 12 potentiometers, sketched here, and more discussion


#88

Any disadvantage, except reduced sample rate, to not use a MCP3208 as described here , this Is what I have on my next shopping list :slight_smile:


#89

The main disadvantage I believe, is that it requires the MCP3208 chip (...), occupies the SPI port on GPIO (could be useful for something else too), and requires a custom object.


#90

Probably not, just didn't have time to research it ... rather than getting an order + sundry components I just ordered the board (to make sure I just did it) and I will work out what I want for flexibility in this round once I get my feet under the table - I have a few pots and switches lying around for now - I also wasn't sure if the mounting lugs of the through-board pots I saw would attach simply to regular project board - didn't look like it - I'll pick up chassis mounted ones to keep it simpler, but I now need to source knobs to suit and I like johannes' suggestion to incorporate a rotary switch anyway : )

To get me through in the short term I might go looking for a thread detailing offering up bi-directional control to a virtual potentiometer array in something like lemur - presuming the iPad cck talks nice and so on.

I'm pretty sure once I realise the potential of the various i/o strategies I may adapt my thinking


#91

I want to use the diode clamp using BAT85, where is better to connect the 3.3V, to VDD, VDDA o VDDC?
Thank you.


#92

I assume you're talking about a diode clamp as described in this post? Best is to connect the diode clamp to VDD or VDDA, whichever most convenient, but not VDDC.


#93

Hi, sorry for my bad english...
Yes, I was talking about the diode clamp described in that post. I used the same circuit for protecting Arduino inputs, and I was concerned about if the 3.3V source can take the overvoltage without burning something.
Thank you!!!


#94

Could you explain why you leave the digital input floating when you show how to connect the Switch? I thought the common way of connecting a switch would be to use a resistor (say, 10k) from the gpio digital input to GND. Any pros/cons? Thanks!


#95

Hi @jfcharles

If you are referring to https://sebiik.github.io/community.axoloti.com.backup/t/official-pin-out-ports-documentation/202/11

You can see that there is a note "set mode to pull-down"

The microcontroller GPIOs already has internal pull-up and pull-down resistors that can be set by software.


#96

Yes, so the pulldown resistor is inside the micro controller (which is not possible on Arduino, that's what I was thinking about).
Thanks for the clarification!


#97

I asked myself the same question the first time i saw the schematics :thinking:


#98

Hi there I have a question regarding the 220ohm resistor and jacks for expression pedals:

I have two stereo jacks for expression pedals. Could I use one vdda pin for both? If so how do I do it with the resistors? Do I put on resistor after Vdda and then split to both jacks, or two resistors one for each?

I've tried both these options and never got it to work. I only got it to work when each jack had it's own Vdda pin with a 220 ohm resistor in between...


#99

one resistor per expression pedal


#100

ok thanks. so I can do one line coming from the pin going to two resistors, on for each jack?

that is what I'm trying atm but only one of the two is working. i checked all connections (and resistances) with a multimeter and can't seem to figure out whats wrong.

EDIT: Just check again, on of the jacks had a loose ground connection. It's working now.

I'm just wondering maybe it would be great to make a simple pcb for external connectors. I find having the jacks on a protoboard already so much more convenient but its stil a bit fiddly to make.


#101

May this MCP3208 help