Search found 175 matches

by asuz
09 Jan 2019, 19:32
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

I am going to built your project that you mention over there https://bitekmindenhol.blog.hu/2018/10/14/termosztat_esp866-al . Am I right is that yours? Yes this is my creation and currently is my only thermostat at home. It needs an ESPEasy firmware with a special plugin to use, can be downloaded h...
by asuz
09 Jan 2019, 19:03
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

Hello again, I wonder how many 18b20 can be work without problem with pi zero that runs esp firmware without issue? As i see it is maximized in 10-64 pieces in w1-gpio kernel driver. It is a software limit. (Just checked mine, it writes 64) You can check it by issuing the following command to the l...
by asuz
09 Jan 2019, 15:20
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

Hello again, I wonder how many 18b20 can be work without problem with pi zero that runs esp firmware without issue?
by asuz
08 Jan 2019, 16:00
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

Thanks for all suggestion but solution comes with the adding dtoverlay=w1-gpio code to the /boot/config.txt .But I cannot edit config.txt by typing sudo nano /boot/config.txt to the console. Each time it did not save config.txt, then I put SD card in a windows OS then add dtoverlay=w1-gpio bottom of...
by asuz
08 Jan 2019, 12:53
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

Yes I have a few 18b20 with soldered 4.7k and test it at esp8266 that runs esp easy firmware
by asuz
08 Jan 2019, 12:25
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

Sorry about it but still not working, should I use raspian instead of dietpi. I choose dietpi for not using lots of system source.
by asuz
08 Jan 2019, 00:31
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

root@DietPi:~# cat /boot/config.txt disable_overscan=1 framebuffer_width=16 framebuffer_height=16 framebuffer_depth=8 display_rotate=0 lcd_rotate=0 start_x=0 disable_camera_led=0 max_usb_current=1 disable_pvt=1 disable_splash=1 avoid_pwm_pll=1 dtparam=i2c_arm=off dtparam=i2c1=off i2c_arm_baudrate=10...
by asuz
07 Jan 2019, 23:59
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

First of all I am using Pi Zero Wireless with DietPi_v6.17_RPi-ARMv6-Stretch
I check cables few times and see nothing wrong.
There is nothing after typing "lsmod | grep w1"
"ls /sys/bus/w1/devices" reply is No such file or directory
by asuz
07 Jan 2019, 19:10
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

Hello, I connect 18b20 with 4.7k resistor to the GPIO22 but cannot see the 18b20's Device Address box and temperature values. What I am missing?
by asuz
05 Jan 2019, 16:18
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

Thanksssssss :D
by asuz
05 Jan 2019, 13:19
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 511212

Re: RPIEasy

How can I make ESP auto restart if I reboot PI? Does it work with diet pi?
by asuz
27 Dec 2018, 16:24
Forum: ESP Easy: General Discussion
Topic: I2C interface issue at LCD2004
Replies: 3
Views: 2510

Re: I2C interface issue at LCD2004

I've some of these black PCBs running without problems. Well, I assume that they are same, nothing is really sure with our chinese friends... :twisted: Anyays i often noticed that the small blue trimmer is fully turned to one end and nothing is visible. So first question: Did you already try turnin...
by asuz
27 Dec 2018, 15:20
Forum: ESP Easy: General Discussion
Topic: I2C interface issue at LCD2004
Replies: 3
Views: 2510

I2C interface issue at LCD2004

I have got a few LCD2004 20X4 lcd screen. When I use the I2C interface(red one Funduino brand) there is no problem but when I use black one MH brand there is nothing at the screen. Is there anybody to have idea?
by asuz
22 Dec 2018, 21:44
Forum: ESP Easy: General Discussion
Topic: ideas for integrating esp to existing anolog thermostat
Replies: 4
Views: 3397

Re: ideas for integrating esp to existing anolog thermostat

There's a github published project that offers alternate software for your XH-W1401 thermostat. I don't know much about it but it appears their custom firmware includes a 9600 baud serial port for controlling the thermostat. https://github.com/TG9541/stm8ef/wiki/STM8S-Value-Line-Gadgets https://git...
by asuz
21 Dec 2018, 22:38
Forum: ESP Easy: General Discussion
Topic: 128x64 Graphic LCD Module
Replies: 16
Views: 10466

Re: 128x64 Graphic LCD Module

ThomasB wrote: 21 Dec 2018, 21:58 Yes, you can use any of the NX series displays. I'm using the 2.8" model (Nextion NX3224T028).

Here is a summary of the NX Family:
https://www.itead.cc/display/nextion.html

- Thomas
Thank you very muchhhhhh for all sharings :)
by asuz
21 Dec 2018, 21:10
Forum: ESP Easy: General Discussion
Topic: 128x64 Graphic LCD Module
Replies: 16
Views: 10466

Re: 128x64 Graphic LCD Module

I did a quick search and couldn't find any other ESPEasy users that mentioned this display. So there does not seem to be any active interest within the community. That means you'd need be the one to develop a plugin. BTW, your robotdyn display is a 5V device and the ESP8266 is a 3.3V device. So the...
by asuz
21 Dec 2018, 13:58
Forum: ESP Easy: General Discussion
Topic: 128x64 Graphic LCD Module
Replies: 16
Views: 10466

Re: 128x64 Graphic LCD Module

As far as I know your graphic display is not currently supported by ESP Easy. Perhaps someone has published something for it in ESP Easy's Github PlayGround. Otherwise you'll have to write your own plugin for it. - Thomas I am not expert at programming skill to write my own plugin so need volunteer...
by asuz
21 Dec 2018, 11:43
Forum: ESP Easy: General Discussion
Topic: ideas for integrating esp to existing anolog thermostat
Replies: 4
Views: 3397

ideas for integrating esp to existing anolog thermostat

Hello all, I know I am coming here with crazy questions each day :) This one is asking for if it is possible to integrate an anolog thermostat to ESP. Here is the pictures off it. I know I can make a thermostat with ESP but important thing is integrate existing one. It is cheap but very useful therm...
by asuz
21 Dec 2018, 00:14
Forum: ESP Easy: General Discussion
Topic: 128x64 Graphic LCD Module
Replies: 16
Views: 10466

Re: 128x64 Graphic LCD Module

OK I will experiment possibilities. Sould I choose device of LCD2004 at task settings?
by asuz
20 Dec 2018, 22:48
Forum: ESP Easy: General Discussion
Topic: 128x64 Graphic LCD Module
Replies: 16
Views: 10466

Re: 128x64 Graphic LCD Module

ThomasB wrote: 20 Dec 2018, 22:38 5V Power is applied to the LCD's +5V pin.
Need to undserstand you perfect for that reason need to ask again. There is a LCD+ pin at he I2C Adapter. Should I connect LCD+ to the 5V pin on nodemcu?
by asuz
20 Dec 2018, 22:31
Forum: ESP Easy: General Discussion
Topic: 128x64 Graphic LCD Module
Replies: 16
Views: 10466

Re: 128x64 Graphic LCD Module

ThomasB wrote: 20 Dec 2018, 22:24 The Lolin NodeMCU provides +5V on its VU pin.

- Thomas
Should I put the I2C Graphic 128x64 LCD Adapter's LCD+ pin to the 5V? or you misunderstood me?
by asuz
20 Dec 2018, 18:55
Forum: ESP Easy: General Discussion
Topic: 128x64 Graphic LCD Module
Replies: 16
Views: 10466

128x64 Graphic LCD Module

Hello, I have 128x64 Graphic LCD Module with I2C Graphic 128x64 LCD Adapter. I cannot success to connnect and get display form NodeMCU Lolin V3 CH340 Esp8266. I2C Graphic 128x64 LCD Adapter has 5 pins LCD+,SCL,SDA,GND,+5V. I dont know where to LCD+ connect to the NodeMCU. Is there anybody help me?
by asuz
20 Nov 2018, 20:17
Forum: ESP Easy: General Discussion
Topic: getting temperature value from ESP8266 to vera controller
Replies: 5
Views: 5165

getting temperature value from ESP8266 to vera controller

Is there anybody able to get temperature values from ESP8266 to vera controller. Thanks Dan (https://dan.bemowski.info/2017/07/04/us ... -and-vera/) to make it work with 8266 relay's with vera controller but I need to get temperature values from vera controller.
by asuz
05 Nov 2018, 09:55
Forum: ESP Easy: General Discussion
Topic: newbie 18b20 code practise
Replies: 2
Views: 2153

Re: newbie 18b20 code practise

Thank you, I will try :)
by asuz
01 Nov 2018, 14:09
Forum: ESP Easy: General Discussion
Topic: newbie 18b20 code practise
Replies: 2
Views: 2153

newbie 18b20 code practise

I am very new at ESP Easy and trying to learn codes. I try to apply some codes about turn the relay on if temperature is upper than 25 and turn the relay off lower than 25. But cannot succeed. Is there anybody help me. Here is the esp screen