-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to use with Pi3 - Nextion hangs on "connecting to printer...." #3
Comments
Hi, I have the same problem, all steps followed (not difficult !) and all I get is connecting to printer. Did you solve this ? |
did you try this ? |
Thanks, yes I did, but it did not work for me, but I am using original RPI3 (not B). Here's how I got it to work:
The source for the overlays was just found via google, but could be from another source. These files don't exist in my /boot/overlays folder. |
Is it working now by doing this? |
Yes, it's working now, but I also did and un-did a lot of things over the last few hours during my debug process, however these steps did make it work. Before that I got the following errors in the output.log:
There might be a better source for the overlay files, but they worked. |
Oh yes, also when loading the .tft file, I got an error something like "wrong model" - this is because I am using the advanced version with the built in RTC. I re-compiled changing the model number to the advanced and used this file to load. I saw another user on the forum reporting the same error, might be worthwhile adding comments or notes for this. In your original readme, you stated 2.4" but you did not indicate standard or advanced version, I did not know that it made a difference when I ordered the screen ! Or provide 2 versions of the Screen.tft file, one for advanced version and one for std. |
Yes, I didn't have advanced version and tought there was no error running the standard .tft file on an advanced screen. I'll add .tft for every version in the future |
It would also be nice (if you have the time) to design a version that emulates the new wanhao box :-) |
For the UX part? |
Emulates or "looks" like the wanhao UI, because if you emulate it, it will be a step backwards ;) |
The main menu / icons look good but everything past that is very basic and plain. No image preview / layer preview or anything. |
The level of control is great, but the UI design can be a bit 'fiddly' if you have big sausage fingers or your eyesight is not so good ;-) |
yes, I 'll never emulate it ;D just take best points and try to reproduce it. I see a video, it's nice but there is no image/print preview,... but it's nice, I'll do my best to make a better UX for nanoDLP/nextion ;D |
Hi Tibus, Have you managed to interface to USB yet? I am busy doing a similar thing to you except I am using Python instead of NodeJS. The reason I ask is because I am having trouble submitting a form to nanoDLP with a post request. I get a 200 response when I post but nothin happens. Any ideas? Thanks, Dylan |
Hi, |
Okay, thanks. Thanks for a good project BTW! :) |
I use the advanced version 3.2 "with rasp pi 3 and I did not have any problem |
Had to do a re-install from scratch using release 1437 as I am using the wanhao D7 and are unable to get past the "connecting to Printer' again. I have checked and repeated all the steps that are listed in the forum but still nogo, not sure if it is a compatability issue with V1437 ? There's nothing obvious in the output.log file (previously it was unable to connect)
I have tried running the node app directly from the console, but I get no errors, only the output as above, how can I troubleshoot this ? |
Hi Tibus, Can you please tell me how you formulate the time remaining of a print? Ie. what information you fetch from where and the formula you apply with that information in order to calculate the remaining time of a print. Thanks for the help. Dylan |
Hello, |
Thanks for the response, I found what I was looking for though. It was in "PrintingHome.js" line 51 and 52. |
Oups, sorry, I didn't remember Nanodlp do not send time remaining in minute or so. So I take the formula from NanoDLP Javascript home page. |
@Tibus : Is there a way to get debugging information when trying to connect your Nextion software to the Pi? I added four buttons to the Home screen, adjusted the js accordingly (I think?), compiled it, installed it. I'm now trying to debug why my custom buttons are not working. I'd like to see what calls are being made when I push a button. Is there a Pi debugging console somewhere? |
I never debug on the raspberry. Elsewhere, you can pkill node and run |
Would someone mind looking at my code? https://github.com/sgraber/TouchScreen-For-NanoDLP I'm literally just trying to add four buttons to the home screen. I've added four buttons to the "home" screen in the Nextion Editor (see 2.4_LittleRP.hmi) and have added what I think are the proper calls to the home.js file in both the /src and /bin directories. Any time I push these buttons, absolutely nothing happens. I'm at a loss. |
@sgraber i think you need to add some Page file ? |
HI I have a Nextion 3.5" Screen - NX4832T035 and this just is not working at all. Tried the steps I don't know how many times in the last 24 hours, including the long walkthrough on the Tips and Tricks nanoDLP page, nothing. :/ I've updated to the latest stable build of nanoDLP, etc etc. Honestly at my wits end with this and any help would be greatly appreciated. The screen is stuck on a connecting to printer loop Thanks |
Hello there
|
All I get is connecting to printer message |
I got this working over the weekend, by using this https://github.com/cuboid3d/nanodlp just follow the instructions - I downloaded the .rar and unzipped it over cloning the git |
Did you just use the script part because the actual fork of Tibus may be old. |
Still stuck at connecting to printer message on Rpi 2 model B+ connected to nextion 3.5 :( ErrorOutput.log shows No other errors :S |
@Tibus Is it ok for the Pi3B, I use PI3B follow the step. it will appear the message as setal2003 but after redo |
I also update the v0.3 tft to my 3.2'' nextion but can't show the IP/TCP code. |
@Tibus , I'm in the same situation as @hu5566798 . can you help us? my screen is the model nx8048k070 Thank you |
@ jmtru, found out the solution below: The new dependencies (ip, drivelist, child_process) are missing in release v 0.3 |
@ jmtru after reboot, you will find the IP address is strange like 127.0.0.1, because it loss it wifi. you can reconnect with the net cable. after connect net cable you can find it change into http://169.254.187.XX, just fill this address into your web Explorer, then goto the home page at the right top you will find the wifi logo, juts click into choose your wifi with password. then reboot and remove your net cable, then your wifi connect IP address will come back. |
@jmtru, It show that TOS and Tibus is working V0.4 to fix that promble. but I also want to know why itead/Segnix can't work on PI3B+nextion? anyone try that? |
127.0.0.1 is the localhost ip so no need to change it! |
@Tibus Ok, thanks. hope you can release new version to fix that problem. (ip, drivelist, child_process) are missing in release v 0.3 |
works!!! thanks!!!! |
Hi guys, i got the screen to display the menus but it wont respond to any input. Top shows "not printing" then in the middle tcp/ip. Anything i missed? Nextion 3.2 raspi3 B |
hey Cybertec02
I am having the same problem where it shows the UI but doesn't respond to
input. Not sure how to solve that, but as for your TCP/IP text field, you
need to install a small TCP module. I will share the code when I reach home.
…On Thu, Aug 2, 2018 at 6:07 AM cybertec02 ***@***.***> wrote:
Hi guys, i got the screen to display the menus but it wont respond to any
input. Top shows "not printing" then in the middle tcp/ip. Anything i
missed? Nextion 3.2 raspi3 B
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AltrZnMkBjInPqWHiOJsF7KpikB1iHHwks5uMknAgaJpZM4PNIOU>
.
--
Best Regards
Madz
|
@cybertec02 |
@hu5566798 |
Have tried all of this on a nextion 3.5 enhanced, i finally got the screen to display (no longer stuck on connecting to printer), but the the buttons still don't work. I am using ttyUSB0. |
same for me, i do get a GUI on the display but pressing any button produces a dark highlight on the screen as i am pressing but no more happens |
I solved it here: https://www.nanodlp.com/forum/viewtopic.php?id=2196 Problem you are seeing is probably because you are using the wrong tft file. The ones on github did not work for me, the ones on the nandlp.com website did. |
I've followed all of the steps to have the display work with the Nextion 2.4" display on my Raspberry Pi 3, but the display hangs on "connecting to printer..." Is there any sort of log I can be looking at to see why it's hanging? Also: I'm assuming that I am to be enabling the login shell over serial from raspi-config (Advanced -> Serial -> Yes)? Or should this be set to No?
The text was updated successfully, but these errors were encountered: