I have a simple web page to design a product I have made using a Nano. I have been trying to make a download link to load to the nano. It doesn't load the program. Is there a way to make a download link that would download the ino file? Then when the user clicks on it the IDE would open and it could be loaded. I am using wordpress and can't figure out how to do this. Any help would be appreciated.
Wordpress should have a "make a link" button to select the word (in this case sketch.ino) and then paste the link (in this case http://yourwebsite/sketch.ino)
The link would be written similar to this:
Download this <a href="http://yourwebsite/sketch.ino">sketch.ino</a>
And appear like this:
Download this sketch.ino
The end user would need to have the .INO extension associated to the IDE by first installing the IDE, which will give them the option to launch the IDE with any .INO file.
Before user could load ino file to your Nano, it must compile it
I did this and it does create the link but when I click on it I get a page that says it failed to find the page. It is a wordpress site.
Yes, Wordpress, Joomla, Drupl, all similar. Would you show your HTML here? (the HTML code I wrote links to nothing, they are just examples)
I uploaded in ino file. Then linked with the link in the first response. I adjusted to the correct address. I then used a custom stml widget for the code. The link works but it doesn't download the code.
There are zero links in any of your remarks or responses.
Copy/paste your HTML here, between < code > tags so the forumbot does not mangle them.
*Or, post a link to your page here. I can look at the source code on-line.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.