|
Post Title |
Forum |
|
Help coding boot up welcome screen
By alj86, 2 days ago
|
Arduino |
|
Hello,
First post in your forums!
I was working on a project and wished to implement a boot up/welcome screen with simple fonts for a couple of seconds before the main program kicks in.
But so far I h... |
|
RE: Nixie Clock - How can i add my desired function to this code
By pejman1998, 2 days ago
|
Arduino |
|
@hans actually my clock works fine and all 6 of nixie tubes show the numbers at same time but the thing is its what my bare eyes (my brain) wants to believe , actually they turn on one by one from rig... |
|
RE: Nixie Clock - How can i add my desired function to this code
By Hans, 2 days ago
|
Arduino |
|
Hmm, that is not good ... I wonder why this is.Possibly my lack of knowledge on the Nixies ...?
Have you ever seen your Nixies all light up with all numbers on?Just wondering if your power-supply is m... |
|
RE: Nixie Clock - How can i add my desired function to this code
By pejman1998, 3 days ago
|
Arduino |
|
@hans ok i just tested your new code and unfortunately the same thing happened with an exception that i could see that even though only 2 of tubes were glowing one of them was cycling the numbers over... |
|
RE: Nixie Clock - How can i add my desired function to this code
By Hans, 3 days ago
|
Arduino |
|
By what I'm seeing in that other YouTube video, the digits are turned on/off very fast and several times?
So first thing, I think some of the code is a little confusing, in my own code as well.I under... |
|
RE: Nixie Clock - How can i add my desired function to this code
By pejman1998, 3 days ago
|
Arduino |
|
@hans yes you are right its been a while loli meant that even though it starts to work at the time of 30 or 00 minutes (which turns on only 2 tubes ) it starts to glow the digits sequently while the e... |
|
RE: Nixie Clock - How can i add my desired function to this code
By Hans, 3 days ago
|
Arduino |
|
Hi Pejman1998,
It's been a while that we worked on this, so I have to dive in again to get familiar with the details 😋
I have zero experience with Nixies,... so bear with me 😊
This N... |
|
RE: ConnectmeNow - NFS doesn't allow -o options
By Hans, 3 days ago
|
MacOS X Software |
|
Thanks Lax for the extensive info! Awesome 👍 🙂
As for your question on the mount path;
Under advanced settings of a share, there is the option "Use custom path as absolute oath (ente... |
|
RE: ConnectmeNow - NFS doesn't allow -o options
By lax, 4 days ago
|
MacOS X Software |
|
REQUEST:
The nfs mount point name that is chosen seems to include the server name
CMD: mount_nfs -o vers=4,rsrvport "<server_dns_name>:/raid_storage/nfs" "/Users/<user>/Mountpoints/nfs (&l... |
|
RE: ConnectmeNow - NFS doesn't allow -o options
By lax, 4 days ago
|
MacOS X Software |
|
For anybody else following this:
In your Linux /etc/exports file, give these permissions to the export
/path/nfs_mount <localnetwork>/24(sec=sys:krb5:krb5i:krb5p,rw,insecure,sync,no_root_squas... |
|
RE: ConnectmeNow - NFS doesn't allow -o options
By lax, 4 days ago
|
MacOS X Software |
|
Posted by: @hans
Did you try it with these parameters? (again: not sure how critical the reserved socket port number is, it worked for my QNAP)
Actually , my QNAP .. I use Apple's built-in AFP and w... |
|
RE: ConnectmeNow - NFS doesn't allow -o options
By Hans, 4 days ago
|
MacOS X Software |
|
Almost forgot to mention this:
When the Preferences window is open, press and hold CTRL + Alt + Command to reveal the "Show debug log" button.The debug log will show the command line statement for "cu... |
|
RE: ConnectmeNow - NFS doesn't allow -o options
By Hans, 4 days ago
|
MacOS X Software |
|
Apologies for the delayed response.Not being a NFS expert I did need to do some tests (had to setup a NFS share first).
Indeed ... it seems the option resvport requires execution by sudo, and CMN does... |
|
RE: Nixie Clock - How can i add my desired function to this code
By pejman1998, 4 days ago
|
Arduino |
|
@hans hello ! after all this time i managed to run the code , unfortunately there is a problem with both no poison voids, the problem is at the moment that the no poison starts not all tubes are lit a... |
|
RE: ConnectmeNow - NFS doesn't allow -o options
By lax, 5 days ago
|
MacOS X Software |
|
Posted by: @hans
What did you enter for the options?
I'm not very experienced with NFS, but I think you need to enter this for that option field:
vers=4,resvport
Yes, that's what I used. No joy. Man... |