Page 1 of 1

Raspberry Pi questions

Posted: Tue Jun 28, 2022 12:08 am
by RGV250
Hi,
I have a couple of questions regards the Raspberry Pi.
First, is there a specific area on the forum for it as I cannot find one.

Second, Are there any examples how to implement a webserver on one, I have a Modbus (RS485) teperature & humidity sensor I would like read and display the information from it.

Regards,
Bob

Re: Raspberry Pi questions

Posted: Tue Jun 28, 2022 9:31 am
by chipfryer27
Hi

There are no dedicated forum sections for any specific target devices.

Flowcode is target independent and therefore all components should work with all available targets (generally speaking). There are a few examples of creating a webserver in the WiKi and some examples using the Generic component can be found here :-

https://www.flowcode.co.uk/wiki/index.p ... etworking)

Regards

Re: Raspberry Pi questions

Posted: Wed Jun 29, 2022 1:43 am
by RGV250
Hi,
Thanks, I think I was getting confused as App Developer has its own section.

On the examples, 2 of them require App Developer so I had a look at the ESP8266 one. It may be me but I cannot see how it works.
I have found a video here https://www.youtube.com/watch?v=DaViZAhSxuQ which seems to be more explanatory and also is for the ESP32 which I have.

Bob

Re: Raspberry Pi questions

Posted: Wed Jun 29, 2022 9:41 am
by chipfryer27
Hi

Last time I used the webserver was in FCv5 with a LAN module so I'm probably not the best to assist. However if you enter ESP32 Webserver in the forum search bar you will get a few pages of hits and I'm sure if you get stuck someone will have had your issue before and can help resolve.

Regards