Search found 125 matches

by jollybv
Thu Oct 07, 2021 2:20 pm
Forum: General
Topic: Modbus TCP Master Slave read
Replies: 7
Views: 2975

Re: Modbus TCP Master Slave read

Hi Ben If I'm understanding you I loaded SetAnalogInput(0,0x5859) strait after I initialize the modbus slave then check at the TCP/IP In the console to see if I get the XY. What I am getting on the numeric indicator in app developer is Error every time I call the SetAnalogInput(0,0x5859) but every t...
by jollybv
Thu Oct 07, 2021 1:59 pm
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 21399

Re: ESP32 Compiling error

Hi yes
you need to load it into just the ESP-IDF folder
esp-idf.png
esp-idf.png (182.17 KiB) Viewed 4588 times
by jollybv
Thu Oct 07, 2021 8:20 am
Forum: General
Topic: ESP32 Compiling error
Replies: 59
Views: 21399

Re: ESP32 Compiling error

hi guys

Just from my experience when I created the esp-idf folder it automatically creates another folder espressif and puts the file in that when I forced it to install in the esp-idf without the espressif folder everything worked.
by jollybv
Wed Oct 06, 2021 4:33 pm
Forum: General
Topic: Modbus TCP Master Slave read
Replies: 7
Views: 2975

Re: Modbus TCP Master Slave read

Hi Ben Thanks for the reply I have changed it to 3 If i look in the console it all looks fine so what it looks like it is that I'm not putting the data in the SetAnalogInput(0,PV) console 1.png Is there a step I'm might be missing that i should do before I call the ModbusSlave1::SetAnalogInput(0,PV)...
by jollybv
Tue Oct 05, 2021 12:23 pm
Forum: General
Topic: Modbus TCP Master Slave read
Replies: 7
Views: 2975

Modbus TCP Master Slave read

Hi Guys I'm really battling trying to read the values from the slave in the master, I have searched and searched and watched Ben's modbus videos but can seem to get it right. It is probably something really simple but cant figure it out. In the modbus slave I SetAnalogInput (0, feedback) see below M...
by jollybv
Wed Sep 29, 2021 3:46 pm
Forum: General
Topic: Read IP ESP32
Replies: 3
Views: 1799

Re: Read IP ESP32

Hi Guys

I sorted out reading the IP i was trying to create an access point instead of connecting to the SSID of my rougher now the only thing is that it reads the IP backward is this a fault of the component?

IP address.png
IP address.png (6.76 KiB) Viewed 1741 times
Access_point.fcfx
(21.74 KiB) Downloaded 112 times
by jollybv
Sun Sep 26, 2021 10:43 am
Forum: General
Topic: Read IP ESP32
Replies: 3
Views: 1799

Read IP ESP32

Hi Guys I'm trying to understand the WLAN component of the esp32, I would like to read the IP of the esp32 I have tried the IP=WLAN_ESP32::ReadIPString() component and it just gives me 0.0.0.0 so not sure what I'm doing wrong. I have tried setting it up as an access point then reading the IP ADD but...
by jollybv
Thu Sep 23, 2021 10:44 am
Forum: General
Topic: PWM and ESP32
Replies: 7
Views: 3138

Re: PWM and ESP32

Great let me get app developer and get the project working on the PC so long then wait and see what happens with the cloud.
by jollybv
Thu Sep 23, 2021 9:22 am
Forum: General
Topic: PWM and ESP32
Replies: 7
Views: 3138

Re: PWM and ESP32

Hi Ben Thanks, looks like I did not spell the "Blynk" platform correctly seems to work off Arduino IDE. https://blynk.io/en/getting-started Not sure if it is comparable with Flowcode but there pricing is quite high if you want to do anything meaningful. I know App Developer runs on desktop will it r...
by jollybv
Thu Sep 23, 2021 6:44 am
Forum: General
Topic: DS18B20
Replies: 6
Views: 2865

Re: DS18B20

Thanks Ben

I will try this and see how I get along