-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LCD and buttons version in development #79
Comments
I'm editing a long reply. Basically, if I can get let in to the allowed contributors, I can and will make more features. Next up, the long reply. |
Don't give up.. You are not the only one. The "Ardu-Stim" package works but comes with limitations for lack of better verbiage. I have been using Ardu-Stim for over 3 years. I like to "play" even though I am working towards deployment on a couple cars and lots of bikes. I have the DIY-EFI SpeedySim and BobTron05 stimulator. Both use Nano and ardustim sketches. Download and controlled by Ardu-Stim. These stimulators are ~$50 to put together. With the current dependence on ATMel328 based UNO or Nano, there is not a lot of room in flash or ram for more "features". The biggest reason for using the ATMel328 based boards is that they are 5V and "cheaper" than a full Mega 2650. Like you I see a "need" (grain of salt) for change and features. The ATMel328 MCU boards are no longer "cheap", an actual "Arduino" brand being ~$26 and "open source" versions are 3 units for ~$20. To contrast a Raspberry Pi Pico is 4 units for ~$22, an Espressif ESP32 is 3 unist for ~$14. There are many many more alternatives. However, all the alternatives to the ATMel328 are 3.3V which means more parts are needed to send and receive signals that the ECU/Speeduino can understand. Background: I've been working with my own version for quite a while but still based on the ATMel328. I've made it "interactive" and added features. It is still using a "serial" interface over the USB. Mine is sitting at ~27k flash and ~1.2k ram. When Josh updated to V1.2.1 the changes were "drastic" so merging my feature set is difficult but I will get it done and not alter the way that the "sketch" interacts with Josh's UI. I want to add features to the UI and I have been trying to figure out how to build the UI but not succeeded yet. I would like to get away from being tied to the AtMel328 chip as it has only 30k of flash and 2k of ram for variables and it is NO LONGER CHEAP!. My version is using 27k flash and 1.2k of ram because my input buffer is statically allocated. Where I want to go with Ardu-Stim: That means that I would have be be let in as a contributor to the project. I don't know how to do this. Things I want: That would require a user interface that knows the "database" and provides selection. Same as the current UI but with the trigger defs outside the code. Separate controls for TPS and RPM. The current code ties RPM generated with TPS from a potentiometer. That makes it hard to see what injector pulse width and timing do at say WOT as RPM on the stimulator raises far faster than a running engine would. I have some of this coded. The BobTron05 stimulator has hardware for it but no software supports it. |
Hello, |
Is there development with LCD screen and buttons in development?
The text was updated successfully, but these errors were encountered: