
Search found 9 matches
- Thu Feb 27, 2014 8:55 am
- Forum: C/C++
- Topic: possible timer interrupt
- Replies: 3
- Views: 1088
Re: possible timer interrupt
@djrose: thank you for your input. it is greatly appreciated. I will try out the link you posted 

- Wed Feb 26, 2014 9:27 pm
- Forum: C/C++
- Topic: possible timer interrupt
- Replies: 3
- Views: 1088
Re: possible timer interrupt
And please understand that I am not a pro when dealing with the raspberry pi. If anybody has any suggestions for this program, please be detailed. Once again, I really do appreciate any help given to me. Thank you.
- Wed Feb 26, 2014 9:15 pm
- Forum: C/C++
- Topic: possible timer interrupt
- Replies: 3
- Views: 1088
possible timer interrupt
Hello, I am working on a program in QT that displays continuous random numbers after a certain amount of time. How I want it is that when a button is pressed within the GUI, the random number generator starts and displays its first random number. Once a certain amount of time has passed (lets say 15...
- Thu Feb 06, 2014 9:02 pm
- Forum: Troubleshooting
- Topic: Cannnot get IP address wirelessly
- Replies: 14
- Views: 3164
Cannnot get IP address wirelessly
Hello all, My teammates and I are working on a project that requires wireless communication using the raspberry pis. The OS we are using is raspian. We are trying our best to access our schools network through wireless means. We had no problems using the Ethernet cable to connect to the schools netw...
- Thu Feb 06, 2014 1:45 am
- Forum: C/C++
- Topic: Auto start C code from Leafpad
- Replies: 6
- Views: 3803
Re: Auto start C code from Leafpad
I got it to work :))))))))) so happy now :)))))))) My problem was deleting the old program file and using the updated one that was created in my script file. The one the looks like a gear, or something like that. I put in the extra code AndyD suggested and made the changes in the autostart file and ...
- Thu Feb 06, 2014 12:45 am
- Forum: C/C++
- Topic: Auto start C code from Leafpad
- Replies: 6
- Views: 3803
Re: Auto start C code from Leafpad
Yes, I have compiled it and it works fine in the LXTerminal. And I will add that extra code that was mentioned by AndyD. And because my program is located in a folder called Capstone, located on the Desktop, and my script file name is testC, do I need to input within the autostart file @lxterminal -...
- Wed Feb 05, 2014 11:31 pm
- Forum: General programming discussion
- Topic: QT Creator and Tool Chains
- Replies: 13
- Views: 56760
Re: QT Creator and Tool Chains
@Steve Andrew: THANK YOU SOOOOOOOOOOOOO MUCH FOR THE TUTORIAL INFORMATION
))))))))))))

- Wed Feb 05, 2014 6:47 am
- Forum: C/C++
- Topic: Auto start C code from Leafpad
- Replies: 6
- Views: 3803
Re: Auto start C code from Leafpad
@AndyD: First of all, I want to thank you for such a quick response :) I really appreciate any help, THANK YOU. Yes, I am using Raspbian. I have tried to use the command /etc/rc.local a few times and it does not print "Hello World" where I can actually see it after I reach the desktop of r...
- Wed Feb 05, 2014 5:25 am
- Forum: C/C++
- Topic: Auto start C code from Leafpad
- Replies: 6
- Views: 3803
Auto start C code from Leafpad
Hello everyone, I am having major trouble trying to figure out how to auto start/execute my C program as soon as my pi reboots or turns on. I am new with this technology and I need to know how to do this for a project I am working on. Any advise would be greatly appreciated. I did a simple program t...