I gotta be doing something wrong in Arduino.
How to i wipe the esp8266 and start from scratch?
I can help in this..
Code:
C:\Espressif\utils>esptool.py -p COM3 -b 115200 erase_flash
I gotta be doing something wrong in Arduino.
How to i wipe the esp8266 and start from scratch?
C:\Espressif\utils>esptool.py -p COM3 -b 115200 erase_flash
Got it erased.
Can someone give me a more detailed how to for the Arduino part? I gotta be doing something wrong here...
Do i just open the brewpiless.ino and add the libraries via sketch?
Do i just open a new sketch "add file..." and use the .bin (https://github.com/vitotai/BrewPiLess/tree/master/bins)? flash that then flash the brewpiless.ino?
This is the first time I've used Arduino, clearly.
Got it erased.
Can someone give me a more detailed how to for the Arduino part? I gotta be doing something wrong here...
Do i just open the brewpiless.ino and add the libraries via sketch?
Do i just open a new sketch "add file..." and use the .bin (https://github.com/vitotai/BrewPiLess/tree/master/bins)? flash that then flash the brewpiless.ino?
This is the first time I've used Arduino, clearly.
sptool.py --port <serial-port-of-ESP8266> write_flash -fm <mode> 0x00000 <nodemcu-firmware>.bin
Or, if you are using Mac and have esptool.py installed, use esptool.py
Code:sptool.py --port <serial-port-of-ESP8266> write_flash -fm <mode> 0x00000 <nodemcu-firmware>.bin
ok i connected ESP in the other way to my network and flashed brewpiless again and now it is working fine![]()
Used this, kinda:
sudo ./esptool.py --port /dev/cu.wchusbserialfd120 write_flash 0x00000 /Users/B/esptool/new.bin
Flashed fine and brewpiless started but same issue consistent "Controller not updating data..." fault.
I can select edit & update everything but it doesn't function due to the fault.
If you install iTunes[...]
yeah.iTunes?! Ugh.
That'd be a hell of a price to pay for network connectivity
If you're looking for Bonjour I'm pretty sure you can find installable packages for it without having to have that POS iTunes installed...
Cheers!
Is there any recommendation for "Device slot"? My sensor does not work on some low values, something 6 and up works fine though.
I actually just had the brewpi switch on the relay for the first time!
Then shortly faulted with the following:
POST http://192.168.0.111/putline net::ERR_CONNECTION_REFUSED
invoke @ bwf.js:2
send @ bwf.js:2
(anonymous) @ (index):11
(index):11 error
(index):11 error
(index):11 GET http://192.168.0.111/chart.php?offset=1072 404 (Not Found)
reqdata @ (index):11
(anonymous) @ (index):11
(index):11 Not logging
I only have option of "Soft AP". tried it and couldn't get back to the brewpi page. tried the IP as well the brewpi.com & nothing. I think the soft AP mode switches back after a few minutes...?
Im going to leave it in my small bath room with a heater over night and see if it does any temp control and check the datalog in the am.
No. It wouldn't. The WiFi information was erased and it has no way to connect to your network after that. But, I can't explain your situation. Therefore, I am not sure if I really know what happens.
I just wanted to say thanks for putting up with me, it's clearly a me issue and your help is much appreciated!
I do have a few other ESP8266 devices (Sonoff plugs) on my network that are connect to Smartthings. On my router they show as "ESP" including the brewpi...
with new update the webpage looks fine under firefox now, I do not know why
EDIT: ok one problem, there is window on top of interface "Loading setting from BrewPi controller.." and I cannot get rid of it. On PC any browser and phone as well.
Today I got a comment from the creator of iSpindle, Sam.
I am happy to collaborate with him to make BrewPiLess "compatible" to iSpindle.
Accepting the data from iSpindle and putting gravity readings in the chart isn't a big deal. It could be done in the time of one beer.
Sam has an aggressive proposal: changing the temperature according to gravity reading instead of time. It's surely doable and interesting. However, I am very bad at UI design and need your inputs. Please let me know how you think about it.
Sam has an aggressive proposal: changing the temperature according to gravity reading instead of time. It's surely doable and interesting. However, I am very bad at UI design and need your inputs. Please let me know how you think about it.
Would love this to merge with Thorraks too though
The way I've always envisioned it working is by defining "stabilization" and then making that the marker for the rest of the fermentation profile.
"1 day after SG stabilizes, move to 30 deg"
"3 days after SG stabilizes, move to 22 deg"
...etc.
The trick is defining what constitutes stabilization.
Alternatively, you could have the user enter an "expected FG" and then set points based on how close you are getting to the expected FG, but that assumes the user has some decent basis for specifying the expected FG. I've... had quite a few beers that I didn't come close to the expected FG on, unfortunately.
I'll be curious to see how you end up approaching this -- Integrating the Tilt Hydrometer into Fermentrack is a personal goal of mine. I have a Tilt sitting on my desk, but have yet to use it because I don't have a spare device to receive the data.![]()
Did anyone try to use this system with battery or powerbank? Just for temperature logging? I have a nice place without electricity in the basement and seems to be stable in temperature and I would like to log a temperature of bucket there to test
Should 2000mah powerbank be good? I know there is no deep sleep implemented etc but maybe without it it does not drain a lot of battery?
Could this be used on Sonoff? or is the Sonoff flash to small @ 8Mbite/1Mbyte?