How to finalize my project ? #7101
Replies: 1 comment
-
Posted at 2018-08-16 by @allObjects Look at the Posted at 2018-08-16 by @gfwilliams http://www.espruino.com/Saving might help? Posted at 2018-08-16 by user93073 Well I probably explained it wrong. I just want to upload my project on github as a openSource project and dont want the crowd to have so much struggle to get it on the device. I had something in my mind to just flash the device with my software build in. Or something like a script wich does the actual flash and afterwards the transmission of my scripts. Something like this. Thanks Posted at 2018-08-16 by DrAzzy You could upload the code, save() it, and then read it out (using esptool), and distribute that file, couldn't you? Posted at 2018-08-16 by Robin Thr 2018.08.16 Hello Chris @user93073, are you trying to do something that would result like this: https://raw.githubusercontent.com/espruino/EspruinoDocs/master/modules/MQTT.js If so, I agree with @drazzy or, if the idea is to have the user run the IDE anyway, wouldn't it be just as easy to provide the detail as in link above and just Ctrl+A Ctrl+C to copy while at that source page, then place the cursor caret within the right-hand pane of the IDE and Ctrl+V to copy the contents there, and then just press the upload button of the IDE? Posted at 2018-08-17 by Robin Had you seen this: Writing and Submitting Tutorials http://www.espruino.com/Writing+Tutorials Posted at 2018-08-19 by Wilberforce What you can do is use the esptool and copy out the entire 4mb flash contents to a file. You can then host that in github, and people can download the image and flash with that. Please note wifi settings with passwords will be in the file, so you might want to blank thouse before you dump the image. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-08-16 by user93073
Hey folks,
at first its great to be here. It seems like this is a great community where everyone love the same thing.
About my problem:
I made a piece of HW with a ESP32 on it. To control this ( its some switching and sensor reading ) I wrote a server script for the ESP and a html for my client. I just sended everything to the ESP.
The code works like expected and it seems to be good.
Well to put the html on the device I used this in the IDE:
Wich worked perfectly.
My code for the ESP was also just putted on the device by the IDE.
I did some research how I could simplify this without progress.
Is it possible to create a own binary wich got this included ?
Or does anyone got an idea what to do next ?
Thanks in advance
Chris
Beta Was this translation helpful? Give feedback.
All reactions