element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum My new Electronics Blog
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 45 replies
  • Subscribers 393 subscribers
  • Views 2527 views
  • Users 0 members are here
  • blogging
  • blog
  • electronics
  • arduino
Related

My new Electronics Blog

Former Member
Former Member over 10 years ago

hey everyone, not sure where posts like this go or if they're even allowed (can't find a post with the forum rules here. tried search extensively but could only find other people's post that start with "i hope this isn't against the rules.....", so please don't say "try searching" lol), but i have started a blog that will be all things electronics. there will be reviews, teardowns, tutorials, general info, etc.

Not trying to be the next Ben Heck or EEVBlog, but would like to contribute any knowledge i feel could be helpful to beginners. so anyway, the blog is located at http://Zakkblog.com

if this post needs to be moved or simply is against the rules, just let me know and i'll move/remove it.

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 10 years ago in reply to Former Member +2
    Hey guys sorry about the wait, still working on the post to go along with my latest video, been busy around here lately. Should be finished and posted in next couple days. In the meantime, here's the video…
  • jw0752
    jw0752 over 10 years ago in reply to Former Member +1
    Hi Zakk, Your blog looks good. Did you know that you can create a blog on E-14 too. Welcome to E-14. John
  • Former Member
    Former Member over 10 years ago +1
    Hey guys, been really busy here lately, but I should have part 2 of the Bluetooth Robot build uploaded in the next few days.
Parents
  • Former Member
    Former Member over 10 years ago

    New video up finally! First mailbag!

    https://www.youtube.com/watch?v=21jnPnH7Ogc

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 10 years ago in reply to Former Member

    What is up with the RTC? Is that a software problem or hardware? I think it may be easier to solve if you give some details here.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to clem57

    I just can't seem to get it to update the time, likely softqare issue, tried several different libraries. will probably do a vid or something about it later on, just getting to work right now

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 10 years ago in reply to Former Member

    What is the linux system on what hardware platform?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to clem57

    Linux system? Not sure what you mean, i've been trying to get the rtc working with an arduino uno (using a windows system to program the board) i get everything to compile and upload, tell the RTC what time it is, but then it just spits back '00:00:0000 00:00:00' (dd:mm:yyyy hh:mm:ss if i remember correctly)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 10 years ago in reply to Former Member

    Set up Real Time Clock (RTC) on Raspberry Pi 

    is example on raspberry pi. On the Arduino Uno, are you using I2C interface? Which chip did you get?

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to clem57

    I'm using a DS1302 rts module with an arduino Uno, programmed via Arduino 1.0.6 (can't use new IDE until I figurw out how to get it to not break Sublime3+Stino)

    It seems to use a different interface, not quite spi, but similar i guess haha

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 10 years ago in reply to Former Member

    This looks to be 3-wire custom interface with a CLK, CE select, and data. Looking around I found this article with code (no library ugh). Arduino Playground - DS1302

    Clem

    PS. Found older code library at ww.rinkydinkelectronics.com/library.php?id=5

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to clem57

    Yea that's where i got my info on the chip, too. Love how the arduino page itself says the chip is unreliable lol

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 10 years ago in reply to clem57

    Yea that's where i got my info on the chip, too. Love how the arduino page itself says the chip is unreliable lol

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube