Skip to content
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

Build firmware.bin #279

Closed
SzilagyiR opened this issue Mar 24, 2017 · 9 comments
Closed

Build firmware.bin #279

SzilagyiR opened this issue Mar 24, 2017 · 9 comments
Labels
help needed Action - Asking for help from the community

Comments

@SzilagyiR
Copy link

HI!

How can I create custom firmware.bin with edited user_config.h file?
I want to update firmware over webserver.

Thanks: Robert

@davidelang
Copy link
Collaborator

davidelang commented Mar 24, 2017 via email

@smadds
Copy link

smadds commented Mar 24, 2017

You can use the Arduino IDE: Sketch, Export Compiled Binary.
It will compile & save the binary image.

@SzilagyiR
Copy link
Author

Thanks, I missed it!

@arendst arendst added the help needed Action - Asking for help from the community label Mar 25, 2017
@arendst arendst closed this as completed Mar 25, 2017
@SzilagyiR
Copy link
Author

When I try it, I gave this error:

ardionoproblem

@davidelang
Copy link
Collaborator

look at the getting started section in the wiki, you are missing libraries that you need to install

@SzilagyiR
Copy link
Author

Thanks, I look after it!

@SzilagyiR
Copy link
Author

It works, thanks!

vicfergar pushed a commit to vicfergar/Sonoff-Tasmota that referenced this issue Jul 17, 2017
3.2.11 20170126
* Add confirmation before Restart via webpage
* Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT
during web upload
* Fix LedPower status after button press (arendst#279)
vicfergar pushed a commit to vicfergar/Sonoff-Tasmota that referenced this issue Jul 17, 2017
3.2.12 20170126
* Add command Sleep 0 - 250 mSec for optional light sleep mode to lower
energy consumption (arendst#272)
*   (Expect overall button/key/switch misses and wrong values on Sonoff
Pow)
* Add Hue brightness extension (arendst#281)
*
* 3.2.11 20170126
* Add confirmation before Restart via webpage
* Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT
during web upload
* Fix LedPower status after button press (arendst#279)
vicfergar pushed a commit to vicfergar/Sonoff-Tasmota that referenced this issue Jul 17, 2017
3.9.3 20170127
* Add confirmation before Restart via webpage
* Expand Domoticz Configuration webpage with Key, Switch and Sensor
Index and
*   add commands DomoticzSwitchIdx and DomoticzSensorIdx
* Fix default DHT11 sensor driver selection
* Fix LedPower status after button press (arendst#279)
* Add command Sleep 0 - 250 mSec for optional light sleep mode to lower
energy consumption (arendst#272)
*   (Expect overall button/key/switch misses and wrong values on Sonoff
Pow)
* Add Hue brightness extension (arendst#281)
* Fix Hue brightness and change to call by reference (arendst#283)
vicfergar pushed a commit to vicfergar/Sonoff-Tasmota that referenced this issue Jul 17, 2017
3.9.3 20170127
* Add confirmation before Restart via webpage
* Expand Domoticz Configuration webpage with Key, Switch and Sensor
Index and
*   add commands DomoticzSwitchIdx and DomoticzSensorIdx (arendst#86) (arendst#174)
(arendst#219)
* Fix default DHT11 sensor driver selection
* Fix LedPower status after button press (arendst#279)
* Add command Sleep 0 - 250 mSec for optional light sleep mode to lower
energy consumption (arendst#272)
*   (Expect overall button/key/switch misses and wrong values on Sonoff
Pow)
* Add Hue brightness extension (arendst#281)
* Fix Hue brightness and change to call by reference (arendst#283)
vicfergar pushed a commit to vicfergar/Sonoff-Tasmota that referenced this issue Jul 17, 2017
3.9.3 20170127
* Add confirmation before Restart via webpage
* Expand Domoticz Configuration webpage with Key, Switch and Sensor
Index and
*   add commands DomoticzSwitchIdx and DomoticzSensorIdx (arendst#86) (arendst#174)
(arendst#219)
* Fix default DHT11 sensor driver selection
* Fix LedPower status after button press (arendst#279)
* Add command Sleep 0 - 250 mSec for optional light sleep mode to lower
energy consumption (arendst#272)
*   (Expect overall button/key/switch misses and wrong values on Sonoff
Pow)
* Add Hue brightness extension (arendst#281)
* Fix Hue brightness and change to call by reference (arendst#283)
vicfergar pushed a commit to vicfergar/Sonoff-Tasmota that referenced this issue Jul 17, 2017
3.9.4 20170127
* Fix Sonoff Dual Relay switching (arendst#287)
* Add confirmation before Restart via webpage
* Expand Domoticz Configuration webpage with Key, Switch and Sensor
Index and
*   add commands DomoticzSwitchIdx and DomoticzSensorIdx (arendst#86) (arendst#174)
(arendst#219)
* Fix default DHT11 sensor driver selection
* Fix LedPower status after button press (arendst#279)
* Add command Sleep 0 - 250 mSec for optional light sleep mode to lower
energy consumption (arendst#272)
*   (Expect overall button/key/switch misses and wrong values on Sonoff
Pow)
* Add Hue brightness extension (arendst#281)
* Fix Hue brightness and change to call by reference (arendst#283)
@seetendra
Copy link

Just a question on this . when we export the binary file do we know where is it stored

@andrethomas
Copy link
Contributor

Just a question on this . when we export the binary file do we know where is it stored

Usually for Arduino (as seen in the cases above) the exported bin file will be in the same folder as the code you are compiling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help needed Action - Asking for help from the community
Projects
None yet
Development

No branches or pull requests

6 participants