ThunderBorg not working
Forums:
My thunderborg seems to have stopped working and cannot be detected by raspberry pi. Is there any way to test the thunderborg hardware?
- Log in to post comments

My thunderborg seems to have stopped working and cannot be detected by raspberry pi. Is there any way to test the thunderborg hardware?
piborg
Mon, 10/08/2018 - 17:59
Permalink
ThunderBorg not detected
There are a number of reasons this might have happened, most of them are easily fixed :)
Can answer a few questions to help us diagnose the problem for you:
sudo i2cdetect -y 1
p.eachus@virgin...
Tue, 10/09/2018 - 15:42
Permalink
Thunderborg not detected
Yes ther RGB LED performs the sequence.
When I enter sudo i2cdetect -y 1 I get an empty table?
piborg
Tue, 10/09/2018 - 16:52
Permalink
Nothing shown from i2cdetect
Usually cabling is the problem when nothing is shown in i2cdetect. Is your ThunderBorg directly mounted on the Raspberry Pi or is it connected via cables?
p.eachus@virgin...
Wed, 10/10/2018 - 09:51
Permalink
Thunderborg not detected
It is mounted directly on the pi. I have tried it on two different pi's and it doesn't work with either. I have also checked the batteries and they are fine.
piborg
Wed, 10/10/2018 - 16:50
Permalink
Try re-enabling I2C
It is possible that the I2C setup has become corrupted / misconfigured. I have seen updates cause such problems.
First use
sudo raspi-config
and enable any I2C options.Next re-run the ThunderBorg install script:
Finally restart the Raspberry Pi and see if the scripts / i2cdetect can now see the ThunderBorg.
p.eachus@virgin...
Fri, 10/12/2018 - 14:01
Permalink
Thunderborg not detected
cd ~/thunderborg
./install.sh
Re run the reinstall script but i2c still not showing Thunderborg. Is their any way to test the thunderborg board?
piborg
Sun, 10/14/2018 - 09:06
Permalink
Checking the GPIO
There is no easy way to directly test the ThunderBorg, but it is looking likely that there is a problem with the board.
We have seen a number of Raspberry Pis where the GPIO pins are not working correctly. This would cause the problem you are having and is fairly easy to test.
First disconnect everything from the GPIO.
Next download and build the WiringPi code:
After it has built run the GPIO pin tester:
You should see some diagnostics after pressing ENTER:
If all of the end lines say
OK
then the problem is with the ThunderBorg, otherwise the GPIO pins are not working correctly on the Raspberry Pi itself.sir_Madaki
Sun, 03/10/2019 - 01:49
Permalink
LED Light on the thunderborg not coming up
Hello,
after following these steps of testing my GPIO pins, only the first line showed up quickly (The main 8 GPIO pins 0: 7: OK) and the raspberry pi go off immediately...
My challenge at first is; "the thunderborg doesn't show the light sequence (it doesn't show light at all).
I'm total lost now as my raspberry pi doesn't execute the GPIO test script as shown above...
I need help please. Thanks.
piborg
Sun, 03/10/2019 - 14:38
Permalink
Possible power or GPIO problem
It sounds like there may be a problem either powering the Raspberry Pi or with the GPIO port itself.
When you performed the GPIO test did you do all of the following: