abonnement Unibet Coolblue Bitvavo
pi_119509096
quote:
0s.gif Op dinsdag 20 november 2012 22:51 schreef Blue_Panther_Ninja het volgende:

[..]

Gelukkig heb je garantie,toch? :P

[..]

Hoe lang al? Model B zeker? :+
Model B inderdaad. En dat zal ik even moeten nakijken.
pi_119509106
quote:
12s.gif Op donderdag 22 november 2012 17:55 schreef robin007bond het volgende:

[..]

Model B inderdaad. En dat zal ik even moeten nakijken.
OK :P
pi_119525382
quote:
0s.gif Op donderdag 22 november 2012 13:51 schreef Iemand91 het volgende:

[..]

Probeer je in no-time de 10.000 posts te halen ofzo; je zit in allerlei topics van die zinloze posts te dumpen? :?
Inderdaad. Beetje jammer, vind ik.

@ Blue_Panther_Ninja: als je geen Raspberry Pi hebt of gaat kopen, omdat je toch al een mega veel awesomer Android-only RK3066 stick via Aliexpress met korting, express shipping en weet ik het wat heb besteld, kom hier dan ook niet. Dit topic gaat in ieder geval over de Raspi. Wil je in het MK-topic rondhangen, doe dat vooral. Is die er niet, maak 'em vooral aan en verkas daar dan lekker heen. ;)

Was voor de gein eens informeren: RS feels sorry, ik mag 'em terugsturen. Turnaround tijd ongeveer 14 dagen. Meh.
The ripple effect starts with making a splash ~ Life is not a dish of copy pasta ~ ⳽ᖾiz
  vrijdag 23 november 2012 @ 18:25:00 #94
23384 RC2
Not me, broken when i got here
pi_119546242
Farnell schiet lekker op! 15 november een bestelling geplaatst en nu een mailtje dat er een onderweg is.
Who wants to live forever anyway...
pi_119572168
Ik had een Pi zonder case en voor de time being heb ik een Lego oplossing in elkaar geflanst:

pi_119604826
Voor de Raspberry pi bezitters die ook graag het grote blokkenspel spelen.

http://tweakers.net/nieuw(...)ar-raspberry-pi.html
pi_119639264
Vrijdag mn Pi binnen gehad en vandaag maar eens aan het spelen geweest. Met Berryboot debian geinstalleerd en na alle updates shairport helemaal werkend gekregen!
Heerlijk om nou met Airfoil muziek van mn pc, iphone en ipad naar de Pi te streamen en te luisteren via mn versterker. Heb hem toch met hdmi aangesloten wat de beste geluidskwalteit oplevert!

Ter info: Deze handleiding heb ik gebruikt.

En berryboot is trouwens ook ideaal! Gewoon uitpakken op een sd kaart, booten en het OS kiezen. Wat je ook kiest, het image wordt automatisch gedownload en geinstalleerd.
Ook mulitboot is standaard een optie. Hier te krijgen: http://www.berryterminal.com/doku.php/berryboot

[ Bericht 26% gewijzigd door Vince22 op 26-11-2012 15:16:17 ]
---- Gouden hart voor Heracles mijn club! ----
Sowieso schrijf je zo! http://www.onzetaal.nl/taaladvies/advies/sowieso
pi_119657179
Leuk zo'n Raspberry, waar gebruiken jullie hem voor?
  dinsdag 27 november 2012 @ 00:29:00 #99
195885 shiz
ŻŻŻŻŻ
pi_119662613
Ik leer die van mij tegen me te schaken.
Momenteel kan ik het nog winnen, maar hij leert snel.
The ripple effect starts with making a splash ~ Life is not a dish of copy pasta ~ ⳽ᖾiz
  donderdag 13 december 2012 @ 00:11:59 #100
62215 qu63
..de tijd drinkt..
pi_120253854
Hele avond bezig geweest om m'n RPi aan de praat te krijgen, krijg ik of een zwart scherm, of een scherm van 640x400 met ruimte boven, rechts en onder..

Als ik hdmi_drive=1 in stel is t scherm ook zwart, zelfde voor hdmi_group=2. Iedere combi van hdmi_group=2 en hdmi_mode=whatever geeft een zwart scherm.

Ik heb de RPi aangesloten op een Philips 170C-beeldscherm via de HDMI-poort en een HDMI->VGA-connector aangezien het een oud scherm is..

Iemand enig idee wat er anders moet aan de settings? Of ligt t aan de convertor?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
################################################################################
##  Standard Definition Video Settings
################################################################################
## sdtv_mode
##     defines the TV standard for composite output
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Normal NTSC (Default)
##     1        Japanese version of NTSC - no pedestal
##     2        Normal PAL
##     3        Brazilian version of PAL - 525/60 rather than 625/50, different
##              subcarrier
##
#sdtv_mode=0

## sdtv_aspect
##     defines the aspect ratio for composite output
##
##     Value    Description
##     -------------------------------------------------------------------------
##     1        4:3 (Default)
##     2        14:9
##     3        16:9
##
#sdtv_aspect=1

## sdtv_disable_colourburst
##     Disables colour burst on composite output. The picture will be
##     monochrome, but possibly sharper
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Colour burst is enabled (Default)
##     1        Colour burst is disabled
##
#sdtv_disable_colourburst=1

################################################################################
##  High Definition Video Settings
################################################################################
## hdmi_safe
##     Use "safe mode" settings to try to boot with maximum hdmi compatibility.
##
##     Value    Description
##     -------------------------------------------------------------------------
#     0        Disabled (Default)
##     1        Enabled (this does: hdmi_force_hotplug=1, config_hdmi_boost=4,
##                                  hdmi_group=1, hdmi_mode=1,
##                                  disable_overscan=0)
##
#hdmi_safe=1

## hdmi_force_hotplug
##     Pretends HDMI hotplug signal is asserted so it appears a HDMI display
##     is attached
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Disabled (Default)
##     1        Use HDMI mode even if no HDMI monitor is detected
##
#hdmi_force_hotplug=1

## hdmi_ignore_hotplug
##     Pretends HDMI hotplug signal is not asserted so it appears a HDMI
##     display is not attached
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Disabled (Default)
##     1        Use composite mode even if HDMI monitor is detected
##
#hdmi_ignore_hotplug=1 

## hdmi_drive
##     chooses between HDMI and DVI modes
##
##     Value    Description
##     -------------------------------------------------------------------------
##     1        Normal DVI mode (No sound)
##     2        Normal HDMI mode (Sound will be sent if supported and enabled)
##
#hdmi_drive=2

## hdmi_ignore_edid
##     Enables the ignoring of EDID/display data
##
#hdmi_ignore_edid=0xa5000080

## hdmi_edid_file
##     Read the EDID data from the edid.dat file instead of from the attached
##     device
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Read EDID data from attached device (Default)
##     1        Read EDID data from edid.txt file
##
#hdmi_edid_file=1

## hdmi_force_edid_audio
##     Pretends all audio formats are supported by display, allowing
##     passthrough of DTS/AC3 even when not reported as supported.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Use EDID provided values (Default)
##     1        Pretend all audio formats are supported
##
#hdmi_force_edid_audio=1

## avoid_edid_fuzzy_match
##     Avoid fuzzy matching of modes described in edid.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Use fuzzy matching (Default)
##     1        Avoid fuzzy matching
##
#avoid_edid_fuzzy_match=1

## hdmi_group
##     Defines the HDMI type
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Use the preferred group reported by the edid (Default)
##     1        CEA
##     2        DMT
##
hdmi_group=1

## hdmi_mode
##     defines screen resolution in CEA or DMT format
##
##     H means 16:9 variant (of a normally 4:3 mode).
##     2x means pixel doubled (i.e. higher clock rate, with each pixel repeated
##                                  twice)
##     4x means pixel quadrupled (i.e. higher clock rate, with each pixel
##                                     repeated four times)
##     reduced blanking means fewer bytes are used for blanking within the data
##                      stream (i.e. lower clock rate, with fewer wasted bytes)
##
##     Value    hdmi_group=CEA                  hdmi_group=DMT
##     -------------------------------------------------------------------------
##     1        VGA                             640x350   85Hz
##     2        480p  60Hz                      640x400   85Hz
##     3        480p  60Hz  H                   720x400   85Hz
##     4        720p  60Hz                      640x480   60Hz
##     5        1080i 60Hz                      640x480   72Hz
##     6        480i  60Hz                      640x480   75Hz
##     7        480i  60Hz  H                   640x480   85Hz
##     8        240p  60Hz                      800x600   56Hz
##     9        240p  60Hz  H                   800x600   60Hz
##     10       480i  60Hz  4x                  800x600   72Hz
##     11       480i  60Hz  4x H                800x600   75Hz
##     12       240p  60Hz  4x                  800x600   85Hz
##     13       240p  60Hz  4x H                800x600   120Hz
##     14       480p  60Hz  2x                  848x480   60Hz
##     15       480p  60Hz  2x H                1024x768  43Hz  DO NOT USE
##     16       1080p 60Hz                      1024x768  60Hz
##     17       576p  50Hz                      1024x768  70Hz
##     18       576p  50Hz  H                   1024x768  75Hz
##     19       720p  50Hz                      1024x768  85Hz
##     20       1080i 50Hz                      1024x768  120Hz
##     21       576i  50Hz                      1152x864  75Hz
##     22       576i  50Hz  H                   1280x768        reduced blanking
##     23       288p  50Hz                      1280x768  60Hz
##     24       288p  50Hz  H                   1280x768  75Hz
##     25       576i  50Hz  4x                  1280x768  85Hz
##     26       576i  50Hz  4x H                1280x768  120Hz reduced blanking
##     27       288p  50Hz  4x                  1280x800        reduced blanking
##     28       288p  50Hz  4x H                1280x800  60Hz
##     29       576p  50Hz  2x                  1280x800  75Hz
##     30       576p  50Hz  2x H                1280x800  85Hz
##     31       1080p 50Hz                      1280x800  120Hz reduced blanking
##     32       1080p 24Hz                      1280x960  60Hz
##     33       1080p 25Hz                      1280x960  85Hz
##     34       1080p 30Hz                      1280x960  120Hz reduced blanking
##     35       480p  60Hz  4x                  1280x1024 60Hz
##     36       480p  60Hz  4x H                1280x1024 75Hz
##     37       576p  50Hz  4x                  1280x1024 85Hz
##     38       576p  50Hz  4x H                1280x1024 120Hz reduced blanking
##     39       1080i 50Hz  reduced blanking    1360x768  60Hz
##     40       1080i 100Hz                     1360x768  120Hz reduced blanking
##     41       720p  100Hz                     1400x1050       reduced blanking
##     42       576p  100Hz                     1400x1050 60Hz
##     43       576p  100Hz H                   1400x1050 75Hz
##     44       576i  100Hz                     1400x1050 85Hz
##     45       576i  100Hz H                   1400x1050 120Hz reduced blanking
##     46       1080i 120Hz                     1440x900        reduced blanking
##     47       720p  120Hz                     1440x900  60Hz
##     48       480p  120Hz                     1440x900  75Hz
##     49       480p  120Hz H                   1440x900  85Hz
##     50       480i  120Hz                     1440x900  120Hz reduced blanking
##     51       480i  120Hz H                   1600x1200 60Hz
##     52       576p  200Hz                     1600x1200 65Hz
##     53       576p  200Hz H                   1600x1200 70Hz
##     54       576i  200Hz                     1600x1200 75Hz
##     55       576i  200Hz H                   1600x1200 85Hz
##     56       480p  240Hz                     1600x1200 120Hz reduced blanking
##     57       480p  240Hz H                   1680x1050       reduced blanking
##     58       480i  240Hz                     1680x1050 60Hz
##     59       480i  240Hz H                   1680x1050 75Hz
##     60                                       1680x1050 85Hz
##     61                                       1680x1050 120Hz reduced blanking
##     62                                       1792x1344 60Hz
##     63                                       1792x1344 75Hz
##     64                                       1792x1344 120Hz reduced blanking
##     65                                       1856x1392 60Hz
##     66                                       1856x1392 75Hz
##     67                                       1856x1392 120Hz reduced blanking
##     68                                       1920x1200       reduced blanking
##     69                                       1920x1200 60Hz
##     70                                       1920x1200 75Hz
##     71                                       1920x1200 85Hz
##     72                                       1920x1200 120Hz reduced blanking
##     73                                       1920x1440 60Hz
##     74                                       1920x1440 75Hz
##     75                                       1920x1440 120Hz reduced blanking
##     76                                       2560x1600       reduced blanking
##     77                                       2560x1600 60Hz
##     78                                       2560x1600 75Hz
##     79                                       2560x1600 85Hz
##     80                                       2560x1600 120Hz reduced blanking
##     81                                       1366x768  60Hz
##     82                                       1080p     60Hz
##     83                                       1600x900        reduced blanking
##     84                                       2048x1152       reduced blanking
##     85                                       720p      60Hz
##     86                                       1366x768        reduced blanking
##
hdmi_mode=5

## config_hdmi_boost
##     configure the signal strength of the HDMI interface.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        (Default)
##     1
##     2
##     3
##     4        Try if you have interference issues with HDMI
##     5
##     6
##     7        Maximum
##
#config_hdmi_boost=0

## hdmi_ignore_cec_init
##     Doesn't sent initial active source message.  Avoids bringing
##     (CEC enabled) TV out of standby and channel switch when rebooting.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Normal behaviour (Default)
##     1        Doesn't sent initial active source message
##
#hdmi_ignore_cec_init=1

## hdmi_ignore_cec
##     Pretends CEC is not supported at all by TV.
##     No CEC functions will be supported.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Normal behaviour (Default)
##     1        Pretend CEC is not supported by TV
##
#hdmi_ignore_cec=1

################################################################################
##  Overscan Video Settings
################################################################################
## overscan_left
##     Number of pixels to skip on left
##
#overscan_left=0

## overscan_right
##     Number of pixels to skip on right
##
#overscan_right=0

## overscan_top
##     Number of pixels to skip on top
##
#overscan_top=0

## overscan_bottom
##     Number of pixels to skip on bottom
##
#overscan_bottom=0

## disable_overscan
##     Set to 1 to disable overscan
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Overscan Enabled (Default)
##     1        Overscan Disabled
##
#disable_overscan=1

################################################################################
##  Framebuffer Video Settings
################################################################################
## framebuffer_width
##     Console framebuffer width in pixels. Default is display width minus
##     overscan.
##
#framebuffer_width=0

## framebuffer_height
##     Console framebuffer height in pixels. Default is display height minus
##     overscan.
##
#framebuffer_height=0

## framebuffer_depth
##     Console framebuffer depth in bits per pixel.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     8        Valid, but default RGB palette makes an unreadable screen
##     16       (Default)
##     24       Looks better but has corruption issues as of 2012/06/15
##     32       Has no corruption issues but needs framebuffer_ignore_alpha=1
##              and shows the wrong colors as of 2012/06/15
##
#framebuffer_depth=16

## framebuffer_ignore_alpha
##     Set to 1 to disable alpha channel. Helps with 32bit.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        Enable Alpha Channel (Default)
##     1        Disable Alpha Channel
##
#framebuffer_ignore_alpha=0

################################################################################
##  General Video Settings
################################################################################
## display_rotate
##     Rotate the display clockwise or flip the display.
##     The 90 and 270 degrees rotation options require additional memory on GPU,
##     so won't work with the 16M GPU split.
##
##     Value    Description
##     -------------------------------------------------------------------------
##     0        0 degrees (Default)
##     1        90 degrees
##     2        180 degrees
##     3        270 degrees
##     0x10000  Horizontal flip
##     0x20000  Vertical flip
##
#display_rotate=0
It's Time To Shine
[i]What would life be like without rhethorical questions?[/i]
pi_120272486
Ah, nieuwe Raspi van RS binnen. :7 Dit keer wel 100% technisch in orde bij aankomst. :P

Vernam dat mensen hun RS Case niet meer uit elkaar konden halen? Viel hartstikke mee. De zwarte case om m'n oude Pi, zit nu alweer om m'n nieuwe en de oude in een witte case nu.

Vanaaf eens de laatste XBian eropknallen.
En ben benieuwd of de oude Pi echt als webservertje voor een minimalistische site kan dienen. :D
The ripple effect starts with making a splash ~ Life is not a dish of copy pasta ~ ⳽ᖾiz
pi_120283022
http://tweakers.net/meukt(...)-center-120-rc1.html

XBMC 12 Frodo - Release Candidate 1

We would quickly like to take this time to announce the first release candidate for XBMC 12. Features for XBMC 12 include:

HD audio support, including DTS-MA and Dolby True-HD, via the new XBMC AudioEngine
Live TV and PVR support
h.264 10bit (aka Hi10P) video software decoding for anime
64bit support in OSX to match the 64bit support in Linux
Improved image support, allowing the database to accomodate numerous additional image types
Support for the Raspberry PI
Initial support for the Android platform
Improved Airplay support across all platforms
Improved controller support in Windows and Linux
Advanced Filtering in the library
Advanced UPnP sharing
Translations now powered by Transifex.

At this point, XBMC 12 is entirely feature complete. All changes from this point forward will exclusively include fixes for replicable bugs necessary to reach final release.
pi_120875929
Ik ga meer weer eens op zoek naar een kleine wi-fi stick. De vorigen werkten niet.
"Social order at the expense of liberty is hardly a bargain."
pi_120875953
Nou even veel vrij, dus kan ik weer wat films kijken.
"Social order at the expense of liberty is hardly a bargain."
  vrijdag 28 december 2012 @ 22:32:54 #105
9568 Witchfynder
/dev/bassguitar
pi_120887087
Willen jullie wat naars horen? Bij mijn werkgever hebben wij allemaal een Raspberry Pi (B) gekregen als kerstcadeau, plus case, kabels en wifi-ding. Stuk of 700 medewerkers :P.
Mijn band: Conorach || MySpace || Twitter || Lastfm
"The band makes it rock. The crew makes it roll" - Dave Mustaine
There are two kinds of people in the world: those who like Heavy Metal and those who hate music.
pi_120892063
Ha, leuk :) Bij Percona ook, zag ik. Leuke werkgevers.
I hope you can see this because I'm doing it as hard as I can.
pi_120893471
quote:
10s.gif Op vrijdag 28 december 2012 22:32 schreef Witchfynder het volgende:
Willen jullie wat naars horen? Bij mijn werkgever hebben wij allemaal een Raspberry Pi (B) gekregen als kerstcadeau, plus case, kabels en wifi-ding. Stuk of 700 medewerkers :P.
Hoeveel zou dat gekost hebben?

[ Bericht 6% gewijzigd door ikveranderhemniet op 29-12-2012 00:16:36 ]
pi_120897043
Ik gok zo ongeveer 24500 dollar. Excl. accessoires.
  zaterdag 29 december 2012 @ 03:13:18 #109
195885 shiz
ŻŻŻŻŻ
pi_120900137
Mijn Raspi's met accessoires ging ik toch sowieso al halen, dus ik ben blijer met m'n 13e en 14e maand. :9
Kun je er ook nog eens een tv bij kopen om je Raspi op aan te sluiten enzo. :D
The ripple effect starts with making a splash ~ Life is not a dish of copy pasta ~ ⳽ᖾiz
  zaterdag 29 december 2012 @ 09:54:39 #110
9568 Witchfynder
/dev/bassguitar
pi_120902170
quote:
0s.gif Op vrijdag 28 december 2012 23:49 schreef LintuxCx het volgende:
Ha, leuk :) Bij Percona ook, zag ik. Leuke werkgevers.
Cool! Ze hebben ook een wedstrijd uitgeschreven voor een originele toepassing van de Raspberry Pi. Medewerkers die mee willen doen moeten met een voorstel komen van het concept en welk materiaal nodig is en de winnaar krijgt budget en hulp vanuit het bedrijf om het uit te voeren :D.

Ik heb zelf nog niet zo'n idee wat ik er mee wil gaan doen...
Mijn band: Conorach || MySpace || Twitter || Lastfm
"The band makes it rock. The crew makes it roll" - Dave Mustaine
There are two kinds of people in the world: those who like Heavy Metal and those who hate music.
pi_121700021
Fipo in 2013
"Social order at the expense of liberty is hardly a bargain."
pi_122300341
Ik ben al een tijdje een beetje geïnteresseerd in de pi

Maar wat doe je eigenlijk met zo'n ding? Mediacenter zal ik hem iig niet voor gebruiken. Wat kan je er anders mee? (het is een pc, dus vanalles EINZ WEI DREI!111) laat ik het zo stellen dan: waar word hij vooral voor gebruikt?

Ik heb nog een arduino liggen waar ik regelmatig wat mee kloot, en een oude laptop als thuisservertje. Programmeren begin ik net pas te leren. Is zo'n pi dan overbodig, of zou ik er echt nog wat aan kunnen hebben?

[ Bericht 1% gewijzigd door gogosweden op 31-01-2013 15:34:02 ]
pi_122301131
Beschouw het als speelgoed: Leuk om mee te kloten maar het grootste deel van de tijd zit het in een doos. Praktisch nut is niet altijd noodzakelijk :P
pi_122307015
quote:
14s.gif Op donderdag 31 januari 2013 15:43 schreef KomtTijd... het volgende:
Beschouw het als speelgoed: Leuk om mee te kloten maar het grootste deel van de tijd zit het in een doos. Praktisch nut is niet altijd noodzakelijk :P
hmm ik zit een beetje te twijfelen

pakketje met de pi, een lader, 16gb samsung sd kaart en een hdmi--> dvi-d kabel (die ik toch al moest hebben) kost me pakweg ¤60 exclusief verzendkosten :P
pi_122466902
Model A now for sale in Europe - buy one today!

Model A is in de verkoop! Verschil met huidige Model B: geen ethernet, 1 USB en 265MB RAM.
Prijsverschil is £6,59 / ¤7.60 en energieverbruik wordt met ongeveer tweederde verminderd.

pi_122467950
quote:
0s.gif Op maandag 4 februari 2013 15:59 schreef Iemand91 het volgende:
Model A now for sale in Europe - buy one today!

Model A is in de verkoop! Verschil met huidige Model B: geen ethernet, 1 USB en 265MB RAM.
Prijsverschil is £6,59 / ¤7.60 en energieverbruik wordt met ongeveer tweederde verminderd.

[ afbeelding ]
Oke..... ik snap niet zo goed wat hier mee bedoeld wordt?

Het energie verbruik van de B is ook niet bijster hoog, verder vind ik het gemis van de ethernet poort de prijs niet rechtvaardigen.
  maandag 4 februari 2013 @ 16:25:05 #117
327191 RobertNL
For your gear.
pi_122468014
quote:
0s.gif Op maandag 4 februari 2013 16:23 schreef Rekkie het volgende:

[..]

Oke..... ik snap niet zo goed wat hier mee bedoeld wordt?

Is dit ergens interessant voor?
Ja, low power oplossing die nog minder power neemt. Prima als je geen HDMI en 512MB ram en internet nodig hebt :)
Genoeg dingen te bedenken waar je het niet voor nodig hebt en waar het wel ruimte/stroom gebruikt. Voor projecten op een batterij bijvoorbeeld ;)

Als iemand ooit twijfelt om er nog 1 te kopen, doe maar even een DM :P die van mij staat stof te happen ;)
MisterTao.com / Buyincoins - recommender: RobertNL
Reviews/mindfarts: http://gearbullet.tweakblogs.net/
pi_122468027
quote:
0s.gif Op maandag 4 februari 2013 16:23 schreef Rekkie het volgende:

[..]

Oke..... ik snap niet zo goed wat hier mee bedoeld wordt?

Is dit ergens interessant voor?
Als je die extra poorten niet nodig hebt is dat handig en goedkoper. Maar deze is vooral zuiniger en dat kan handig zijn bij bepaalde toepassingen (als deze bijvoorbeeld wordt gevoedt door zonne-energie of accu)

EDIT: wat RobertNL hierboven dus al zegt...
  maandag 4 februari 2013 @ 16:26:36 #119
62215 qu63
..de tijd drinkt..
pi_122468060
quote:
0s.gif Op maandag 4 februari 2013 16:23 schreef Rekkie het volgende:

[..]

Oke..... ik snap niet zo goed wat hier mee bedoeld wordt?

Het energie verbruik van de B is ook niet bijster hoog, verder vind ik het gemis van de ethernet poort de prijs niet rechtvaardigen.
Dit model was er eerst, daarna zijn ze vrij snel aan het B-model begonnen als ik t goed heb ;)
It's Time To Shine
[i]What would life be like without rhethorical questions?[/i]
pi_122469060
quote:
0s.gif Op maandag 4 februari 2013 16:26 schreef qu63 het volgende:

[..]

Dit model was er eerst, daarna zijn ze vrij snel aan het B-model begonnen als ik t goed heb ;)
Nee, ze zijn tegelijkertijd "bedacht" maar ze hebben besloten in eerste instantie alleen model B te produceren.

Het grote verschil met het model A is dat daar de gecombineerde USB/netwerk-chip (en bijbehorende aansluitingen) ontbreekt. Die chip verbruikt veel stroom en is relatief duur, dus het ligt voor de hand die weg te laten. Ik denk dat ze bij het ontwerp erg in dubio hebben gestaan of die chip de extra 10 dollar waard zou zijn, en dat ze uiteindelijk besloten hebben de keus aan de gebruiker te laten, en het bordje zo te ontwerpen dat hij zonder problemen weggelaten kan worden.

Ik denk dat ze gekozen hebben om te beginnen met model B omdat ze voorzien hadden dat die wel het populairs zou worden, en natuurlijk omdat je de volledige functionaliteit wilt testen.

-edit-
En ja model A is natuurlijk geweldig voor iedereen die een robot wil bouwen, maar ook bijvoorbeeld voor ontwikkelingslanden waar ze helemaal geen netwerken hebben, maar wel graag een computerles willen geven.

[ Bericht 7% gewijzigd door KomtTijd... op 04-02-2013 16:58:38 ]
abonnement Unibet Coolblue Bitvavo
Forum Opties
Forumhop:
Hop naar:
(afkorting, bv 'KLB')