BrewPiLess
BrewPiLess copied to clipboard
Reset option
Hi Vitotai, Love BPL. its the best. Is there a command that can be issued by JSON or similar to reset the BPL over the gui/remotely. I am having some minor problems and having to power cycle the device is becoming problematic (especially remotely). Cheers
There was. It's easy to add it back. What's your issue? IMO, SPIFFS seems to be a weak point of the system, in addition to WiFi. I would suggest formatting SPIFFS if the system is unstable. The url to format SPIFFS is http://{ipofthecontroller}/format-spiffs
Cool thanks. The issue im having is every so often all 3 of my temp probes disappear entirely from the system. conducting a hard-reset is only way for them to be re-initialised and have it all come back to normal. As there is no reset feature I have to manually go to the fridge to do this.
I had similar issues before removing DIN connectors.
In my experience that happens for supply interference. Power the sensor with 5v. Add 100nF between 5v and Gnd as close to the sensor as possible. Lower the data pull up to 3v to 1k ohms.
El El lun, 3 de ago. de 2020 a la(s) 05:32, vitotai < [email protected]> escribió:
I had similar issues before removing DIN connectors.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vitotai/BrewPiLess/issues/256#issuecomment-667887622, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXBW4LUXJIN54ANUNSOQVDR6ZYYLANCNFSM4PROAZOA .
I have also sometimes problem with sensors, I have 2 of them and sometimes they spike abnormally on the graph and they show then the same temperature and If I check on devices only one is showing temperature and the other one not. Have to power cycle, my cables are around 1m.
@lalo-uy Thanks. Is the cap absolutely necessary? could I get away with just the 1k swap with 5v instead of 3v3?
Do not use 5V in the data pullup line, that may destroy the input pin. ESP do not allow 5v in the pins.
El lun., 7 sept. 2020 a las 23:25, Scales82 ([email protected]) escribió:
@lalo-uy https://github.com/lalo-uy Thanks. Is the cap absolutely necessary? could I get away with just the 1k swap with 5v instead of 3v3?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vitotai/BrewPiLess/issues/256#issuecomment-688580789, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXBW4NAYSWSLM5CFO3MIILSEWI23ANCNFSM4PROAZOA .
I did use many times 5V and it was alright, with ESP, Arduino and Raspberry. No probs. Here though I am using 3v3 as it is super easy to just solder resistor to pins
That your specific device tolerate that not means it "is all right". Manufacturer specs say ESP and Raspberry Pi GPIO should not be exposed to 5V
El mar., 8 sept. 2020 a las 8:17, Marcin Michalik ([email protected]) escribió:
I did use many times 5V and it was alright, with ESP, Arduino and Raspberry. No probs. Here though I am using 3v3 as it is super easy to just solder resistor to pins
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vitotai/BrewPiLess/issues/256#issuecomment-688801629, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXBW4IIYU6OW74UVJLFRKLSEYHDVANCNFSM4PROAZOA .
ESP8266 is said, by the manufacturer, to be 5V tolerant.
Sorry but no. Look here.
El mar., 8 sept. 2020 a las 8:29, vitotai ([email protected]) escribió:
ESP8266 is said, by the manufacturer, to be 5V tolerant.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vitotai/BrewPiLess/issues/256#issuecomment-688807081, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXBW4IXFJGSCAWI5KSMVTTSEYIS3ANCNFSM4PROAZOA .
Do not use 5V in the data pullup line, that may destroy the input pin. ESP do not allow 5v in the pins. El lun., 7 sept. 2020 a las 23:25, Scales82 ([email protected]) escribió:
Thats ok, I wasn't doing that anyway. I have re-designed and put 5v supply to the probes and left the signal line at 3v3. I was wondering mainly about the change in resistor and why you suggest 0.1uF but some designers have also put a 1uF on both the 5v and signal lines.
1uF in data line is bad, will distort the pulses shape. As mutch as you stabilize the power supply the better. 100nF or 1uF are good as long as they are paper caps. Electrolytics ones tho not respond fast enough.
El mar., 8 sept. 2020 a las 8:48, Scales82 ([email protected]) escribió:
Do not use 5V in the data pullup line, that may destroy the input pin. ESP do not allow 5v in the pins. El lun., 7 sept. 2020 a las 23:25, Scales82 ( [email protected]) escribió:
Thats ok, I wasn't doing that anyway. I have re-designed and put 5v supply to the probes and left the signal line at 3v3. I was wondering mainly about the change in resistor and why you suggest 0.1uF but some designers have also put a 1uF on both the 5v and signal lines.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vitotai/BrewPiLess/issues/256#issuecomment-688815091, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXBW4P7CM6TJUANRVRLGATSEYKXLANCNFSM4PROAZOA .