Thanks Tyler. Great find. What is uint32_t? I think I saw that in your prior code too, if I'm correct.
uint32_t is a 32-bit unsigned integer data type as defined in the AVR version of inttypes.h (a common C/C++ library), part of the Arduino core:
Both links describe the same thing, but one is by Atmel (Microchip, nowadays) and the other by AVR Libc. Not actually sure which one of them is responsible for it.
The common Arduino equivalent on the Arduino Uno is unsigned long. I like using inttypes.h because it explicitly sets the word length (32-bits, in this example), whereas the word length may change if using the Arduino language. An easy example is double: it's 4 bytes on Arduinos that use ATmega chips (e.g. Uno), but 8 bytes on those with 32-bit chips (e.g. Due).
Nice video Tyler. Why did the graph peak for the whiteout object? And what software did you use to graph your chart? Thanks very much.
Each object is a different height and volume, so the echo time is different for each, which is what I was hoping. I used Excel to graph the data.
The activity pages show you all the posts that you are allowed to see on the site. This is sometimes referred to as the activity stream or river. It is a great way to keep up to date with what has been posted on the site. You can configure the river to show things that particularly interest you - in your settings you can configure activity tabs to display activities from people in specific groups and your circles.
We welcome comments on public posts from members of the public. Please note, however, that all comments made on public posts must be moderated by their owners before they become visible on the site. The owner of the post (and no one else) has to do that.
If you want the full range of features and you have a login ID, log in using the links at the top of the page or at https://landing.athabascau.ca/login (logins are secure and encrypted)
Posts made here are the responsibility of their owners and may not reflect the views of Athabasca University.