4 Replies - 689 Views - Last Post: 14 May 2012 - 06:57 PM Rate Topic: -----

#1 madmorgan  Icon User is offline

  • D.I.C Head

Reputation: 1
  • View blog
  • Posts: 96
  • Joined: 07-May 10

information about creating satnav c#

Posted 14 May 2012 - 09:03 AM

Hello,

I want thinking about crating a satnav application at I can create for free. That I would put on the raspberry pi for a in car system, using the C# Mono framework. I dont know of any sites that give information about starting to crate an application.

All help would be usfull.

Thanks
Is This A Good Question/Topic? 0
  • +

Replies To: information about creating satnav c#

#2 modi123_1  Icon User is online

  • Suitor #2
  • member icon



Reputation: 6464
  • View blog
  • Posts: 23,506
  • Joined: 12-June 08

Re: information about creating satnav c#

Posted 14 May 2012 - 09:09 AM

Their FAQ has some interesting information on it.. though if you were looking to strictly use C# then you may want to check out the Fez II Panda.. I happen to have one and tinker with it.. the .net microframework is pretty bad ass.

Quote

By default, we’ll be supporting Python as the educational language.

Any language which will compile for ARMv6 can be used with the Raspberry Pi, though; so you’re not limited to using Python.

http://www.raspberrypi.org/faqs
Was This Post Helpful? 0
  • +
  • -

#3 madmorgan  Icon User is offline

  • D.I.C Head

Reputation: 1
  • View blog
  • Posts: 96
  • Joined: 07-May 10

Re: information about creating satnav c#

Posted 14 May 2012 - 09:15 AM

Thanks modi123_1,

but I orders my Pi a while a go. me a few of my m8s are all building a application to geather is just the basic idear we beed to get started with this sat nav thing.

thanks
Was This Post Helpful? 0
  • +
  • -

#4 modi123_1  Icon User is online

  • Suitor #2
  • member icon



Reputation: 6464
  • View blog
  • Posts: 23,506
  • Joined: 12-June 08

Re: information about creating satnav c#

Posted 14 May 2012 - 09:19 AM

Then I would suggest another language other than C#.
Was This Post Helpful? 0
  • +
  • -

#5 tlhIn`toq  Icon User is offline

  • Closing in on 5,000
  • member icon

Reputation: 4928
  • View blog
  • Posts: 10,465
  • Joined: 02-June 10

Re: information about creating satnav c#

Posted 14 May 2012 - 06:57 PM

View Postmadmorgan, on 14 May 2012 - 10:03 AM, said:

I dont know of any sites that give information about starting to crate an application.


If you're asking about how to even create an application then it sounds like you aren't ready for a project as big as a GPS sat nav.

Do you understand C#?
Have you built other projects of moderate to advanced complexity?
Do you understand objects? Databases? Consuming web services?

There are three routes people seem to take when learning programming.
  • Just start trying to create programs
  • Start taking apart other programs and try to figure out the language by reverse engineering
  • Follow a guided learning course (school or self-teaching books)


For the life of me I can't figure out why people try 1 & 2.
Sure, 35 years ago the only way I could learn BASIC as a kid was to type programs from a book into a TRS-80 model 1 or Commodore VIC-20, then figure out the commands and syntax by watching the results as the program ran. There simply wasn't any courses for a kid back then.

But now, you can't help but to trip over "Learn {coding language} in 3 weeks" type books and the entire internet is at your disposal for tutorials.

I strongly suggest taking the guided learning approach. Those book authors go in a certain order for a reason: They know what they're doing and they know the best order to learn the materials.

Quote

Where do I start?


You start by learning a coding language FIRST.
Learn to plan before you type.
THEN you start designing software with a purpose.


If this sounds like you

Newbie/Rookie said:

I have a little programming experience but I need to write ...
read this section
Spoiler


Otherwise, you can just jump to the resources here:
Some of the tutorials below are for C# or Java not C, C++, VB.NET [...]. But the conceptual stuff of classes, object oriented design, events etc. are not language specific and should give you enough guidance in theory of program development for you to be able to look-up specific code example in your chosen coding language.



Resources, references and suggestions for new programmers. - Updated Mar 2012
Spoiler

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1