-
-
Notifications
You must be signed in to change notification settings - Fork 97
Supported ESP Hardware:ESP-12E #213
Comments
TX is on GPIO15 and RX is on GPIO13. |
The code switches the UART0 to use 13 and 15 as not to interfere with any USB devices connected. I'll add a note to the Wiki to explain this. https://arduino-esp8266.readthedocs.io/en/latest/reference.html#serial |
and a few others use this on a custom board with a bare esp12e so it should work. You can try it yourself using a breadboard and a few components. This also is explained in detail on my Wiki. |
I make my PCB with your instruction. I hope you right. L.E LOOK AT PINOUT |
I would just forget the swap and comment out line 147 from |
You have right about my question. With Serial.swap() TX/RX move on GIPO13/GPIO15. |
i have other problems now. for Bosch Condens 2500W with any tx_mode I have just received data. EMS port connected but TX not. Are you sure about R11, R10 and orientation capacitor C8 from schematic Rev 1.1 with super capacitor? |
Ditch the supercap, reduce R4 and R5 to 390 or 360 and rotate C8 if you used an elco. See #155. susisstrolch found out R4 and R5 were too high for parasitic mode (bus powered). So when USB or jack powered the 470 values were fine but in bus powered mode the TX resistor was not low enough. |
i will be try. but I want to know about R10, R11. Is ok to be set 1K both of them?... |
Ok now I see they are 1k. ->R10 10k, R11 100k. |
thanks in advance. today I made this changes, then I return with result |
whell..when I change R4=R5=330R or 360R TX appear OK. but boiler (BOSCH CONDENS 2500W) do never stop the pump. seems like pulse is to loong and boiler try to starting heating, like on/off thermostat. meibe I need try other values. more than 180R and less 235R ? |
if I change EMSUART_TX_BRK_WAIT parameter, not help for this situation ? |
So it appears you want to use EMS-ESP as a stand alone thermostat? |
i need to change by EMS just temperature of warm water, heating retur temperature, start and stop heating, and some data like warm water in use or not..etc. with [8B 08 33 02 {40..60}] - i can change warm water temperature. in other side, i say on top: |
The thermostat controls the heating. EMS-ESP only sets the temperature on a (supported) thermostat. |
very bad newz. but ...why ? just because we don't know the code or...another reason ? L.E: help me please. what cand I do ..? |
yes, because we don't know the code. The project is to interact with known EMS devices. If you're planning to simulate the complex logic of a thermostat that periodically sends commands to the Boiler that is going to be very difficult and dangerous if you don't fully understand exactly what you're doing. This is also not the intent of this GitHub project. I suggest borrowing a cheap Bosch compatible Thermostat and see what commands its sending to your UBA Master (Boiler) and start there. |
I have one bare ESP-12E module, and I want to know where can I connect TX/RX with this module.
The text was updated successfully, but these errors were encountered: