Go to advanced search

by xcopter
Thu Jun 20, 2013 5:53 pm
Forum: Troubleshooting
Topic: keyboard and mouse
Replies: 1
Views: 424

Re: keyboard and mouse

Sure, you want to remote control your RPi using your computer? Try On RPi Install tight VNC server: “sudo apt-get install tightvncserver” Run the program: “tightvncserver” Start a VNC session: “vncserver :1 -geometry 1024x728 -depth 24” On PC Install tight VNC viewer Connect use RPi IP and port (5901)
by xcopter
Thu Jun 20, 2013 4:56 pm
Forum: C/C++
Topic: How to send data between RPis: JSON?
Replies: 3
Views: 2240

Re: How to send data between RPis: JSON?

With the use of JSON format, I guess you are playing a heavy object oriented data transfer... If that is the case, you may simply think RPi as a standard PC. In Java, we have RPC or RMI for client-server communication. In C++, you may find similar one such as http://www.codeproject.com/Articles/9524...
by xcopter
Thu Jun 20, 2013 4:50 pm
Forum: General discussion
Topic: Totally new to computers
Replies: 11
Views: 1910

Re: Totally new to computers

Though RPI is already really much much "developer-friendly" than the old-ways such as 8051/AVR/PIC programming, you still need to play with programming! I highly recommend you implement your project with 1 or more partners.. :mrgreen:
by xcopter
Thu Jun 20, 2013 4:46 pm
Forum: General discussion
Topic: RPI for professional use
Replies: 28
Views: 13673

Re: RPI for professional use

With all the schematics available on the internet, you may find professional advices of quality tests.
IMHO, RPI is really a great platform for embedded system development as a replacement of x86 pc linux-based controller.
by xcopter
Thu Jun 20, 2013 4:09 pm
Forum: HATs and other add-ons
Topic: Connecting a GSM Module
Replies: 5
Views: 9841

Re: Connecting a GSM Module

Hi, I m xcopter from Hong Kong (Not China) and I could provide lots of RPi compatible modules including GSM/GPRS and sensors like IMU , available to the RPi community. I have just posted the sim900 complete module (arduino sheild), which could be communicated with RPi using UART. http://stores.ebay....

Go to advanced search