pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Raspberry Pi3

Tue Jun 06, 2017 11:11 am

Hi, everyone i am a beginner for raspberry Pi 3 . I am using windows 7. For connect a set up with IOT what should be the system requirement.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26716
Joined: Sat Jul 30, 2011 7:41 pm

Re: Raspberry Pi3

Tue Jun 06, 2017 1:10 pm

I believe setting up to program for WinIot on pi is covered on the Microsoft website for WinIoT on Pi. Google should find it.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry Pi3

Tue Jun 06, 2017 1:16 pm

pieuser wrote:Hi, everyone i am a beginner for raspberry Pi 3 . I am using windows 7. For connect a set up with IOT what should be the system requirement.
FYI Windows 10 IoT Core presumes you are running Windows 10 Desktop Edition on your x86 machine:

https://developer.microsoft.com/en-us/windows/iot
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jun 07, 2017 5:33 am

Is there only one thing windows 10 for IOT for writing code in c in pi3 model B.

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry Pi3

Wed Jun 07, 2017 5:43 am

pieuser wrote:Is there only one thing windows 10 for IOT for writing code in c in pi3 model B.
C (and many other languages) are standard in Raspbian Linux OS. There is no reason you can't write IoT code to run on Raspbian. Many people do that.

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jun 07, 2017 5:57 am

my requirement is raspberry pi3 model B with raspbian os writing c language to run IOT and other functionality. Is this system will work.

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jun 07, 2017 6:00 am

I am using 8 GB sd card. is the system will work fast or slow in this configuration.

User avatar
bensimmo
Posts: 4654
Joined: Sun Dec 28, 2014 3:02 pm
Location: East Yorkshire

Re: Raspberry Pi3

Wed Jun 07, 2017 7:57 am

Yes you can use Raspian.
It will probably do your IoT, many people do. It depends on the challenge of what you are trying to do and interface with.

It'll be as fast as it is, not all cards are equal in speed.
For IoT once it is running, it tends not to matter.

Just have a play and see what you can do.
Many other people also add Arduino and ESP boards to do some of the interfacing an leave the Pi for the heavy centralised work.

You could also look at Android of Things as other option to Raspbian (debian/linux) and Win10 IoT (Windows)
Last edited by bensimmo on Fri Jul 21, 2017 1:03 pm, edited 1 time in total.

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Mon Jun 12, 2017 1:08 pm

for writing code in c in pi3 and iot configuration i use vi editor. is there any other ide i need to install for this.

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jul 05, 2017 7:08 am

Is IOT programming can be done with raspbian os or i have to install other os.[/quote]

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry Pi3

Wed Jul 05, 2017 7:36 am

pieuser wrote:Is IOT programming can be done with raspbian os or i have to install other os.
Maybe some indication of what you are trying to achieve would elicit a focused answer ??
Last edited by fruitoftheloom on Wed Jul 05, 2017 8:02 am, edited 1 time in total.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
KLL
Posts: 1453
Joined: Wed Jan 09, 2013 3:05 pm
Location: thailand
Contact: Website

Re: Raspberry Pi3

Wed Jul 05, 2017 7:53 am

possibly you noticed that your questions not got the answers you expect??

most problem is your wording "IoT programming .. configuration ..."

i understand you have
+ RPI3 with RASPIAN already setup
+ win7 PC ( connected putty / VNC for headless working?)

- you want learn coding "C" and want use other editor as "VI"

there is installed already GEANY, try that,
i test-install this some time ago:
sudo apt-get install codeblocks

so instead using that one term you need to tell what you want to do/learn?
++ linux programming
++ with making GUI program?
++ or web pages?
++ RPI GPIO
++ RPI network to IoT devices ( like MQTT https://www.baldengineer.com/mqtt-tutorial.html )
or what is your idea?

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jul 05, 2017 8:02 am

[""]
i am try to do raspberry pie with IOT and MQTT . i have noobs os . what other things i need to install to write program in c.
[""]

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry Pi3

Wed Jul 05, 2017 8:05 am

pieuser wrote:[""]
i am try to do raspberry pie with IOT and MQTT . i have noobs os . what other things i need to install to write program in c.
[""]
It is a Raspberry Pi, a PIE is a dessert you eat whilst NoobS is an installer / chooser and not an Operating System


https://www.raspberrypi.org/magpi/issue ... ials-c-v1/

https://randomnerdtutorials.com/how-to- ... pberry-pi/


.
Last edited by fruitoftheloom on Wed Jul 05, 2017 8:11 am, edited 1 time in total.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry Pi3

Wed Jul 05, 2017 8:09 am

The Raspbian OS that is recommended for the Pi (and is the default install from NOOBS) comes with everything you need to compile many programs with C. There is a choice of editors, and a full compiler (gcc). If you are doing something fancy you may need to install additional header libraries (like if you are writing something that will use USB directly).

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jul 05, 2017 8:14 am

i want to implement iot and mqtt with pi3. i have noobs os installed and want to write program in c. what other thing i need to install.

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Raspberry Pi3

Wed Jul 05, 2017 8:33 am

pieuser wrote:i want to implement iot and mqtt with pi3. i have noobs os installed and want to write program in c. what other thing i need to install.
MQTT has already been implemented for many Programming languages used by Raspbian on an RPi. Are you sure you need to re-implement it? Or do you simply mean you wish to use that protocol in your own application?
i want to implement iot
Please be specific, or at least give a reasonable sample, of what you want to achieve. Just interface a particular sensor or controller, or build a 'whole house' monitoring system?
i have noobs os installed
NOOBS is not an OS, it is an Installer. It would be helpful to confirm that you have used NOOBS to install the recommended and supported Raspbian OS.
I... want to write program in c
Raspbian by default contains tools that allow you to program in C on and for the RPi: nothing else is necessary. (But if you have preferred tools such as editors or IDEs that are not present by default you can probably add them.)

Edit: just to add that the majority of what I have written has already appeared in other replies in this thread, I have simply summarised them in one place. If you don't read and show some sign of acknowledgement of what people contribute it is likely that the flow of replies will dry up.

User avatar
bensimmo
Posts: 4654
Joined: Sun Dec 28, 2014 3:02 pm
Location: East Yorkshire

Re: Raspberry Pi3

Wed Jul 05, 2017 8:50 am

What is your native language?
Somebody may be able to talk to you in it.

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jul 12, 2017 8:29 am

[]Is Windows 10 necessary for installation of IOT in pi 3 or raspbian os is enough for it.[/quote]

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry Pi3

Wed Jul 12, 2017 8:39 am

pieuser wrote:[]Is Windows 10 necessary for installation of IOT in pi 3 or raspbian os is enough for it.
[/quote]

You appear to be asking the same questions rather than responding to your replies. If English is not your first language then post in the section of this forum for your Language ;)
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Raspberry Pi3

Wed Jul 12, 2017 8:42 am

If you are referring to
WINDOWS 10 IOT CORE /
Windows 10 for the Internet of Things
as linked from https://www.raspberrypi.org/downloads/

That is a Microsoft solution and their documentation is here: https://developer.microsoft.com/en-us/w ... getstarted

Those instructions say:
Make sure you are running the public release of Windows 10


(Of course, there might be a 'hackers' way of doing the same thing with some other Operating System: but given your apparent difficulty getting started with this project it seems to me you would be well advised to try the supplier's recommended and supported way first.)

User avatar
KLL
Posts: 1453
Joined: Wed Jan 09, 2013 3:05 pm
Location: thailand
Contact: Website

Re: Raspberry Pi3

Wed Jul 12, 2017 8:46 am

as it is now a week you have a RPI3 with NOOBS >> RASPBIAN installed,

did you try to write a "C" program?

did find a IDE what could make that faster (or more difficult at the beginning )?

did you try to write a desktop application already?

if you not happy with RASPBIAN and you want test other OS pls. do so.

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspberry Pi3

Wed Jul 12, 2017 8:47 am

B.Goode wrote:If you are referring to
WINDOWS 10 IOT CORE /
Windows 10 for the Internet of Things
as linked from https://www.raspberrypi.org/downloads/

That is a Microsoft solution and their documentation is here: https://developer.microsoft.com/en-us/w ... getstarted

Those instructions say:
Make sure you are running the public release of Windows 10
Yep already stated that but the OP goes off on a tangent about MQTT

viewtopic.php?f=91&t=185452#p1172014


IF YOU ARE RUNNING Windows 10 IoT Core and want to utilise MQTT see: https://paolopatierno.wordpress.com/201 ... -marriage/
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Raspberry Pi3

Wed Jul 12, 2017 8:53 am

fruitoftheloom wrote:
B.Goode wrote:If you are referring to
WINDOWS 10 IOT CORE /
Windows 10 for the Internet of Things
as linked from https://www.raspberrypi.org/downloads/

That is a Microsoft solution and their documentation is here: https://developer.microsoft.com/en-us/w ... getstarted

Those instructions say:
Make sure you are running the public release of Windows 10
Yep already stated that but the OP goes off on a tangent about MQTT

viewtopic.php?f=91&t=185452#p1172014
Quite so. I have also politely said:
If you don't read and show some sign of acknowledgement of what people contribute it is likely that the flow of replies will dry up.

So, as a promise not a threat, this is likely to be my final attempt to help before @pieuser goes on my 'ignore' list...

pieuser
Posts: 38
Joined: Sat Jun 03, 2017 7:56 am

Re: Raspberry Pi3

Wed Jul 12, 2017 9:13 am

thanks

Return to “Beginners”