Difference between revisions of "Software issue"

From BoSL Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
Description:<br>
 
Description:<br>
 
The BoSL board stops logging for half hour or more sometimes.
 
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

Revision as of 23:59, 18 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