There are a lot of adjustable variables that would dictate the punch you feel
Ramping time
Throttle expo
And even things like switching frequency can play a role in this
There are a lot of adjustable variables that would dictate the punch you feel
Ramping time
Throttle expo
And even things like switching frequency can play a role in this
Question for the community. Would yâall be mad if I broke up the âtraditionalâ 7-pin comms connector into 3 separate ones for ADC1, ADC2, and UART? The idea here is to better support other non-esk8 non-OW applications like ebike, escooter, and whatever else used ADC-based throttles/brake. I would do it as shown in the image.
There are plenty of uart devices that rely on 3.3v, especially as more of them transition to ESP32s. I donât know if the previous modules ran on 5V, but I know the esp32 based accessories I have all run on 3.3.
True. So I guess I gotta figure out if the UART connector should have 3.3V instead of 5v. Is 3.3v supply for sure gunna be better? Iâll do my own research of course
To be fair, if someone is going to bother using this in a skateboard, theyâll probably have the means to just steal 3.3v from one of the adc ports. I just think it would be convenient to use a jumper or solder bridge to change between them.
5v is the better choice
Hmm yeah a jumper would be nice if I can squeeze on in. I can also add a 5V pin to the extra GPIO connector for general purpose.
Maybe add a parallell connector? Could even make the inputs XOR
I donât think I can squeeze in a parallel connector unless I make the PCB bigger. Trying to keep v4 the same PCB size as v3.
Thatâs why I was talking about multi pcb stacked⌠so you could bkeep the same size
IMO splitting the ADCs in two connectors will make things less convenient for the Onewheel application. A ton of people will already have these on a single 3-pin because there was such connector on 3.1, itâs the best configuration for Onewheels. Not sure it helps anything separating the two ADCs? Is the ground needed there for something? The ADCs already have pulldowns installed, right?
Right I get that its not as convenient for OW but then bringing the ADC channels back together for a 3-pin connector like with the v3.1 is as simple as a connecter adapter.
That connector adapter can be used for the opposite use case the same way. One connector uses less space than two, I guess it boils down to whether you need those grounds there.
Though, on Onewheel, you really donât want any more connectors on those paths than you need. Because if the connection fails, youâre most likely flying through the air⌠So for that reason I donât really like this, and if itâs this way, I wonât use an adapter, but split the connection to two connectors directly, avoiding the extra one.
The goal is to make the v4 more compatible for the other PEV platforms. Ground is of course needed for things like twist throttles. Yes split connection or whatever works for you.
Why not use a single 4-pin connector then perhaps? Would that cater to both use cases?
Hmm not a bad idea! 4-pin may not work well for other PEVs but combining them outright into a 6-pin would then still allow for each throttle/brake signal to have itâs own power and ground. No messy splits/combinations needed. Then the footpad connection can still just use only the pins needed from this one connector.
Anyone see an issue with this? Seems to be a good comprise between OW and âotherâ.
I would much prefer a 4 pin instead of 6.
I used a vesc for adc1 throttle adc2 regen brake. I donât see a need to change honestly. But you are the designer
The thought here is to prevent the need to combine/split wires to share 3.3V and gnd between two ADC input devices being used at the same time. If you donât need all the pins, then donât use them. But maybe Iâm missing something?
@shaman question, will antispark still be needed when thereâll be a momentary switch now? And also, whatâs the battery drain when off like now? 3.1 can drain a battery in matter of weeks, which is quite bad when the boardâs not used.