Compatible (and incompatible) devices #16
Replies: 22 comments 29 replies
-
|
Funduino FT232RL. Works without issues (does increase dumb charge count if script is not running) |
Beta Was this translation helpful? Give feedback.
-
|
Moyina FT232RL. Works without issue. |
Beta Was this translation helpful? Give feedback.
-
|
@Tool-Scientist i can confirm your adapter works as i have the exact same thing |
Beta Was this translation helpful? Give feedback.
-
[https://www.amazon.com.au/dp/B07WX2DSVB](https://www.amazon.com.au/dp/B07WX2DSVB)
Works with ~30k ohm pull down resistor on RX |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I could not get it to work, with DTR connected to TX, or not, With Pulldown on Rx or not. Leds removed- nothing.
|
Beta Was this translation helpful? Give feedback.
-
|
After fiddling with lots of rx pull down resistor values (even having them in series with blue wire), I've finally managed to make cheapo fake ftdi from AliExpress work. Here is what I needed:
this came from (usb-c version): |
Beta Was this translation helpful? Give feedback.
-
|
Good morning all, I tried this software with this device and it didn't seem to work. Verified connections were good and correct, yet the J1/J2 values never changed no matter which command I used m.idle() or m.high(). After more reading, it looks like someone else was able to get a similar adapter working, however I don't have the components to make the isolator circuit. I ended up returning this one as I would prefer to use one of the options depicted here that works without modification. This was found at the following Amazon page: https://www.amazon.com/dp/B0BJKCSZZW |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing your work - I had to change line 587 "tz=datetime.UTC" to "tz=datetime.timezone.UTC" and add type 39 4Ah battery |
Beta Was this translation helpful? Give feedback.
-
|
I was able to confirm that this adapter works without modification. It appears to be similar to the Moyina one mentioned earlier in this thread that is no longer available, at least for me. This can be found here: https://www.amazon.com/dp/B08PK5723H |
Beta Was this translation helpful? Give feedback.
-
Sparkfun CH340C working with Spud-Isolator™
|
Beta Was this translation helpful? Give feedback.
-
|
Waveshare 20646 - USB-UART TTL FT232 - USB-C working with Spud-Isolator™, not working without it Isolator -> #7 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
Off brand WWZMDiB FT232 works without anything: https://www.amazon.com/dp/B0BJKCSZZW Also, I'm using WWZMDiB Logic Level Shifter: https://www.amazon.com/dp/B0CCF6TCSJ and a 4 pin adapter: https://www.amazon.com/dp/B0D4Z3HK8F |
Beta Was this translation helpful? Give feedback.
-
|
Works with 22k pulldown on RX (22k resistor between RX and GND). Also need to break the solder bridge from 5v and add one for 3.3v. https://www.sparkfun.com/sparkfun-ft231x-breakout.html
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for sharing this code, @Tool-Scientist. It's a very awesome job of reverse-engineering. I'm so impressed! I bought SparkFun FTDI Basic Breakout - 5V Development Tool with USB Mini-B Connector from Amazon. Maybe it's a real SparkFun board (and therefore a real FTDI chip) because it comes from the "SparkFun Store" at Amazon. OTOH, I can't really find the exact same part on the SparkFun website. This FTDI board works with modification: I needed a 22K pull-down resistor on RTX. Here's the long story: Since I'm not so experienced with the SparkFun products, I just bought the one that most closely resembled the illustrations in the wiring diagrams here. But the FTDI breakout I chose isn't quite right: it is a five-volt part. Fortunately, it can be modified by cutting a trace and soldering a jumper so that the "5V" pin outputs 3.3 volts relative to ground. Even after setting the 3V3 Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
|
For any Aussies shopping at core electrionics, this works with the following USB to UART module. I didn't bridge out the 3.3-5v pads. Needed a logic level converter as well as spuds isolator. I'm a pretty huge noob with this stuff, so it may work with a pulldown resistor. I have 1,9V on J1 when m.idle(), so I think the isolator is the only decent option. Having a resistor in series doesn't really do much for comms, though it does bring voltage down. |
Beta Was this translation helpful? Give feedback.
-
|
Windows FTDI drivers, depending on the version of the drivers might not work with cheaper serial chips. https://www.amazon.com/dp/B0BJKCSZZW is a cloned chip that might need some playing with driver wise on windows to get working. But it might also just work with a level shifter, DTR mod and isolation circuit; depending on the version of windows/driver. Works fine in a Linux system (live or installed, whichever,) I used GPSFan's circuit with DTR connected. One Windows 11 machine it doesn't work, another it does. Haven't tried more systems but the one it worked on was a fresh system, and the one it didn't I've upgraded through Windows 8 to 11. FTDI used to not let cloned FTDI chips play nice. I've gone back and forth on this playing with it. Kinda frustrating. https://www.amazon.com/dp/B08PK5723H works with just a level shifter and without messing with my OSes. Also used GPSFan's circuit without DTR connected and it worked fine. Is also a clone though, as far as the serial number on it is concerned. TL;DR if it doesn't work, try another OS. |
Beta Was this translation helpful? Give feedback.
-
|
For anyone in NZ looking for a board,
Cheers to all the work you guys have put in |
Beta Was this translation helpful? Give feedback.
-
|
sorry if my earlier post below wasn't clear.... NOTE: the digital level required at the battery J2 pin is a minimum of 12v (18v in practice) and all the serial adaptors shown on this page deliver either 3 or 5 volts at their TX pin, hence a level shifter is needed for all including the Dtech adapter below .... This Dtech adapter type KJ-6884 works out of the pack, ( with the GPSfan level shifter.... ) I used GPSFan's buffer cct below, but without connecting DTR, and it all works ... https://www.amazon.com/DTECH-Converter-Indicators-Debugging-Programming/dp/B0DSRYC7W7 your after the 3v3 version..... note:
|
Beta Was this translation helpful? Give feedback.
-
|
Morning
Sorry for confusion, Ive updated the post, yes all the adaptors shown on this page deliver 3 or 5v at their TX pin, hence all require a level shifters for the TX to J2 connection.
Hope your up and running soon, its a great addition to be able to get the details of your battery packs...
H
On Thursday, December 18, 2025 at 01:49:16 AM GMT, justindd2017 ***@***.***> wrote:
I can confirm that this DID NOT work out of the box, level shifter on the way.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.

































Uh oh!
There was an error while loading. Please reload this page.
-
Post here devices that you have attempted to use.
Ideally post an image and/or link to the device. Mention if the device:
Beta Was this translation helpful? Give feedback.
All reactions