Tibus / TouchScreen-For-NanoDLP

Nextion Touch Screen => NodeJS => NanoDLP By Mango3D
http://fb.com/mango3dslicer
MIT License
79 stars 74 forks source link

Home screen hangs. #18

Open smagtech opened 6 years ago

smagtech commented 6 years ago

Hi I am Sudhir from India. I am using Raspberry Pi model 2, 1GB and nexon 3.2 enhance model. After displaying "connecting to printer...... "goes to home screen and hangs there. touch buttons are responsive but nothing happens. what I am doing wrong please help me. I attached i2c LCD 16 by 2 it is working. img_20180913_211558

mutsched commented 6 years ago

Hello to you. If have same problem with 3.2 nextion rpi3b+. I read that the problem is at the defination from the buttons. But i also found no solution...

smagtech commented 6 years ago

Thank you for replay. problem solved. after this steps.....

For Raspberry pi2,1gb model and nextion3.2 enhanced. /////////////////////////////////////////////////////////////////

step 1= upgrade os of Raspberry pi2.

sudo apt-get update sudo apt-get upgrade .then>> sudo reboot

step 2= install touchscreen-for-nanodlp package.

wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v6.4.0.sh | bash .then>> mkdir /home/pi/nextion;(wget https://github.com/Tibus/TouchScreen-For-NanoDLP/releases/download/V0.3/pi2_3.tar.gz --no-check-certificate -O - | tar -C /home/pi/nextion -xz);cd /home/pi/nextion; sudo ./setup.sh .then>> ( important step ) sudo cp * / -rvf .then>> sudo reboot

step 3= change pi cmdline.text file

switch off Raspberry pi2. remove micro sd card. insert micro sd card into pc. find file ( cmdline.TXT ) open in Notepade++. and replace this..... dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=b94f2c65-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait with this..... dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait save and exit.

//////////////////////////////////////////////////////////////////