QUOTE(bad2928 @ Dec 29 2016, 07:54 PM)
Just to share.yes.cheap.get a medium audiophile system.Use a Volumio,Hifiberry Dac,Dayton DTA-120 and a Andrew Steven's Bookshelf speakers-Pioneer SP-BS22-LR.
And stream 7/24 with ABC Lounge.
Raspberry Pi, Rm100 computer that beats iPhone4S
|
|
Mar 26 2017, 07:06 AM
|
![]() ![]() ![]()
Junior Member
385 posts Joined: Sep 2009 |
|
|
|
|
|
|
Mar 28 2017, 12:44 PM
|
![]() ![]()
Junior Member
121 posts Joined: Feb 2010 |
Hi all, been searching about raspberry pi around since end of last year and found this forum. I have a plan to build a raspberry pi for my son to learn about basic programming and practice scratch what he learned from school at home. On top of that, I gave him this as basic normal pc usage like watching youtube, web browsing, or gaming like minecraft etc.
Need expert's advice here how can I start up and gradually improve his skill on programming. Thanks. |
|
|
Mar 30 2017, 03:15 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,738 posts Joined: Jan 2003 |
QUOTE(MPK @ Mar 28 2017, 12:44 PM) Hi all, been searching about raspberry pi around since end of last year and found this forum. I have a plan to build a raspberry pi for my son to learn about basic programming and practice scratch what he learned from school at home. On top of that, I gave him this as basic normal pc usage like watching youtube, web browsing, or gaming like minecraft etc. I think you should be exploring here; https://www.element14.com/community/welcomeNeed expert's advice here how can I start up and gradually improve his skill on programming. Thanks. |
|
|
Mar 30 2017, 05:29 PM
|
![]() ![]()
Junior Member
73 posts Joined: Mar 2007 |
QUOTE(MPK @ Mar 28 2017, 12:44 PM) ... Need expert's advice here how can I start up and gradually improve his skill on programming. Thanks. Check these free materials from raspberrypi.org, a good reference to start with.https://www.raspberrypi.org/magpi/issues/ "Learn to code from scratch" "LEARN C ESSENTIALS" "MAKE GAMES with Python" This post has been edited by wsian: Mar 30 2017, 05:31 PM |
|
|
Mar 31 2017, 11:49 AM
|
![]() ![]()
Junior Member
127 posts Joined: Feb 2012 From: Malaysia |
QUOTE(MPK @ Mar 28 2017, 12:44 PM) Hi all, been searching about raspberry pi around since end of last year and found this forum. I have a plan to build a raspberry pi for my son to learn about basic programming and practice scratch what he learned from school at home. On top of that, I gave him this as basic normal pc usage like watching youtube, web browsing, or gaming like minecraft etc. You can start by doing projects that dealing with electronics, sensors etc. Those projects can be playful, fun and interactive for kids. Your son can explore more on physical computing and not only software programming with Raspberry Pi.Need expert's advice here how can I start up and gradually improve his skill on programming. Thanks. Just to add to the replies above, the Raspberry Pi Foundation has excellent resources on teaching and learning with Raspberry Pi. There are many fun projects as well with easy to follow instructions. Check it out here: http://rpf.io/learn |
|
|
Mar 31 2017, 01:56 PM
|
![]() ![]()
Junior Member
121 posts Joined: Feb 2010 |
QUOTE(MPK @ Mar 28 2017, 12:44 PM) Hi all, been searching about raspberry pi around since end of last year and found this forum. I have a plan to build a raspberry pi for my son to learn about basic programming and practice scratch what he learned from school at home. On top of that, I gave him this as basic normal pc usage like watching youtube, web browsing, or gaming like minecraft etc. Need expert's advice here how can I start up and gradually improve his skill on programming. Thanks. QUOTE(wsian @ Mar 30 2017, 05:29 PM) Check these free materials from raspberrypi.org, a good reference to start with. https://www.raspberrypi.org/magpi/issues/ "Learn to code from scratch" "LEARN C ESSENTIALS" "MAKE GAMES with Python" QUOTE(Ubitap @ Mar 31 2017, 11:49 AM) You can start by doing projects that dealing with electronics, sensors etc. Those projects can be playful, fun and interactive for kids. Your son can explore more on physical computing and not only software programming with Raspberry Pi. Thanks for the info.Just to add to the replies above, the Raspberry Pi Foundation has excellent resources on teaching and learning with Raspberry Pi. There are many fun projects as well with easy to follow instructions. Check it out here: http://rpf.io/learn |
|
|
|
|
|
May 10 2017, 04:31 PM
|
![]() ![]() ![]() ![]()
Senior Member
598 posts Joined: Sep 2004 |
hi guys..
i just bought this HDD enclosure (link) & hook it up to my RPi3 via USB cable.. problem is when transferring files between HDD inside the enclosure (eg: from HDD in bay1 to HDD in bay2), the speed is really slow (~ 10MB/s). is the RPi3 the bottleneck here? This post has been edited by Reeson: May 10 2017, 04:32 PM |
|
|
May 11 2017, 04:20 PM
|
![]() ![]()
Junior Member
73 posts Joined: Mar 2007 |
RPi most likely recognized this usb device as usb-storage instead of uas (USB Attached SCSI), due to lack of driver support as RPi only has usb 2.0. You can test out the same condition by connecting to windows 8/10 to see any different.
This post has been edited by wsian: May 11 2017, 04:23 PM |
|
|
May 11 2017, 04:32 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,689 posts Joined: Mar 2009 From: Probation? |
|
|
|
May 11 2017, 04:32 PM
|
|
Elite
15,694 posts Joined: Mar 2008 |
QUOTE(Reeson @ May 10 2017, 04:31 PM) hi guys.. Yes. https://www.raspberrypi.org/documentation/h...i/usb/README.mdi just bought this HDD enclosure (link) & hook it up to my RPi3 via USB cable.. problem is when transferring files between HDD inside the enclosure (eg: from HDD in bay1 to HDD in bay2), the speed is really slow (~ 10MB/s). is the RPi3 the bottleneck here? That is normal to have that. The USB ports are seperated from internal USB hub (Microchip USB+Ethernet chip), so all of them are shared on 480Mbps bus. It also could due to insufficient power output from the Pi. The proper way is to have a powered USB hub connect to both Pi and external HDD. |
|
|
May 11 2017, 05:06 PM
|
![]() ![]() ![]()
Junior Member
409 posts Joined: Mar 2009 |
|
|
|
May 11 2017, 09:15 PM
|
![]() ![]() ![]() ![]()
Senior Member
598 posts Joined: Sep 2004 |
QUOTE(kingkingyyk @ May 11 2017, 04:32 PM) Yes. https://www.raspberrypi.org/documentation/h...i/usb/README.md the enclosure has its own power supply, not drawing power from the RPi USB portThat is normal to have that. The USB ports are seperated from internal USB hub (Microchip USB+Ethernet chip), so all of them are shared on 480Mbps bus. It also could due to insufficient power output from the Pi. The proper way is to have a powered USB hub connect to both Pi and external HDD. |
|
|
May 11 2017, 09:41 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,689 posts Joined: Mar 2009 From: Probation? |
|
|
|
|
|
|
May 11 2017, 10:10 PM
|
![]() ![]()
Junior Member
275 posts Joined: Sep 2011 |
QUOTE(spacelion @ May 11 2017, 04:32 PM) link?found this but rm190..lol https://www.cytron.com.my/c-442-raspberry/c...-raspberry-pi-3 This post has been edited by air_pull91: May 11 2017, 10:11 PM |
|
|
May 12 2017, 07:28 AM
|
|
Elite
15,694 posts Joined: Mar 2008 |
|
|
|
May 12 2017, 08:38 AM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,689 posts Joined: Mar 2009 From: Probation? |
QUOTE(air_pull91 @ May 11 2017, 10:10 PM) thats the pi 3. i said pi zero. |
|
|
May 12 2017, 09:21 AM
|
![]() ![]() ![]() ![]()
Senior Member
598 posts Joined: Sep 2004 |
|
|
|
May 12 2017, 10:19 AM
|
|
Elite
15,694 posts Joined: Mar 2008 |
|
|
|
May 12 2017, 11:50 AM
|
![]() ![]() ![]() ![]()
Senior Member
598 posts Joined: Sep 2004 |
|
|
|
May 15 2017, 09:25 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,150 posts Joined: Feb 2006 |
Hi guys. I am looking for the pi zero but it seems all sellers in Malaysia has no stock. You guys know of any other sellers in Malaysia or overseas that have it for sell?
|
| Change to: | 0.0220sec
0.25
6 queries
GZIP Disabled
Time is now: 27th November 2025 - 05:48 PM |