Search found 18 matches

by Alan_37
30 Dec 2020, 00:24
Forum: ESP Easy: General Discussion
Topic: Connect to a Specific AP
Replies: 6
Views: 5319

Re: Connect to a Specific AP

I am using TP-Link Deco, I have the blacklist option but cant create other SSID, only a guest network
but that would be on a separate VLAN won't be able to communicate with openHub.

for now, the blacklist works but if there is some problem in this AP won't have a fallback
by Alan_37
30 Dec 2020, 00:10
Forum: ESP Easy: General Discussion
Topic: Connect to a Specific AP
Replies: 6
Views: 5319

Re: Connect to a Specific AP

I just found a quick workaround for now,

it seems I can deny access to the specific mac's on the access point so the ESP won't be able to
connect to these AP's :)
by Alan_37
29 Dec 2020, 23:53
Forum: ESP Easy: General Discussion
Topic: Connect to a Specific AP
Replies: 6
Views: 5319

Re: Connect to a Specific AP

Thanks for your reply I understand.

It would be a nice addon if we could have a setting where we can specify
the mac address of the AP that we prefer the ESP to connect to
that would be perfect.
by Alan_37
29 Dec 2020, 22:35
Forum: ESP Easy: General Discussion
Topic: Connect to a Specific AP
Replies: 6
Views: 5319

Connect to a Specific AP

Hi, I am having a problem I have multiple Access points in my house they all have the same SSID Sometimes ESP will choose to connect to the one in the other location with a very low signal. Is there a way to make the esp connect to a specific Wifi Access point for example to a specific AP Mac Addres...
by Alan_37
24 Apr 2020, 19:53
Forum: ESP Easy: General Discussion
Topic: MQTT serial bridge with EspEasy
Replies: 4
Views: 8191

Re: MQTT serial bridge with EspEasy

hi Thanks for your reply and suggestions I came across this simple ESP8266 (Arduino IdE) code that works 100% perfectly it would be really great if someone can build a plugin from it #include <ESP8266WiFi.h> #include <PubSubClient.h> const char* ssid = "SSID"; const char* password = "...
by Alan_37
20 Apr 2020, 17:53
Forum: ESP Easy: General Discussion
Topic: MQTT serial bridge with EspEasy
Replies: 4
Views: 8191

MQTT serial bridge with EspEasy

Hi,

Was wondering if there is a plugin to use Espeasy as an MQTT serial bridge to make a microcontroller
MQTT enabled via Esp.

Any ideas Please
by Alan_37
03 Oct 2019, 23:17
Forum: ESP Easy: Software
Topic: Serial Communication Via HTTP get
Replies: 4
Views: 3476

Re: Serial Communication Via HTTP get

Hi

Is there any chance we can ever see this HTTP to serial bridge plugin in Esp Easy
I really need this function :cry:

Thanks
by Alan_37
06 Mar 2019, 14:32
Forum: ESP Easy: Hardware
Topic: ProMiniExtender PWM
Replies: 2
Views: 2853

Re: ProMiniExtender PWM

Anyone can help on this one please? or maybe someone has the 328p hex file ready compiled, please
by Alan_37
06 Mar 2019, 13:26
Forum: ESP Easy: Software
Topic: Serial Communication Via HTTP get
Replies: 4
Views: 3476

Re: Serial Communication Via HTTP get

Hi TD-er , Yes that is one application for it, also have a microcontroller that accepts rs232 commands and would like to control it via esp easy , This plugin would be a very handy tool, and it should not be complicated to code . just receive data from GET -> output on serial -> listen to serial 250...
by Alan_37
05 Mar 2019, 23:43
Forum: ESP Easy: Software
Topic: Serial Communication Via HTTP get
Replies: 4
Views: 3476

Serial Communication Via HTTP get

Hi trying to find a plugin on something that does this very simple task, I need to print to serial via HTTP command for example : HTTP://<ESP IP address>/control?cmd=TX232,message to send here Then if a reply is received, will be displayed on the page that is all very simple. this will allow the esp...
by Alan_37
05 Mar 2019, 22:01
Forum: ESP Easy: Hardware
Topic: ProMiniExtender PWM
Replies: 2
Views: 2853

ProMiniExtender PWM

Hi I have just flashed a mini pro (Atmega 328P) with the MiniProExtender.ino on GitHub --> https://github.com/letscontrolit/ESPEasySlaves/tree/master/MiniProExtender I can see the pro Extender when scanning I2C, I can also control the output of it's Port ( low and high ) so cmd=EXTGPIO works fine, B...
by Alan_37
01 Mar 2019, 23:45
Forum: ESP Easy: General Discussion
Topic: ProMiniExtender
Replies: 27
Views: 38112

Re: ProMiniExtender

HI I just connected the mini pro to espeasy I can control the pins 1 and 0 but I can't output any PWM from them is there any other Arduino Sketch somewhere ? EXTPWM command dose not work for me i am using this one below any idea why is that ?? #include <Wire.h> #define I2C_MSG_IN_SIZE 4 #define I2C_...
by Alan_37
01 Mar 2019, 11:29
Forum: ESP Easy: General Discussion
Topic: Problem with ESP32 Flashing
Replies: 15
Views: 26849

Re: Problem with ESP32 Flashing

Hi I am trying to Flash ESP32 with the Zip file uploaded here, and the latest image release ( ESP_Easy_mega-20190301_esp32test_1M8_partition.bin ) it flashes OK and I can connect to Wifi: TSET ESP32_0 , Password: configesp I can ping the esp32 on 192.168.4.1 OK but when I try to browse 192.168.4.1 t...
by Alan_37
09 Jul 2018, 00:57
Forum: ESP Easy: General Discussion
Topic: Esp Easy Commands
Replies: 1
Views: 1767

Esp Easy Commands

Hello, I am trying to find All commands for ESP Easy, I know there is the
wiki but the command there are not updated, I am trying to find the new commands that
are out with the new releases.

Thanks in advance

Alan
by Alan_37
16 Jan 2018, 15:04
Forum: ESP Easy: General Discussion
Topic: Pwm frequency
Replies: 4
Views: 4299

Re: Pwm frequency

Thanks for your help toffel969
by Alan_37
15 Jan 2018, 23:19
Forum: ESP Easy: General Discussion
Topic: Pwm frequency
Replies: 4
Views: 4299

Pwm frequency

Hi ,

I am trying to build a high power LED dimmer using the ESP PWM but i have a problem PWM frequency is only 1khz this produces a buzzing sound since 1khz is audible tryed to add inductors but the problem still persists

Is there a way to increase the PWM frequency ?
by Alan_37
30 Apr 2017, 15:20
Forum: ESP Easy: General Discussion
Topic: Get Sensor Status via Serial
Replies: 3
Views: 3276

Re: Get Sensor Status via Serial

Thanks Krikk That works fine , but my arduino is now being a lot busy receiving all that data input is there a way to display the results only when i need them by sending a command maybe the values are stored in a variable on the esp is there a way to display that variable example : print Humidity ,...
by Alan_37
30 Apr 2017, 00:11
Forum: ESP Easy: General Discussion
Topic: Get Sensor Status via Serial
Replies: 3
Views: 3276

Get Sensor Status via Serial

Hi I am very new to this , just installed this firmware on my esp8266 configured and connected to my home wifi network , I have a BME280 sensor connected i can see the values via HTTP , but i would like to be able to display these values on the serial ( RS232). what command should i use to display t...