PicoChessV3.4 - Certabo Bluetooth Classic

468 views
Skip to first unread message

waldomiro dias machado junior

unread,
Sep 25, 2025, 3:35:09 PMSep 25
to pico...@googlegroups.com
Unfortunately, my friend Wesley and I were unable to connect PicoChess V.3.4 to our Certabos via Bluetooth Classic. We tried several different methods, but to no avail. Can anyone help us? Thank you very much, Waldomiro.

Em quarta-feira, 24 de setembro de 2025, RandyR <randy...@gmail.com> escreveu:
When starting the chromium browser under X11 on the Desktop image the display initially loads a blank screen (on the attached monitor) and it takes about 15 seconds (on my Pi5) before the PicoChess page appears. Sometimes it will stay as a blank page until you can perform a refresh of the browser (F5 on an attached keyboard or 'DISPLAY=:0 xdotool key F5' via ssh).

To fix this, edit the kiosk.sh file in the pi home folder and add the flag '--password-store=basic' to the following line:

/usr/bin/chromium-browser --enable-features=OverlayScrollbar --password-store=basic --display=:0 --noerrdialogs --disable-infobars --kiosk http://127.0.0.1 &

Save and reboot. I'll add the fix to the images the next time I update them.

Randy


--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/05299be4-28ae-45ff-ae56-01242950e3b5n%40googlegroups.com.

gkalab

unread,
Sep 29, 2025, 4:36:21 PMSep 29
to PicoChess
For Certabo eboards, the Bluetooth protocol is not implemented. You can only connect via USB.

Gerhard

On Thursday, September 25, 2025 at 9:35:09 PM UTC+2 pet...@gmail.com wrote:
Unfortunately, my friend Wesley and I were unable to connect PicoChess V.3.4 to our Certabos via Bluetooth Classic. We tried several different methods, but to no avail. Can anyone help us? Thank you very much, Waldomiro.

Em quarta-feira, 24 de setembro de 2025, RandyR <randy...@gmail.com> escreveu:
When starting the chromium browser under X11 on the Desktop image the display initially loads a blank screen (on the attached monitor) and it takes about 15 seconds (on my Pi5) before the PicoChess page appears. Sometimes it will stay as a blank page until you can perform a refresh of the browser (F5 on an attached keyboard or 'DISPLAY=:0 xdotool key F5' via ssh).

To fix this, edit the kiosk.sh file in the pi home folder and add the flag '--password-store=basic' to the following line:

/usr/bin/chromium-browser --enable-features=OverlayScrollbar --password-store=basic --display=:0 --noerrdialogs --disable-infobars --kiosk http://127.0.0.1 &

Save and reboot. I'll add the fix to the images the next time I update them.

Randy


--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

Oswaldo Monteiro

unread,
Sep 29, 2025, 4:50:41 PMSep 29
to pico...@googlegroups.com
Hello all

But this is the problem, I can't connect Certabo via USB, picochess version 3.4! Could you give me some brief instructions or insights into why I can't connect?
Oswald Monteiro

RandyR

unread,
Sep 29, 2025, 5:17:22 PMSep 29
to PicoChess
Debug log would help.

Turn ON Pi but leave board OFF.

Via ssh or in a terminal on the Pi:

sudo systemctl stop picochess
rm /opt/picochess/logs/*

Set logging level to debug in picochess.ini:

nano /opt/picochess/picochess.ini

Near line 169:

log-level = debug

Near line 361:

board-type = certabo

Save and exit nano.

Reboot the Pi:

sudo reboot

Turn ON the board before the Pi boots up.

See if it connects. If no, exit PicoChess via the menu or via ssh/terminal with 'sudo systemctl stop picochess'.

Zip the picochess.log file (in /opt/picochess/logs folder) and attach to your next post.

Randy

waldomiro dias machado junior

unread,
Sep 29, 2025, 5:52:20 PMSep 29
to pico...@googlegroups.com
Randy, could you be so kind as to make these changes and make them available in a future 3.4 image so I can download and test them? These steps are easy for you developers, but very difficult for me, a regular user. Thank you, Waldomiro.
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/ea563eb9-2651-497c-ab29-e64b09ef83cen%40googlegroups.com.

Randy Reade

unread,
Sep 29, 2025, 5:58:39 PMSep 29
to pico...@googlegroups.com
This is info we need from you, Waldomiro. Without the log it would be very difficult to understand what is wrong on your system. Perhaps you can ask someone to help that knows a bit of Linux. 

To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/CANsUfdQuq_iQTg9WH0OeimPA0YEiBnQqt51ceOAr20YqY-PPLQ%40mail.gmail.com.

RandyR

unread,
Sep 30, 2025, 11:04:22 AMSep 30
to PicoChess
Hi Gerhard,

Dirk integrated your Tabutronic Spectrum code into his repo (master branch). That's what I use for my images. Did those changes replace Certabo USB support or does the certabo folder code now support both eboards? I can't test it myself as I don't have a Certabo board. But, it would definitely cause Waldomiro's issues if it now only supports Tabutronic.

Randy

gkalab

unread,
Sep 30, 2025, 1:15:05 PMSep 30
to PicoChess
Hi Randy,

I tested the code with all three eboard types (Certabo, Tabutronic and Tabutronic Spectrum) but of course, I might have introduced a bug.
The only change in the protocol was in the LED handling, so pieces should still be recognized.

I will download and try the image in the upcoming days.

Gerhard

Randy Reade

unread,
Sep 30, 2025, 1:20:53 PMSep 30
to pico...@googlegroups.com
Ok. Thanks, Gerhard.

Perhaps someone else with a Certabo board can test the USB connectivity with my last v3.4 image and report if it is working or not for them. I won't revert any code unless it becomes necessary.

Randy

gkalab

unread,
Sep 30, 2025, 3:46:49 PMSep 30
to PicoChess
I just tried and it works for me (I only tested with my Certabo board).

Here are the steps I took:
- Downloaded the PicoChessV3.4 Desktop image [20 Aug 2025], extracted it, and wrote it to an SD card using Rufus.
- Set the Wi-Fi username and password according to the documentation by starting up with a network cable.
- Changed the e-board type in the picochess.ini file to certabo.
- Rebooted the system.
- After PicoChess started up, I connected the Certabo board via USB.
- The LEDs immediately lit up to register the pieces. I placed all the pieces on their respective squares, and the LEDs turned off afterward.
- Selected CT800 as the engine.
- Played a game.

Gerhard

Randy Reade

unread,
Sep 30, 2025, 3:52:12 PMSep 30
to pico...@googlegroups.com
Thanks for the quick test, Gerhard. Hopefully this will help Waldomiro or he can share his debug log.

Randy

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

Aldo Bleeker

unread,
Oct 1, 2025, 7:14:36 PMOct 1
to PicoChess
Hi,

I don't have a Certabo, but I have tried to connect a Millennium eOne, and The King Competition to the Raspberry Pi 5, running this image, and I'm unable to connect these over a USB cable. Everything is working great, and I can play games on the RPi against a lot of engines. There are no issues connecting PicoChess the boards over bluetooth, but when I try to connect over USB, it looks like it just keeps using bluetooth. If I disable bluetooth and use a USB cable, it's just keeps saying there's no ChessLink eboard, and the board never is recognised. I've included a Zip with the debug log. Hope it's helpful.

Thanks,

Aldo
picochess.zip

RandyR

unread,
Oct 1, 2025, 7:22:09 PMOct 1
to PicoChess
See this post, Aldo.

Randy

Aldo Bleeker

unread,
Oct 1, 2025, 7:50:10 PMOct 1
to PicoChess
Thanks for the pointer, Randy! It doesn't say why support for USB is disabled, is it possible that it will be enabled later?

Aldo

RandyR

unread,
Oct 1, 2025, 8:01:41 PMOct 1
to PicoChess
I think Gerhard might know the answer to that question.

Randy

Aldo Bleeker

unread,
Oct 2, 2025, 12:00:04 PMOct 2
to PicoChess
@gkalab
Hi, Gerhard!

Randy just pointed out that you have implemented the support for other eboards, for instance Millennium boards via the ChessLink. Amazing job!

I'm very happy with PicoChess now it's supporting the ChessLink. I've played a couple of games over bluetooth, and it's working simply great. But I'd like to use a USB-cable, I feel data exchange by cable is more robust and reliable, compared to wireless, and bluetooth in particular can be quite fiddly. But when I connect the eboard with a USB-cable, it still seemed to be using bluetooth. When I disabled bluetooth, it lost connection and kept saying there's no ChessLink eboard connected, even when I was using the USB-cable.

I've mentioned this in here, and in response Randy referred me to your post. I noticed then that you had mentioned there that one of the restrictions is that USB is disabled for the ChessLink.

Are there issues with the ChessLink? Will USB for the ChessLink be enabled later? It would be great if I could connect PicoChess to the Millennium eboard with an USB-cable!

Thanks!

Aldo

gkalab

unread,
Oct 2, 2025, 3:42:27 PMOct 2
to PicoChess
It is possible to use USB with ChessLink, but you need to manually modify a file. When you select ChessLink in the PicoChess menu, a file named /opt/picochess/chess_link_config.json is created. Since you've already connected via BLE, it should already exist.
Replace the contents of this file with the following:
{
    "transport": "eboard.chesslink.chess_link_usb",
    "address": "/dev/ttyUSB0",
    "btle_iface": 0,
    "autodetect": false,
    "orientation": true,
    "protocol_debug": false
}
Then reboot PicoChess.

If you want to switch back to using BLE, simply delete the file and reboot.
I don't remember the exact reason why I didn't enable USB by default, but there was an issue when switching between BLE and USB. I would have needed to implement some logic in the PicoChess menu to handle the file changes automatically.

Gerhard

Randy Reade

unread,
Oct 2, 2025, 3:59:46 PMOct 2
to pico...@googlegroups.com
Hi Gerhard,

Would you also need chess_link_usb.py from mchess?

gkalab

unread,
Oct 2, 2025, 4:01:54 PMOct 2
to PicoChess
Hi Randy,

no, it's already included in Picochess ;-)

Gerhard

Randy Reade

unread,
Oct 2, 2025, 4:04:18 PMOct 2
to pico...@googlegroups.com
Ahh, how did I not see that yesterday? 😮

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

Aldo Bleeker

unread,
Oct 2, 2025, 5:58:29 PMOct 2
to PicoChess
Hi Gerhard,

Thanks for the tip! The file was available. I've tried it, and after the switch USB was working beautifully. So the thing is, every time you'd want to switch, you'd have to change the contents of the file manually? This isn't the same as with the other boards? Apart from that it's great to be able to run PicoChess with the ChessLink over USB.

Thanks,

Aldo

waldomiro dias machado junior

unread,
Oct 7, 2025, 8:42:52 AM (11 days ago) Oct 7
to pico...@googlegroups.com
Hi Gerhard, 

Any news about connecting Certabo via Bluetooth Classic?

 I'm really looking forward to using it in Picochess, which is wonderful! 

Thanks, Waldomiro
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/62d27de4-57df-455c-9bc8-6de575a09a46n%40googlegroups.com.

gkalab

unread,
Oct 7, 2025, 2:54:49 PM (11 days ago) Oct 7
to PicoChess
Hi Waldomiro,

Here’s a list of connection methods currently implemented in PicoChess for various e-board types, apart from DGT e-boards:

* Chessnut: Bluetooth Low Energy (BLE)
* iChessOne: BLE
* Certabo: USB
* ChessLink: BLE (and USB with manual configuration)

As far as I know, there are currently no plans to implement Bluetooth (Classic or BLE) for Certabo e-boards.

Gerhard

waldomiro dias machado junior

unread,
Oct 7, 2025, 3:29:46 PM (11 days ago) Oct 7
to pico...@googlegroups.com
Gerhard, thank you very much for your reply. 

I tried to connect my Certabo via USB to PicoChess V.3.4 and was unsuccessful. 

Could you or someone else teach me how to do this?

Thank you again, 

Waldomiro.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/9894c082-01f0-48c9-b336-cd65f682fc37n%40googlegroups.com.

gkalab

unread,
Oct 7, 2025, 4:11:42 PM (11 days ago) Oct 7
to PicoChess
Hi Waldomiro,

Above I mentioned the steps I took to test the connection. If these steps don't work on your end, we would need to look at the picochess debug log file from your system. Please look at the note from Randy above on how retrieve the log file.

Gerhard

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/9894c082-01f0-48c9-b336-cd65f682fc37n%40googlegroups.com.

waldomiro dias machado junior

unread,
Oct 10, 2025, 5:47:13 PM (8 days ago) Oct 10
to pico...@googlegroups.com

Hello Gerhard, 

I tried to connect my Certabo via USB cable as you instructed in PicoChess V.3.4, unfortunately I was unable to do so. 

See the message that appeared on my Picochess display. 

Regards, 

To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/4e956224-9782-42e3-a44a-607da96680c9n%40googlegroups.com.
Screenshot_20251010_183551_WhatsApp.jpg

Randy Reade

unread,
Oct 10, 2025, 7:04:07 PM (8 days ago) Oct 10
to pico...@googlegroups.com
Waldomiro,

Was Certabo USB working on a previous image?

Do you have anything plugged in to other USB ports?

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

bychamp

unread,
Oct 10, 2025, 7:13:43 PM (8 days ago) Oct 10
to pico...@googlegroups.com, pico...@googlegroups.com
Hi Randy 
Is Oswald in the previous version , 3.3 and , 3.2 certabo works fine!
Oswald
Enviado do meu iPhone

Em 10 de out. de 2025, à(s) 20:04, Randy Reade <randy...@gmail.com> escreveu:



Randy Reade

unread,
Oct 10, 2025, 7:21:43 PM (8 days ago) Oct 10
to pico...@googlegroups.com
Do you know approximately when you downloaded the last image that worked? I keep all the images so if I know the last one that worked for you I can compare that to the latest one. I think there were some changes but they happened a whole back. If you still have the downloaded v3.3 image just look at the date. 

Oswaldo Monteiro

unread,
Oct 10, 2025, 7:31:24 PM (8 days ago) Oct 10
to pico...@googlegroups.com

Randy Reade

unread,
Oct 10, 2025, 7:54:30 PM (8 days ago) Oct 10
to pico...@googlegroups.com
Ok. The Tabutronic Spectrum support was added since then. I assume you tried a new image and a new cable? It sort of looks like a rights issue. But, python is given extra rights via the setcap command. I think the pi user needs to be in the dialout group but not sure if that even matters if Python has elevated rights. But, we really can't do much without the debug logs. At least I can't since I don't have a Certabo.

waldomiro dias machado junior

unread,
Oct 10, 2025, 9:15:31 PM (8 days ago) Oct 10
to pico...@googlegroups.com
Hi Randy, 

When I tested Certabo with the USB cable, I had a keyboard and mouse adapter in the other black USB port of the Raspberry Pi 4, could that be it?

Waldomiro 
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/CAE5WdusD%2BJobh0Ev_BeQ3RCTQUOX4ubLwLR6ZysFCjwo1-0xyQ%40mail.gmail.com.

Randy Reade

unread,
Oct 10, 2025, 9:22:38 PM (8 days ago) Oct 10
to pico...@googlegroups.com
I don't think so. I looked at the code and it appears that it checks all ports for the board, to my non-programmer eyes. I can try something tomorrow to see if the new code is causing your issues. 

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

gkalab

unread,
Oct 11, 2025, 6:01:29 AM (7 days ago) Oct 11
to PicoChess
Hi Waldomiro,

I tried to reproduce the error message you posted, and I only get that message when the e-board was already connected and I unplug the cable. Otherwise, the message simply says "no Certabo e-board."
The USB connection is quite stable for me. I can unplug and replug the cable during a game without issues. I see the error message from your screenshot when I unplug the cable, but once I reconnect it, the message disappears and I can resume playing.

Try this:

- Unplug all other devices from your Pi
- Reboot the device
- Wait for Picochess to display the message "no Certabo e-board"
- Plug in the cable - what happens?

If you still get the same error message you posted, try using a different USB cable.

Gerhard

waldomiro dias machado junior

unread,
Oct 11, 2025, 6:25:49 AM (7 days ago) Oct 11
to pico...@googlegroups.com
Hello Gerhard, 

Thank you very much for your reply. I'm traveling right now, so I'll take these tests tomorrow and post the results here. 

Thank you again! 

Waldomiro
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/af02776b-bfb5-4c61-bc31-f78d55f36fafn%40googlegroups.com.

RandyR

unread,
Oct 11, 2025, 1:55:15 PM (7 days ago) Oct 11
to PicoChess
Here's a version of the Desktop image using the old Certabo code to test. I doubt it will make a difference since Gerhard isn't having any problems with his modified code. Here is the link.

It also shouldn't be a power issue but make sure you are using an adequate power supply for the Pi you have.

Randy

Oswaldo Monteiro

unread,
Oct 11, 2025, 1:58:26 PM (7 days ago) Oct 11
to pico...@googlegroups.com
Thx Randy


--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

waldomiro dias machado junior

unread,
Oct 12, 2025, 4:44:27 PM (6 days ago) Oct 12
to pico...@googlegroups.com
Hi Randy, 

Today I downloaded the Certabo test image via USB, and Certabo worked perfectly, but Chessnut didn't.

 Does Certabo's functionality prevent Chessnut from working? 

Thanks, 
Waldomiro.


Em sábado, 11 de outubro de 2025, Oswaldo Monteiro <omper...@gmail.com> escreveu:
Thx Randy


Em sáb., 11 de out. de 2025 14:55, RandyR <randy...@gmail.com> escreveu:
Here's a version of the Desktop image using the old Certabo code to test. I doubt it will make a difference since Gerhard isn't having any problems with his modified code. Here is the link.

It also shouldn't be a power issue but make sure you are using an adequate power supply for the Pi you have.

Randy

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/CA%2B0oQEvAfoArPqNLz5C4LQttp72VBO1-WgCn2UUCJf7nb8HHBw%40mail.gmail.com.

Randy Reade

unread,
Oct 12, 2025, 5:21:35 PM (6 days ago) Oct 12
to pico...@googlegroups.com
No. I didn't touch the Chessnut code. You'll probably need to reset Bluetooth on your Chessnut board.

I'm not sure why your Certabo is working now but not with the new code from Gerhard. I hope seone else can test the new code besides you and Gerhard.

On Sun, Oct 12, 2025, 3:44 p.m. waldomiro dias machado junior <pet...@gmail.com> wrote:
Hi Randy, 

Today I downloaded the Certabo test image via USB, and Certabo worked perfectly, but Chessnut didn't.

 Does Certabo's functionality prevent Chessnut from working? 

Thanks, 
Waldomiro.

Em sábado, 11 de outubro de 2025, Oswaldo Monteiro <omper...@gmail.com> escreveu:
Thx Randy


Em sáb., 11 de out. de 2025 14:55, RandyR <randy...@gmail.com> escreveu:
Here's a version of the Desktop image using the old Certabo code to test. I doubt it will make a difference since Gerhard isn't having any problems with his modified code. Here is the link.

It also shouldn't be a power issue but make sure you are using an adequate power supply for the Pi you have.

Randy

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/CANsUfdRAVs4Ab-9iGOzwz5OWfVo09J3y7JgZGxQhO_ti-f4Z1g%40mail.gmail.com.

waldomiro dias machado junior

unread,
Oct 12, 2025, 9:36:29 PM (6 days ago) Oct 12
to pico...@googlegroups.com

Hi Randy, 

I also don't know why my Certabo doesn't work well with the new code. 

The one you provided works perfectly! I select Certabo directly from the PicoChess menu and don't need to do anything else. 

I tried everything to connect to my Chessnut's Bluetooth, but it didn't work. 

How do I reset my Chessnut's Bluetooth? 

Thanks, 

Waldomiro

Em domingo, 12 de outubro de 2025, Randy Reade <randy...@gmail.com> escreveu:
No. I didn't touch the Chessnut code. You'll probably need to reset Bluetooth on your Chessnut board.

I'm not sure why your Certabo is working now but not with the new code from Gerhard. I hope seone else can test the new code besides you and Gerhard.

On Sun, Oct 12, 2025, 3:44 p.m. waldomiro dias machado junior <pet...@gmail.com> wrote:
Hi Randy, 

Today I downloaded the Certabo test image via USB, and Certabo worked perfectly, but Chessnut didn't.

 Does Certabo's functionality prevent Chessnut from working? 

Thanks, 
Waldomiro.

Em sábado, 11 de outubro de 2025, Oswaldo Monteiro <omper...@gmail.com> escreveu:
Thx Randy


Em sáb., 11 de out. de 2025 14:55, RandyR <randy...@gmail.com> escreveu:
Here's a version of the Desktop image using the old Certabo code to test. I doubt it will make a difference since Gerhard isn't having any problems with his modified code. Here is the link.

It also shouldn't be a power issue but make sure you are using an adequate power supply for the Pi you have.

Randy

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/CAE5Wduu%2BY3GW1nLrqzgtY7pdfpaBC5C7U%2Bte7Q1KmkojdB71Ug%40mail.gmail.com.

Randy Reade

unread,
Oct 12, 2025, 9:43:34 PM (6 days ago) Oct 12
to pico...@googlegroups.com
I have an Air+. I just keep the power button pressed when I turn it ON until it turns back OFF. It takes about 5 seconds or so. I don't have access to it right now to check.

Randy


On Sun, Oct 12, 2025, 8:36 p.m. waldomiro dias machado junior <pet...@gmail.com> wrote:

Hi Randy, 

waldomiro dias machado junior

unread,
Oct 12, 2025, 10:33:25 PM (6 days ago) Oct 12
to pico...@googlegroups.com
Hi again, Randy. 

Mine is the Chessnut Air. I tried connecting again and couldn't. 

I did the same procedure on the Chessnut with the PicoChess turned off, restarted, and then turned it on—in other words, I tried everything possible. 

I remember that in version 3.3 it worked perfectly, but unfortunately I no longer have that version. I should have kept it to test again. 

The yellow LED is on, and the battery is low. I'm charging it to see if that's the problem. I have to try everything before giving up. 

Thanks, 

Waldomiro

Em domingo, 12 de outubro de 2025, Randy Reade <randy...@gmail.com> escreveu:
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

Randy Reade

unread,
Oct 13, 2025, 7:32:10 AM (5 days ago) Oct 13
to pico...@googlegroups.com
You'll probably need to delete the chessnut json file in the picochess folder, or reflash the SD card with the test image. I've always had issues with the Chessnut board. But, eventually I got it to work. Then it would always work.

waldomiro dias machado junior

unread,
Oct 13, 2025, 12:56:08 PM (5 days ago) Oct 13
to pico...@googlegroups.com
Hi Randy, 

Good news! Today I tested version 3.3 with Chessnut and Certabo, and both worked perfectly! I connected to Chessnut on the first try. When I selected Chessnut in PicoChess V.3.3 with the chessboard turned off, when it rebooted, I turned on Chessnut, and it connected.

 With Certabo, after the full reboot, I inserted the USB cable with the 34 chess pieces in the correct places, and the error message appeared. I followed Gerhard's instructions to remove the cable and reinsert it, and the message disappeared, and I played normally! 

The PicoChess V.3.3 image, which was provided to me by a friend, was dated June 9, 2025. I hope this information helps resolve these issues with version 3.4. If you need to test new images, let me know here; I'll be happy to help. 

Thanks, 

Waldomiro.
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

gkalab

unread,
Oct 13, 2025, 2:17:42 PM (5 days ago) Oct 13
to PicoChess
Hi Waldomiro,

you should only get the error message when you unplug the cable after a successful connection. I still believe you might have a faulty USB cable.

Gerhard

To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

RandyR

unread,
Oct 13, 2025, 3:39:00 PM (5 days ago) Oct 13
to PicoChess
Waldomiro,

To figure out what is happening, we really need to see debug logs as explained here. Without them there's not much that can be done.

Randy

waldomiro dias machado junior

unread,
Oct 13, 2025, 5:59:21 PM (5 days ago) Oct 13
to pico...@googlegroups.com

Hi Gerhard, 

I bought a good-quality 1-meter cable to check if the problem with the message on the display is actually the cable. 

I'll give you feedback when I test it. 

Thank you, 

Waldomiro
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

waldomiro dias machado junior

unread,
Oct 13, 2025, 6:22:49 PM (5 days ago) Oct 13
to pico...@googlegroups.com
Hi Randy, 

Unfortunately, I don't know how to perform these procedures to send you. 

I only know how to download the images, burn the card, and test with Certabo and Chessnut. 

Sorry I can't help you. The only thing I'm sure of is that Chessnut and Certabo work very well with PicoChess V.3.3! 

Thanks, 

Waldomiro.

waldomiro dias machado junior

unread,
Oct 16, 2025, 5:22:07 AM (2 days ago) Oct 16
to pico...@googlegroups.com

Hello Gerhard, 

Today I installed a good quality USB cable and the error message continued to appear on my PicoChess V.3.3 monitor display. 

The most important thing is that after I replaced the cable for the second time, the message disappeared and I can play several games using Certabo without any problems! 

Thank you, 

Randy Reade

unread,
Oct 16, 2025, 10:04:22 AM (2 days ago) Oct 16
to pico...@googlegroups.com
Hi Waldomiro,

I thought it was v3.4 that wasn't working for you? Maybe it's a port issue on the Pi or board?

Randy

waldomiro dias machado junior

unread,
Oct 16, 2025, 10:35:32 AM (2 days ago) Oct 16
to pico...@googlegroups.com
Hi Randy. 

Version 3.4 isn't working properly with Certabo and won't connect to Chessnut. 

Version 3.3 is working correctly with both! I actually received the 3.3 version I'm using on June 9, 2025. 

If I've made any mistakes, I apologize. 

Thanks, 

Waldomiro.
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

Randy Reade

unread,
Oct 16, 2025, 10:40:39 AM (2 days ago) Oct 16
to pico...@googlegroups.com
It's just that you said "the error message continued to appear on my PicoChess V.3.3 monitor display".

So it now sounds like the new cable didn't fix the v3.4 Certabo issue?

On Thu, Oct 16, 2025, 9:35 a.m. waldomiro dias machado junior <pet...@gmail.com> wrote:
Hi Randy. 

Version 3.4 isn't working properly with Certabo and won't connect to Chessnut. 

Version 3.3 is working correctly with both! I actually received the 3.3 version I'm using on June 9, 2025. 

If I've made any mistakes, I apologize. 

Thanks, 

Waldomiro.

Em quinta-feira, 16 de outubro de 2025, Randy Reade <randy...@gmail.com> escreveu:
Hi Waldomiro,

I thought it was v3.4 that wasn't working for you? Maybe it's a port issue on the Pi or board?

Randy

On Thu, Oct 16, 2025 at 4:22 AM waldomiro dias machado junior <pet...@gmail.com> wrote:

Hello Gerhard, 

Today I installed a good quality USB cable and the error message continued to appear on my PicoChess V.3.3 monitor display. 

The most important thing is that after I replaced the cable for the second time, the message disappeared and I can play several games using Certabo without any problems! 

Thank you, 

Waldomiro

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/CANsUfdRNhmY1CGwyd%3D0f6%3D9HA7bzCfo-wOZx%2BWARv-XYoUDK1g%40mail.gmail.com.

waldomiro dias machado junior

unread,
Oct 16, 2025, 10:56:04 AM (2 days ago) Oct 16
to pico...@googlegroups.com

Hi Randy, 

Yes, the message appears on the display when I insert the new cable into the PicoChess V.3.3 USB port, but the message disappears when I remove the cable and insert it again. After that, I can play several chess games with Certabo on PicoChess V.3.3! 

Unfortunately, I can't play without problems with Certabo in Version 3.4, and Chessnut also won't connect. 

For these reasons, I'm using version 3.3, which is working fine with Chessnut and Certabo! 

Thanks, 

Waldomiro.
Em quinta-feira, 16 de outubro de 2025, Randy Reade <randy...@gmail.com> escreveu:
It's just that you said "the error message continued to appear on my PicoChess V.3.3 monitor display".

So it now sounds like the new cable didn't fix the v3.4 Certabo issue?

On Thu, Oct 16, 2025, 9:35 a.m. waldomiro dias machado junior <pet...@gmail.com> wrote:
Hi Randy. 

Version 3.4 isn't working properly with Certabo and won't connect to Chessnut. 

Version 3.3 is working correctly with both! I actually received the 3.3 version I'm using on June 9, 2025. 

If I've made any mistakes, I apologize. 

Thanks, 

Waldomiro.

Em quinta-feira, 16 de outubro de 2025, Randy Reade <randy...@gmail.com> escreveu:
Hi Waldomiro,

I thought it was v3.4 that wasn't working for you? Maybe it's a port issue on the Pi or board?

Randy

On Thu, Oct 16, 2025 at 4:22 AM waldomiro dias machado junior <pet...@gmail.com> wrote:

Hello Gerhard, 

Today I installed a good quality USB cable and the error message continued to appear on my PicoChess V.3.3 monitor display. 

The most important thing is that after I replaced the cable for the second time, the message disappeared and I can play several games using Certabo without any problems! 

Thank you, 

Waldomiro

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/CAE5Wdut6pYy9KbqMCre%2B2RUaHRw9aZmQqjDpbOSt9wqh7AvpcA%40mail.gmail.com.

gkalab

unread,
Oct 16, 2025, 3:20:45 PM (2 days ago) Oct 16
to PicoChess
Hi Waldomiro,

Did you also try the same procedure (unplugging and re-plugging the cable) that worked on v3.3 with the 3.4 image?

Gerhard

To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.

waldomiro dias machado junior

unread,
Oct 16, 2025, 4:02:12 PM (2 days ago) Oct 16
to pico...@googlegroups.com

Hi Gerhard, 

Yes, I performed the same procedure in PicoChess 3.4 with Certabo. 

In my case, it worked and then stopped. During a chess game, the error message would appear and disappear, meaning it worked intermittently. 

Thank you, 

Waldomiro.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/3533a9be-5e31-45bc-ba4a-ea79f32ea518n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages