This repository was archived by the owner on Mar 27, 2021. It is now read-only.
Open
Conversation
Serial data is read from the CANdapter and sent to all clients connected on websockets. Improved client view shows data in realtime graph.
Single line was too long...
Our repo doesn't have a README, this commit adds one.
…eElectricRacing/Wireless-Telemetry-Server into feature_add_serial_reading
Output data logs to the ./logs directory and mimic the styel of past logs made with the wifican.js file to allow for legacy Matlab processing.
Add final ip configuration for use with router on car
This code is unessicary, replaced by KX dashboard
Add backup of router configuration. Can be loaded by the router control panel.
Remove debugging print and double comment to make ryan happy so he can merge this old pull request. This is important because this code is 3 months old and needs to be put on master eventually.
This is a somewhat complete list of snesors on the DCAN bus that will be sent over the wireless telemetry server. We need to add additional sensors on the DCAN such as BMS info and finalize the IDs for each sensor.
First revision of CAN information for new sensors
Static HTML client is no longer needed for viewing data
Ture temp is being sent as a double value, needs 8 bits to represent it.
data_to_dict Takes in data and reformats it to make it more readable. As long as the SensorDict.csv stays in the same format, this probably won't need many changes in the future.
Adds an option for a console printout of the CSV file to be pasted into the excel sheet that keeps track of all the CAN IDs
Also updated data_to_dict to include "timestamp" in its output. This is so that these functions can be used together, both using timestamps.
…urdueElectricRacing/Wireless-Telemetry-Server into feature_add_sensor_translation
Used autopep8 to update the file.
Limit was not 80 when I ran autopep before.
…urdueElectricRacing/Wireless-Telemetry-Server into feature_add_sensor_translation
Travis plz
Will import data from 'SensorData.csv' and parse incoming data packets based on the information peovided in the file. This file is used to define each sensor's address and start/end bytes used across the CAN bus and wireless Telemetry server.
…lectricRacing/Wireless-Telemetry-Server into feature_add_data_logging
This will help seperate the two parts of the project.
This will make time-stamping in main module easier to manage if each header file is dated at the top.
This will allow for the google sheets parsing to work when some columns are not formatted correctly/unable to parse currently.
I did not have it iterating through the dataframe correctly. This will be better.
Now using a better way to iterate through the file. Also added formatting to make the strings more readable.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
we really need to merge our branches