Difference between revisions of "Software issue"

From BoSL Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
  Description: Some lines in the image miss a byte which causes inverted colours. Resolving this issue will need a close look at tightening up the timing of the image readout loop.
 
  Description: Some lines in the image miss a byte which causes inverted colours. Resolving this issue will need a close look at tightening up the timing of the image readout loop.
 
  Workaround: This issue only affects a minority of the image and so most of the time can be ignored in analysis. Some of this issue could be fixed in post by adding a 0x00 byte wherever this issue first occurs.
 
  Workaround: This issue only affects a minority of the image and so most of the time can be ignored in analysis. Some of this issue could be fixed in post by adding a 0x00 byte wherever this issue first occurs.
 +
 +
== BoSL Board ==
 +
 +
==== miss logging ====
 +
Added: 2024/02/14<br>
 +
Software version: Depth_Turb_EC, Radar<br>
 +
Hardware revision: 0.4<br>
 +
Status: Open<br>
 +
Priority: Low<br>
 +
Description:<br>
 +
The BoSL board stops logging for half hour or more sometimes.
 +
 +
=== Reset Board Uploading Issue ===
 +
''Added:'' 19/02/2024 <br>
 +
''Software:'' SimReset.ino <br>
 +
''Board:'' V0.4 Reset <br>
 +
''Issue:'' AT+SAPBR = 1,1<br> response: AT+SAPBR =1,1 error (repeated multiple times in serial monitor <br>
 +
AT+CFUN = 0 + SAPBR 1: DEACT<br>
 +
Also Issues with CREG Showing no values <br>
 +
 +
This issue is not clear but resulted in the board not uploading. Manual uploading was achieved and the board somehow started on its own but possibly an issue to watch out for.<br>
 +
Added by CT
 +
 +
=== Reset Board Stop Logging Issue ===
 +
''Added:'' 28/02/2024 <br>
 +
''Software:'' SimResetRadar173.ino <br>
 +
''Board:'' V0.4 Reset <br>
 +
''Issue:'' on the serial monitor, the SIM7000 module keeps changing baud rate and not going to the uploading mode <br>
 +
 +
Changing battery, antenna, and reset multiple times did not fix the problem.
 +
 +
From the technical team's explanation, no signal can be found by the BoSL board, so it reset the SIM7000 again and agian which made SIM7000 back to the factory mode, and it cannot be recovered currently. That means the transmission function is dead for this BoSL board.
 +
 +
Added by MW

Latest revision as of 22:59, 28 February 2024

This page is for people to log all software issues they identified.

BoSLcam

inverted line colours

Added: 2024/02/13
Software version: v1.2.1
Hardware revision: v1.1.0
Status: open
Priority: low
Description: Some lines in the image miss a byte which causes inverted colours. Resolving this issue will need a close look at tightening up the timing of the image readout loop.
Workaround: This issue only affects a minority of the image and so most of the time can be ignored in analysis. Some of this issue could be fixed in post by adding a 0x00 byte wherever this issue first occurs.

BoSL Board

miss logging

Added: 2024/02/14
Software version: Depth_Turb_EC, Radar
Hardware revision: 0.4
Status: Open
Priority: Low
Description:
The BoSL board stops logging for half hour or more sometimes.

Reset Board Uploading Issue

Added: 19/02/2024
Software: SimReset.ino
Board: V0.4 Reset
Issue: AT+SAPBR = 1,1
response: AT+SAPBR =1,1 error (repeated multiple times in serial monitor
AT+CFUN = 0 + SAPBR 1: DEACT
Also Issues with CREG Showing no values

This issue is not clear but resulted in the board not uploading. Manual uploading was achieved and the board somehow started on its own but possibly an issue to watch out for.
Added by CT

Reset Board Stop Logging Issue

Added: 28/02/2024
Software: SimResetRadar173.ino
Board: V0.4 Reset
Issue: on the serial monitor, the SIM7000 module keeps changing baud rate and not going to the uploading mode

Changing battery, antenna, and reset multiple times did not fix the problem.

From the technical team's explanation, no signal can be found by the BoSL board, so it reset the SIM7000 again and agian which made SIM7000 back to the factory mode, and it cannot be recovered currently. That means the transmission function is dead for this BoSL board.

Added by MW