Page 1 of 1
Is devkitppc the right tool for this project? Help please
Posted: Sat Oct 01, 2011 1:09 pm
by hope01
Hello. I plan to write a pc program something like a body weight manager.
It should interact with the balance board directly through bluetooth, but not a wiimote. It should be an exe file that is runnable on pc. I have found similar program such as wbhealthmeter.
Is devkitppc the right tool for this project? (because i think the output of devkit ppc is a dol file rather than an exe)
if it doesn't, what development tool should I use?
thanks in advance
Re: Is devkitppc the right tool for this project? Help pleas
Posted: Sat Oct 01, 2011 1:17 pm
by WinterMute
No, devkitPPC is intended to build code for Gamecube or Wii, to write code to run on a PC you'll need to find development tools for your operating system and cpu. You'll also need to find libraries and/or information on accessing Wii accessories from code written to run under windows.
Re: Is devkitppc the right tool for this project? Help pleas
Posted: Tue Oct 04, 2011 9:26 am
by hope01
WinterMute wrote:No, devkitPPC is intended to build code for Gamecube or Wii, to write code to run on a PC you'll need to find development tools for your operating system and cpu. You'll also need to find libraries and/or information on accessing Wii accessories from code written to run under windows.
thank you very much. Is there any recommended development tool ?
Re: Is devkitppc the right tool for this project? Help pleas
Posted: Wed Oct 05, 2011 12:33 pm
by WinterMute
Really depends on what you're comfortable with and whether or not you intend to write cross platform code. Microsoft have free editions of their Visual Studio tools and there are several IDEs around that use mingw gcc - CodeLite & Code::Blocks spring to mind.
We don't really do much with PC hosted code unless it relates directly to the toolchains so you may need to look for help elsewhere for setting up tools and working with wii accessories on a PC.
Re: Is devkitppc the right tool for this project? Help pleas
Posted: Sat Sep 22, 2012 7:26 am
by Roroy
Use GlovePie for programming the balance board to work with the computer.
https://sites.google.com/site/carlkenner/glovepie
GlovePie not only lets you program the balance board for the PC but also Wii remote, nunchuck, joysticks, almost any input device!
Re: Is devkitppc the right tool for this project? Help pleas
Posted: Fri Sep 28, 2012 9:39 pm
by mtheall
I have used GlovePie for WiiMote use on my computer. It works great.