Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

The Vent project was based on the Arduino Nano processor as most of the rapid prototype team came out of the Amateur Radio community and were familiar with the Nano from the uBitx SSB transceiver(hfsignals.com). It was constantly on the edge of running out of RAM and EEPROM. If you get above 70% memory utilization at compile time you stand the chance of seeing a stack overflow at runtime. In the end all the 3rd party libraries were replaced with internal code with the minimal required functionality. Arduino libraries tend to be bloated, blocking, and poorly documented. That said, it's an easy system to learn and works well for personal hobby applications where setup(), loop(), and delay() aren't an issue. It's much more involved to setup a pseudo real-time environment.

There is a way to tell the compiler to move constant strings into the EEPROM. I'll look it up and get back to you.

James

There's never enough time to do it right, but always enough time to do it over...


In reply to Re^5: Call function no more than every 0.1 seconds by jmlynesjr
in thread Call function no more than every 0.1 seconds by zapoi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 02:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found