Discussions and queries about ThunderBorg and MonsterBorg.
Submitted by Stephan on Mon, 04/13/2020 - 12:40
Hi,
How easy is it to add sensors such as ultrasonic sensors or gyros to the MonsterBorg? Any projects?
Cheers,
Stephan
Submitted by jrrobb on Fri, 04/10/2020 - 10:20
I am building a Thunderborg reversible controller and Raspberry Pi zero on to a Devastator tank chassis controlled by a Pi Hut wireless blue game pad. Power is by 10.8v wreless drill battery for the thunderborg and an iPhone power bank for the Raspberry Pi zero.
Sop far the build is easy, but I am unable to combine the software for the controllers and the RPi. I can use either Python 2 or 3. When I do a check on some of the software I find syntax errors.
Submitted by user1234 on Mon, 04/06/2020 - 22:52
Submitted by chuber on Sat, 04/04/2020 - 22:20
I have ran my monsterborg with an XBOX controller attached to the monsterborg itself and a XBOX wireless adapter (with some help from the forum, thank you!). I have also used MonsterWeb to control the monsterborg from a laptop on the same network. Is there a way or a program already written that I could use the XBOX connected to the laptop on the network and control the Monsterborg and see the Pi camera on the laptop screen? I saw some older posts using pygame, but did not think they were current.
Thank You
Submitted by mkmusgrave on Fri, 03/27/2020 - 17:50
I’ve changed the bus number to 0 from 1 and I now get this
pi@DiddyPi:~/diddyborgv2 $ ./diddy2Sequence.py
Loading ThunderBorg on bus 0, address 2C
Traceback (most recent call last):
File "./diddy2Sequence.py", line 15, in
TB.Init()
File "/home/pi/diddyborgv2/ThunderBorg.py", line 301, in Init
self.i2cRead = io.open("/dev/i2c-" + str(self.busNumber), "rb", buffering = 0)
IOError: [Errno 2] No such file or directory: '/dev/i2c-0'
pi@DiddyPi:~/diddyborgv2 $
Submitted by Stony48 on Wed, 03/18/2020 - 20:43
Hi,
I only want the direction buttons in MonsterWeb and delete the camera. How to proceed?
Thanks
Submitted by Zorawar Kamboj on Sun, 03/15/2020 - 17:12
When I tried to run ./MonsterAuto.py,
it gives error
file "./MonsterAuto.py", line 13,
import cv2
import error: no module named cv2
Can someone help me to fix this problem.
Thanks!!!
Submitted by user1234 on Fri, 03/13/2020 - 16:42
Is it possible to just buy the monsterborg chassis (and not the electronics) on its own as I already have bought the electronic individually?
Many Thank!
Submitted by user1234 on Mon, 03/02/2020 - 22:14
Is it possible to use MonsterBorg Self-drive for a line that is approximately 16 -18 mm wide? If not are there any other alternatives?
Many Thanks
Submitted by user1234 on Tue, 02/25/2020 - 17:13
I have run the monsterborg ps4 controller code, yet I also want to move a servo when I press the square button. on my PS4 controller. How would I do this?
Pages