-
Notifications
You must be signed in to change notification settings - Fork 16
Moo concrete mi #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kiwocapoBCN
wants to merge
41
commits into
master
Choose a base branch
from
Moo_Concrete_MI
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…SENSOR_EXTERNAL_TEMP to define temp sensor use. Currently have a linker erorr due to redefined function name.
removed select_id and directly modded the value in the conditional statement bug fix: added break in sensor.c to prevent temp sensor from falling through set ackReply[5..8] to 0 in temp data
…tency increased settling time of temp sensor 3X for less noisy measurement
-changed internal Vref of Temp ADC measurements to 1.5 V instead of 2.5V.
…demo using the LLRP Toolkit, 32-bit statically linked libraries. moo_concrete_app.c allows a few args and a fairly hacked while loop that flushes the buffer often to write to dynamically named files (date/timestamps). We wanted to a solution that was outside of the GUI so we could easily patch in some fault tolerance and we can get away from the windows dependency.
…Will log to /var/log/moo. It will create that directory if it doesnt exist. For every run the file permissions are adjusted 0644 via a syscall to chmod.
…querying all antennas. From approx 7tags per sec (all) to 9tags per sec (one).
…e bits. Added an antenna configuration to the ROSpec which finally allows us to communicate with the Moo outside. Next up getopt to provide some advanced configuration and a bit of tweaking to get this going faster.
…'re running on say a Raspberry Pi. Also added MooBoot.sh, an init script.
…tic struct that represents modified configuration... initialized to what we know will work with concrete experiment.
…oser to a fully runtime-configurable LLRP binary.
…l adjust that next.
…rint the global ROSPEC struct that will apply settings via configurable flags from argv. I need to fix an oddity with debug that prints out the wrong date to the file name.
…verify why that happens in checkConnectionStatus.
…er the antennas inventory.
…ent across multiple functions (delROSpec for instance). If we aren't then we will error.
…alc). Verbose output to stdout for antenna found/loss. Next up, parse argv for antennaids.
…random orderings, and 0.
…l inventory all antennas.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, thx for you help!