Search found 6 matches
- 31 Oct 2023, 23:36
- Forum: ESP Easy: General Discussion
- Topic: Serial Server from url question
- Replies: 4
- Views: 1622
Re: Serial Server from url question
Thank you!
- 31 Oct 2023, 20:28
- Forum: ESP Easy: General Discussion
- Topic: Serial Server from url question
- Replies: 4
- Views: 1622
Re: Serial Server from url question
yes \n\r was tested before just passing this characters to serial
rgb,100,60,100,4,100\n\r
%CR% gives rgb,100,60,100,4,100♀%
%N% gives rgb,100,60,100,4,100rgb,100,60,100,4,100rgb,100,60,100,4,100
rgb,100,60,100,4,100\n\r
%CR% gives rgb,100,60,100,4,100♀%
%N% gives rgb,100,60,100,4,100rgb,100,60,100,4,100rgb,100,60,100,4,100
- 31 Oct 2023, 20:07
- Forum: ESP Easy: General Discussion
- Topic: Serial Server from url question
- Replies: 4
- Views: 1622
Serial Server from url question
Hello everyone I have one question, how to pass to serial enter character from url? I have serial server that passing commands to little device controling leds and this device need enter after each command when serial server used from socat its working fine but when tried to switch to url, not worki...
- 31 May 2017, 23:09
- Forum: ESP Easy: General Discussion
- Topic: Feature Request collection/list
- Replies: 197
- Views: 231172
Re: Feature Request collection/list
Feature-Request: Bridge betwen atmega/arduino/other microcontroller to domoticz via espeasy reading from uart. Sending from microcontroller named values like wind=value,gust=value,winddir=value\n rain=vaule\n lux=value\n uv=value\n lightning=value\n or any other named value defined by field name and...
- 24 May 2017, 18:42
- Forum: ESP Easy: General Discussion
- Topic: Second Pulse Counter
- Replies: 4
- Views: 4410
Re: Second Pulse Counter
As on attached image IDX value are set. I have many EspEasy configured and idx value greater that 255 are working. For test only I set value 1. I set only one pulse counter and if using GPIO15 is working but if using GPIO14 or GPIO12 is not. I think that counting works only on gpio15. Hardware is No...
- 24 May 2017, 16:30
- Forum: ESP Easy: General Discussion
- Topic: Second Pulse Counter
- Replies: 4
- Views: 4410
Second Pulse Counter
Hello I'm trying to do a weather station based on sparkfun kit and got into problem. I need 2 pulse counter to rain and wind speed and first added is working but second not. I change GPIO, change cable etc. As alternative i connect weather kit to arduino and all of sensors works perfect. Any Idea? f...