Skip to content

Commit 8cff716

Browse files
committed
updated faq page with obc
1 parent f7b3082 commit 8cff716

File tree

2 files changed

+61
-72
lines changed

2 files changed

+61
-72
lines changed

obc-members/obc-faq.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

resources/faq.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,3 +1133,64 @@ Licensing
11331133

11341134
Awaiting follow-up for frequency application and countermeasures.
11351135

1136+
---
1137+
1138+
### **121.** I have heard that the integrated development environment for handling ground station programs is Visual Studio. Are you using the free version, Visual Studio Community, or the paid version, Visual Studio Professional?
1139+
1140+
{: .label}
1141+
Ground Station
1142+
1143+
It seems that development can be done without any issues using Visual Studio Community.
1144+
1145+
---
1146+
1147+
### **122.** When checking commands, I heard that you are testing by placing the antenna inside an aluminum box. Could you share which box you purchased, or provide a photo if available?
1148+
1149+
{: .label}
1150+
integration-test
1151+
1152+
---
1153+
1154+
### **123.** The BIRDS platform states that "ResetPIC and COMPIC communicate via UART." In fact, the circuit diagram for BIRDS5 also shows a UART connection between the two PICs. However, the UART for COMPIC is not defined in ResetPIC, and the code does not include any communication between ResetPIC and COMPIC via UART. Could you please explain this difference?
1155+
1156+
{: .label}
1157+
obc
1158+
1159+
Regarding the UART between COM PIC and Reset PIC:
1160+
First, the UART communication between COM PIC and Reset PIC is just included as a feature. It is not used in the current design. Therefore, while it is marked as UART in the circuit diagram, it is not included in the program.
1161+
1162+
Regarding the definition of RB6 and RB7 as UART lines in Reset PIC:
1163+
The purpose of defining RB6 and RB7 as UART lines is likely to enable direct debugging and program verification during the construction of the Reset PIC program. When performing debugging through the access ports on the FAB, it is necessary to go through the Main PIC. However, in case of debugging failure, it is unclear whether the issue is with the Main PIC or with the Reset PIC not functioning as expected. Therefore, it is believed that the goal was to allow data to be sent directly from the Reset PIC to the PC.
1164+
1165+
---
1166+
1167+
### **124.** Regarding the battery heater section: Is my understanding correct that RD0 = 1 turns the battery heater ON and RD0 = 0 turns it OFF?
1168+
Does the voltage output from the temperature sensor inside the battery box decrease as the temperature increases?
1169+
1170+
{: .label}
1171+
obc
1172+
1173+
1174+
---
1175+
1176+
### **125.** As seen in the attached schematic, the DEPSW4 signal is interrupted at J15 within the FAB, and it seems that the signal does not reach Q9 and Q10. Is this intentional, or did Kyushu Institute of Technology later solder connections to ensure continuity?
1177+
1178+
{: .label}
1179+
obc
1180+
1181+
This is part of the specification.
1182+
A jumper pin has been installed.
1183+
Reference:
1184+
*87\_BIRDS BUS Board\_Jumper Pin.png*
1185+
1186+
---
1187+
1188+
### **126.** How were software updates and patches handled for BIRDS satellites after launch?
1189+
1190+
{: .label}
1191+
software
1192+
1193+
Software updates were not possible after launch due to hardware constraints. Therefore, robust testing of the satellite software was performed prior to launch to ensure reliability and minimize potential issues in orbit.
1194+
1195+
1196+

0 commit comments

Comments
 (0)