Re-programming Arduino Via Python?

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
eduardo3rd
 
Posts: 1
Joined: Wed Feb 15, 2012 5:05 pm

Re-programming Arduino Via Python?

Post by eduardo3rd »

I'm working on a project to create a device that a few (less than 20) users will connect to their home wi-fi networks. The wi-fi module that I am using requires that the wi-fi network name, encryption type, and password be hardcoded into the sketch before it can connect to a netwok. Since I would prefer to allow users to modify this information on their own I plan to write a simple GUI in Python that will hopefully take the info from the user and upload it to the arduino via the serial port. However, I can't seem to find a way to force the arduino to save these values after it is reset. Is there a way to permanently modify an arduino sketch without running the IDE, or is that the only option?

User avatar
pburgess
 
Posts: 4161
Joined: Sun Oct 26, 2008 2:29 am

Re: Re-programming Arduino Via Python?

Post by pburgess »

Might try the Arduino EEPROM library.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”