This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:iot-open:practical:hardware:sut:esp32:emb9b_1 [2025/04/28 20:33] – [FAQ] pczekalski | en:iot-open:practical:hardware:sut:esp32:emb9b_1 [2025/04/28 20:34] (current) – [FAQ] pczekalski | ||
---|---|---|---|
Line 138: | Line 138: | ||
</ | </ | ||
- | **What is the range of the values for the gain of the TCS sensor?**: | + | **What is the range of the values for the //gain// of the TCS sensor?**: |
<code c> | <code c> | ||
typedef enum { | typedef enum { | ||
Line 148: | Line 148: | ||
</ | </ | ||
- | **C channel reading is 0 and R, G or B readings are not reasonable**: It is possibly because | + | **C channel reading is 0, and R, G or B readings are unreasonable.** It is possibly because of overdriving |
<WRAP noprint> | <WRAP noprint> |