-
Notifications
You must be signed in to change notification settings - Fork 82
Contribute XDU_Intelligent-Bus-Station Application to embARC Applications #13
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
base: master
Are you sure you want to change the base?
Contribute XDU_Intelligent-Bus-Station Application to embARC Applications #13
Conversation
Please ADD a brief summary to introduce your team and your work. Thanks. |
uint8_t sn = 0; | ||
|
||
/* | ||
函数功能:MCU向WiFi模组回复设备信息。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the character encoding in this file
set_pmod_mux (PM1_UR_UART_0 | PM1_LR_GPIO_A | PM2_I2C_HRI | PM3_GPIO_AC | PM4_I2C_GPIO_D | PM5_UR_GPIO_C | PM5_LR_UART_2 | PM6_UR_SPI_M0 | PM6_LR_GPIO_A); | ||
int32_t ercd; | ||
|
||
uart2 = uart_get_dev (DW_UART_2_ID); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is in a mess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review your code to make sure use English unless it is necessary to use Chinese.
Please use astyle tools to format your code, the setting for astyle tools you can reffer to (https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/blob/master/.astyle/embarc_astylerc)
2e2a77e
to
8836b6d
Compare
cd69f67
to
bd0efa1
Compare
Summary
Realize the forecast for location of bus in every bus-stop.
Provide the crowding information for every passenger waiting for the bus by its stop.
Contribute to
ESP8266 for simple WiFi to connect with cloud and confirm if the bus reaches its stop.
Photoelectric Beam Detector to complete statistical data of passengers in bus.
RGB LED to display the information about location and crowding of the bus.
User Manual
Refer to the readme.md file in our project for more information.
Team
We are the team called Wu-Ling-Jiu from School of Electronic Engineering of Xidian University.