× This is the optional category header for the Suggestion Box.

System Requirements and some doubts

9 years 2 months ago #123 by cdj
Minkdinickè PupazzoGnappo :lol: (ovviamente scherzo). Per l'italiano mi sono già prenotato !

Sorry for my italian people, but what's our timeline for localization party ? :P

Hope that you accept our joke

Please Log in or Create an account to join the conversation.

9 years 2 months ago #124 by cdj

EasyIoT wrote:

cdj wrote: Hello, thanks a lot for your project and excuse my poor english.
I've some doubts to clarify, (sorry for long questions) :

1) What's the minimum raspberry requirements? Is it run also on A or B version ? is it better on B+?
2) Is it system customizable? Is it support multilanguage or can i change html pages? for ex. i would put "house name" at top of homepage.
3) I want to use only esp8266 node. Is it necessary that i buy that NRF24L01+ module ? I suppose that it needs only to use other "mysensor" system of nodes ?
4) i want to develop a Gate control unit powered by arduino and esp8266. Can i develop it under your system?
5) I want to develop a thermostat with low cost lcd 16x2 and programmable only from remote. Can i develop it under your system?
6) Can i develop custom module" of your framework ?
7) You will develop Android native apps. Will it support widgets? Ok but for example if i want to develop a simple widget to open the gate of my home can i use webservices? in other words can i make something with http request ?
8) I'm pretty sure that i can access system from internet configuring router for port forward. But how you've connect esp8266 that doesn't support static ip? with udp req? (this is just a curiosity)

Thanks a lot and waiting for replies to order my raspberry and rock'n'roll :)
Dario


1. It was tested with B and B+. It was not tested with A - that doesn't mean it doesn't work.
2. Yes, you can add your own groups and sensor module names, custom property valueas and units. Right now system doesn't support localization - this may change in future.
3. No. If you do not use MySensors driver, you do not need NRF24L01+ module
4. Yes
5. Yes. Actually I developed thermostat with touch screen and ESP8266. I will publish manual and source code very soon. See picture:

6. Yes, this is aim of EasyIoT framework. To easy build custom modules - ESP thermostat will be example.
7. Mobile App is not in first plan, but it will be released. I don't know yet how it will looks, but widget would be practical. I will develop only Android App. If you want to develop your own app API is very simple. It's REST API all data are in JSON format. Example is:
/Api/EasyIoT/Control/Module/MySensors/N7S0/ControlLevel/70 to set MySensors module with address N7S0 to value 70.
8. From internet you access only Raspberry Pi and EasyIoT server forward message to ESP8266 module. ESP8266 does not need static IP address and you do not need care about ESP8266 IP address. ESP8266 EasyIoT library will take care of it.
9. Good idea, maybe someone will implement EasyIoT library on ESP8266 module :)


Hey are you use a color touch screen like the one in this proj or not? Obviously you've used arduino mega, right ? and esp8266 !
http://www.sorbanello.it/Arduino/Arduino/Progetto.html

Tnx
Dario

Please Log in or Create an account to join the conversation.

9 years 2 months ago #126 by EasyIoT

cdj wrote:

EasyIoT wrote:

cdj wrote: Hello, thanks a lot for your project and excuse my poor english.
I've some doubts to clarify, (sorry for long questions) :

1) What's the minimum raspberry requirements? Is it run also on A or B version ? is it better on B+?
2) Is it system customizable? Is it support multilanguage or can i change html pages? for ex. i would put "house name" at top of homepage.
3) I want to use only esp8266 node. Is it necessary that i buy that NRF24L01+ module ? I suppose that it needs only to use other "mysensor" system of nodes ?
4) i want to develop a Gate control unit powered by arduino and esp8266. Can i develop it under your system?
5) I want to develop a thermostat with low cost lcd 16x2 and programmable only from remote. Can i develop it under your system?
6) Can i develop custom module" of your framework ?
7) You will develop Android native apps. Will it support widgets? Ok but for example if i want to develop a simple widget to open the gate of my home can i use webservices? in other words can i make something with http request ?
8) I'm pretty sure that i can access system from internet configuring router for port forward. But how you've connect esp8266 that doesn't support static ip? with udp req? (this is just a curiosity)

Thanks a lot and waiting for replies to order my raspberry and rock'n'roll :)
Dario


1. It was tested with B and B+. It was not tested with A - that doesn't mean it doesn't work.
2. Yes, you can add your own groups and sensor module names, custom property valueas and units. Right now system doesn't support localization - this may change in future.
3. No. If you do not use MySensors driver, you do not need NRF24L01+ module
4. Yes
5. Yes. Actually I developed thermostat with touch screen and ESP8266. I will publish manual and source code very soon. See picture:

6. Yes, this is aim of EasyIoT framework. To easy build custom modules - ESP thermostat will be example.
7. Mobile App is not in first plan, but it will be released. I don't know yet how it will looks, but widget would be practical. I will develop only Android App. If you want to develop your own app API is very simple. It's REST API all data are in JSON format. Example is:
/Api/EasyIoT/Control/Module/MySensors/N7S0/ControlLevel/70 to set MySensors module with address N7S0 to value 70.
8. From internet you access only Raspberry Pi and EasyIoT server forward message to ESP8266 module. ESP8266 does not need static IP address and you do not need care about ESP8266 IP address. ESP8266 EasyIoT library will take care of it.
9. Good idea, maybe someone will implement EasyIoT library on ESP8266 module :)


Hey are you use a color touch screen like the one in this proj or not? Obviously you've used arduino mega, right ? and esp8266 !
http://www.sorbanello.it/Arduino/Arduino/Progetto.html

Tnx
Dario


Mega 2560, color touch 3,2" TFT LCD, DHT22, ESP8266 and BMP180.

Please Log in or Create an account to join the conversation.

9 years 2 months ago - 9 years 2 months ago #132 by cdj
Ok waiting for project detail, sketch,etc. :)
Ah, why you put transistor from esp and arduino to translate 3.3 to 5v? arduino logic 1 is ok also with 3.3v :) Have you seen some incompatibility without this ?
I know that is very important to transform arduino tx 5v in 3.3v to receive from esp...

Thanks
Dario

Please Log in or Create an account to join the conversation.

9 years 2 months ago #134 by EasyIoT

cdj wrote: Ok waiting for project detail, sketch,etc. :)
Ah, why you put transistor from esp and arduino to translate 3.3 to 5v? arduino logic 1 is ok also with 3.3v :) Have you seen some incompatibility without this ?
I know that is very important to transform arduinjo tx 5v in 3.3v to receive from esp...

Thanks
Dario


I know that, but I want to be on safe side :)
The following user(s) said Thank You: cdj

Please Log in or Create an account to join the conversation.

9 years 2 months ago #135 by cdj
why BMP180? you will do weather forecast in your thermostat ? :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.309 seconds

Forum latest

  • No posts to display.