Hi!
Ok, I will think about 3.xx updates.
What do you think about Player/URBI/etc tools for robotics on PSP?
With Linux that would be really nice. I want to connect PSP over serial port to microcontroller to control motors, sensors, etc.
Best regards,
Alekz
Search found 5 matches
- Fri Jan 04, 2008 10:50 pm
- Forum: PSP Development
- Topic: Intel OpenCV libraries to... pspsdk
- Replies: 5
- Views: 2744
- Wed Jan 02, 2008 9:27 pm
- Forum: PSP Development
- Topic: Intel OpenCV libraries to... pspsdk
- Replies: 5
- Views: 2744
- Mon Nov 27, 2006 6:40 am
- Forum: PSP Development
- Topic: Wi-Fi in User Mode
- Replies: 5
- Views: 5058
Thanks for the info guys! I've tried using the sceUtilityLoadNetModule functions - and they didn't return error, so it looks like they work. But, when I call pspSdkInetInit, it again says error 8002013A. I thought maybe sceUtilityLoadNetModule already inits the modules, so I tried to connect to an a...
- Sun Nov 26, 2006 10:50 pm
- Forum: PSP Development
- Topic: wifi microcontroller for psp
- Replies: 3
- Views: 2717
Hi, I also want to do a similiar project! I think the simpliest will be to make a Serial port plug, and connect it to the microcontroller's UART (or SPI?? what you think?), then PSP sends commands to microcontroller over this channel and microcontroller drives motors (h-bridge or motor drivers, etc)...
- Thu Nov 23, 2006 12:23 am
- Forum: PSP Development
- Topic: Wi-Fi in User Mode
- Replies: 5
- Views: 5058
Wi-Fi in User Mode
Hello everyone, I'm trying to make a networking application and I think it would be better if it will run in User Mode. But here is the problem, pspSdkLoadInetModules can be called only from the Kernel Mode. If I don't call it, and call only pspSdkInetInit - it says error 8002013A (LIBRARY_NOT_YET_L...