PIC Nixie Clock project


Closed Thread
Results 1 to 32 of 32

Hybrid View

  1. #1
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: PIC Nixie Clock project

    Yes, need firmware which just delivers time.

  2. #2
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427


    Did you find this post helpful? Yes | No

    Default Re: PIC Nixie Clock project

    Hi CuriousOne,
    So to help you get a simple time server up and running on an ESP8266 I have a few questions...

    What are your size constraints?
    Do you have 3.3v available or just 5v?
    If you would be willing to use a larger module like one of these...
    https://www.aliexpress.com/wholesale...=lolin+esp8266.

    my favorite is this one...
    https://www.aliexpress.com/item/3272...archweb201603_

    But it really does not matter too much which module you choose.

    You also note that you have experience with old school BASIC.
    I will tell you it is trivial to flash ANNEX RDS onto one of these modules and then code development is drop dead simple.
    The IDE (Integrated Development Environment) is hosted right on the module.
    You only need a micro USB cable to flash ANNEX and then you simply log onto the webpage of the module and you are in the IDE.

    If you get this far I'd be happy to help you get the few (and I do mean few like <20) lines of code up and running.
    Annex makes it very easy to set your time zone and it handles DST/ST for you.
    You would be able to have the module send you serial time out to one of the pins and have your PIC recieve that time.

    It really is that simple!

    Now there are certainly other ways of doing this (like the arduino environment and C-like code) but this Annex is amazing and very easy!
    Oh yeah... and it is very similar to PIC basic and old school basic from the 80's
    But do not think for a moment it is not powerful.

    It is actively developed and very powerful.

    So do you have any ESP8266 modules on hand??

    If you need the small size of the ESP-01 module then it is just a bit more complex.
    Where the other modules have an onboard USB serial channel for flashing, the ESP-01 does not.
    Therefore you would need an USB-serial cable to flash Annex (or any other OS like Arduino).
    Also the ESP-01 does not have an 5v to 3.3 regulator so you have to feed it with 3.3.
    So if you have a bit more room the larger modules are the way to go.

    Let me know what you have or need.
    Join the discussion over on the ANNEX RDS home page and forum.

    Dwight
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

  3. #3
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427


    Did you find this post helpful? Yes | No

    Default Re: PIC Nixie Clock project

    To anyone who wants to try ANNEX there are several tutorials over on the home page here...
    https://sites.google.com/site/annexwifi/home

    Id be more than happy to get on a SKYPE to help you get familiar with how to flash annex or understand the features of the IDE.
    Just drop me a direct message through the forum.

    dwight
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

  4. #4
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: PIC Nixie Clock project

    For the ESP, I bought them all - big, small, nodemcu or whatever are available.
    I even flashed some wifi clock project, but using LED matrix displays and it works fine, but that does not helps me.
    I can get 3.3 or 5 volt or whatever is needed, that is not a problem.

Similar Threads

  1. Color GLCD Project, Analog clock
    By DaveC3 in forum Code Examples
    Replies: 5
    Last Post: - 14th May 2011, 03:24
  2. pic16f887 clock project, need help
    By lockjawz in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 13th April 2011, 11:45
  3. Digital clock project
    By astouffer in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 27th February 2009, 03:00
  4. Help with PIC project
    By davekav in forum General
    Replies: 3
    Last Post: - 17th April 2008, 23:15
  5. pic project help
    By dizzy1 in forum General
    Replies: 2
    Last Post: - 5th February 2006, 18:30

Members who have read this thread : 5

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts