Barebones SX350 bottom feeder

Status
Not open for further replies.

Alexander Mundy

Ribbon Twister
ECF Veteran
Verified Member
Apr 1, 2013
4,408
26,100
Springfield, MO
Not much time to test this weekend since the wife had lots planned for me I was unaware of. :facepalm:

I did get to test with .7 ohm & .4 ohm coils a little. Found my scope but my frequency counter is still buried somewhere in the boxes of stuff from the man room. (now daughters bedroom since she moved back in) My scope is old so it doesn't have any bells or whistles and I could only find my precision 5V square wave generator so that is what I used.

With both the .4 ohm and .7 ohm coils I found a sawtooth waveform on the output. It is more pronounced at higher wattages and with the higher ohm coil. I would guess it to be in the range of 750Khz to 1.25Mhz but without my frequency counter I can't narrow it down further. With it set to 5V = 5 full divisions (full screen) on the reticule of the scope it was small enough I couldn't guess the amplitude of the sawtooth. Going to AC input and to the .15V/division scale I would guess it at around .15V with the .7 ohm coil at 30W & .05V at 5W, and .075V with the .4 ohm coil at 30W and .025V at 5W. Again those are not accurate measurements but interpolations on my part.

The display on the board for the output voltage was higher than actual measurements and varied with less difference at lower wattage and lower ohm coil. Max was about .08V and min was about .02V.

With a 3.61V measured unloaded battery voltage it is now showing 3.74V on the board display. Also, it must not poll the battery voltage during firing since it stays at 3.74V during firing even though the battery is dropping from 3.61 to 3.45V during 30W firing of the .4 ohm coil. I saw no ripple at the battery terminals.

Did extensive testing at 30W with the .4 ohm coil (triple braid R41) in an RM2 atty dry without the cap on. The atty got almost too hot to touch and the board was warm but not hot. Of course there is some natural convection cooling for the board, but it is partially enclosed with dense foam against the back inside the DSL filter case.

Conclusion: The output is well filtered and the only complaint I have is the accuracy of the battery voltage displayed. That could just be the board I have, but I do know that another member also tested the battery display vs actual measurement (unloaded) and found the same. The board does not seem to be highly stressed at 30W so I believe the 35W upgrade will not be a problem.

Thats all the time I have for now.
 

Visus

Ultra Member
ECF Veteran
Jun 4, 2013
1,598
851
55
United States
Thanks OP,

Looks like it will be a nice mod.
I loaded videos from the manufacturer and it does appear that the battery is polled during firing.

Have you tried it in bypass mech mode?

I googled and found the same reports Uk France Italy China etc-- its a nice board, everyone is liking it.

Everyone is dishing on the dna too-- IDK why its also a great board at a very good price if modding..

I think I am gonna keep my hobby modding ol skol with a breaktru 4050 and evercool 08100 mods.. The DNA'ish fancy screen displays do make it temptable but with saying its not polling the batts whats the use then I already know the other info's..
 

Alexander Mundy

Ribbon Twister
ECF Veteran
Verified Member
Apr 1, 2013
4,408
26,100
Springfield, MO
I have tried bypass and it works fine, but no instrument testing. What is appealing to me in relation to the DNA is that this board is a buck as well as boost board. With the DNA I cannot go below battery voltage which is required with certain coils for a good vape. Still won't go to the places my 20 Amp buck will, but it will do all I need for everyday use with the 35 W update.
 

Alexander Mundy

Ribbon Twister
ECF Veteran
Verified Member
Apr 1, 2013
4,408
26,100
Springfield, MO
Installed the 35W update but didn't have time to instrument test, it seems to work fine though. The battery voltage display is now changing when firing so I assume it was a glitch in the initial firmware flash. I also moved the board to the other side of the mod, made it more compact by cutting a slot in the side of the battery cases for the inductor to recess into, cut down the cover, and concealed the wires inside the mod. Still have to attach the cover in some fashion besides the electrical tape I have around it right now.

Anyone know what the new menu item "LINK" is about?

BTW, looking into the flash file I noticed it was apparently created by DfuSe so I assume they are using an STM32 32-bit ARM Cortex MCU.
 

Alexander Mundy

Ribbon Twister
ECF Veteran
Verified Member
Apr 1, 2013
4,408
26,100
Springfield, MO
Poking around in the flash update file :)

20140503_161423_zpscqlspt6y.jpg
 

Alexander Mundy

Ribbon Twister
ECF Veteran
Verified Member
Apr 1, 2013
4,408
26,100
Springfield, MO
I just ordered one of these boards, you have GOT to tell me how you did that :p

Took a chance on bricking it, but fortunately no CRC redundancy check. The menu items like I changed there were extremely simple for someone with a lifetime of electronics, but the boot screens were not. I did however figure out the logos after an all night "can't let this get the best of me" sitting. (wife was out of town) I also figured out the character set format. Both are different and very strange formats, but not difficult once you know the format and assuming you have done any microcontroller flash hacking err....customizing. Going to write a program to convert a simple BMP to a logo format since hand coding 1,632 pixels into bits then into hex per screen would be daunting. Will see if I have time this next weekend. I have never used the micro they are using (but did figure out the family and the graphics board family with logical deduction) so I would have to study the instruction set to have any chance at figuring out the programing to alter the functional screen (other than the characters) or any actual functions.

BTW, there is no way I am going to get into any details here on the forum for fear of someone accidentally bricking their board (or worse yet messing up the actual programming) and blaming me. Turbo, I'll get a hold of you after I get the program written and debugged.
 

jka3588

Senior Member
ECF Veteran
Verified Member
May 22, 2009
112
102
43
Orlando, FL
Took a chance on bricking it, but fortunately no CRC redundancy check. The menu items like I changed there were extremely simple for someone with a lifetime of electronics, but the boot screens were not. I did however figure out the logos after an all night "can't let this get the best of me" sitting. (wife was out of town) I also figured out the character set format. Both are different and very strange formats, but not difficult once you know the format and assuming you have done any microcontroller flash hacking err....customizing. Going to write a program to convert a simple BMP to a logo format since hand coding 1,632 pixels into bits then into hex per screen would be daunting. Will see if I have time this next weekend. I have never used the micro they are using (but did figure out the family and the graphics board family with logical deduction) so I would have to study the instruction set to have any chance at figuring out the programing to alter the functional screen (other than the characters) or any actual functions.

BTW, there is no way I am going to get into any details here on the forum for fear of someone accidentally bricking their board (or worse yet messing up the actual programming) and blaming me. Turbo, I'll get a hold of you after I get the program written and debugged.

I would also like to play with that, if you decide to make the program public.
 

turbocad6

Unregistered Supplier
ECF Veteran
Jan 17, 2011
3,318
16,450
brooklyn ny
I agree. $55 sounds about right but quantity of 20 is a lot for a hobby type dude to cover. I really like the looks of this and it may indeed wind up being a dna killer, if not then it may at least be a viable alternative, but at such a higher price than the dna it would have to really blow it away for it to be worth 50% more... I've got one coming to check it out, I bet it will be every bit as good as the dna but even still, 50% more $$ ?
 
Status
Not open for further replies.

Users who are viewing this thread