I want a software, Web based, windows or whatever. capable to change the code of my ATMEGA 32U4 microcontroller. Just changing some variable options. Like a User Interface click send and reprogramm the micro.
I want a software, Web based, windows or whatever. capable to change the code of my ATMEGA 32U4 microcontroller. Just changing some variable options. Like a User Interface click send and reprogramm the micro.
If you are just wanting a user to be able to change the value of variables and not reprogram the whole device, then you could perhaps store the values in the EEPROM memory. The custom user interface then just updates the value in the EEPROM which the main program reads at start-up etc.
The values of the variables could then be updated by the user via a serial type console without the need to reprogram the device.
If you are just wanting a user to be able to change the value of variables and not reprogram the whole device, then you could perhaps store the values in the EEPROM memory. The custom user interface then just updates the value in the EEPROM which the main program reads at start-up etc.
The values of the variables could then be updated by the user via a serial type console without the need to reprogram the device.