Rob222
Posts: 5
Joined: Thu Nov 19, 2015 12:13 pm

New to raspberry pi want some info

Thu Nov 19, 2015 12:17 pm

Hi i am new to raspberry pi and want to know a few things.

I wish to design a program that can be used on windows and as an app on my phone. I want to try and integrate it for my business as a job management system. Holding information, stock, schedules etc etc.

Is this doable on the pi and with very small experience of computer programming at all, how is this achieved.

Navyscourge
Posts: 258
Joined: Sat Oct 24, 2015 1:50 pm

Re: New to raspberry pi want some info

Fri Nov 20, 2015 9:39 am

Simple answer - no ;)

The Raspberry Pi uses an ARM processor, Windows runs on PCs, Laptops, etc. with an x86 processor. Code from one will not run on the other.

The Raspberry Pi runs a number of operating systems; Windows and Android are not in that list. You need to create your programs for the correct operating system on which you want them to run.

The Raspberry Pi is not very powerful compared to PCs and Laptops. It is possible to "cross compile" code on one system to produce code that runs on another, but the Pi might not be powerful enough for this, even if it could.

Longer answer - no. You will be better getting a cheap Laptop or PC and using that. You don't say how much you know about the things you need to get your project working, but I assume you don't know much. You could write something that runs on the Pi (used as a server / central store) which you can update FROM Windows or a phone, but that is quite complicated.

ame
Posts: 3172
Joined: Sat Aug 18, 2012 1:21 am
Location: New Zealand

Re: New to raspberry pi want some info

Fri Nov 20, 2015 9:48 am

It's perfectly doable.

Write it as a web application, hosted on the Pi, then you can access it from your Windows PC or your phone.

Rob222
Posts: 5
Joined: Thu Nov 19, 2015 12:13 pm

Re: New to raspberry pi want some info

Fri Nov 20, 2015 4:45 pm

Hi tahnks for your info and input. I am completely new to it all and will be really looking forward to starting the project has anyone got any tips on where to start obviously im going to try smaller things first and work up.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: New to raspberry pi want some info

Fri Nov 20, 2015 4:48 pm

Are you actually going to write all the software from scratch or do you have existing software you wish to use ?

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Rob222
Posts: 5
Joined: Thu Nov 19, 2015 12:13 pm

Re: New to raspberry pi want some info

Fri Nov 20, 2015 5:26 pm

I want to have a go at it from scratch. I am normally a quick learner. What you think? Anyone want to work on it with me lol

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: New to raspberry pi want some info

Mon Nov 23, 2015 10:54 am

Before learning to program , i suggest that you familiarize yourself with the command-line. It is an essential skill on a Linux
system and will make it easier to follow instructions :

http://linuxcommand.org/lc3_learning_the_shell.php

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Rob222
Posts: 5
Joined: Thu Nov 19, 2015 12:13 pm

Re: New to raspberry pi want some info

Mon Nov 23, 2015 10:10 pm

Ghans

Thank you for your support and reply ido appreciate it. Would you be so kind as to point me in the right directionwith things i need to read or do as i said i am a complete starter to programming etc

Navyscourge
Posts: 258
Joined: Sat Oct 24, 2015 1:50 pm

Re: New to raspberry pi want some info

Tue Nov 24, 2015 9:02 am

Assuming that you have accepted that your project will be a web based application, I suggest that you set up the Pi as a webserver, and write some web pages. Test them on the Pi and the other devices you will be using - you just need a "hello world" sort of page to get it working. Then you need to design what you want the application is to do. Use Google (a lot).

For easy web lessons, try http://www.w3schools.com/html/default.asp, but this is just the HTML bit. You will need other web elements / languages to do other bits of your application. Take it one step at a time ;)

Rob222
Posts: 5
Joined: Thu Nov 19, 2015 12:13 pm

Re: New to raspberry pi want some info

Wed Nov 25, 2015 12:29 pm

Thank you i will have a look at this when i have a bit of free time later

Return to “Beginners”