Go to advanced search

by Laurens-wuyts
Sat Oct 10, 2015 3:25 pm
Forum: Raspberry Pi OS
Topic: model B and new raspian image
Replies: 5
Views: 1079

Re: model B and new raspian image

Code: Select all

sudo apt-get dist-upgrade
Should work.
But I don't know if you should keep wheezy or not :?

Laurens
by Laurens-wuyts
Sat Oct 10, 2015 9:41 am
Forum: Other programming languages
Topic: Posting a data on a Html page
Replies: 5
Views: 1250

Re: Posting a data on a Html page

For doing that, you'll need some php script to run and process the data. ;)

Laurens
by Laurens-wuyts
Thu Oct 08, 2015 8:32 pm
Forum: Beginners
Topic: turn LED on Pause then turn on 2nd LED
Replies: 9
Views: 1306

Re: turn LED on Pause then turn on 2nd LED

Something like: import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) GPIO.setup(18,GPIO.OUT) GPIO.setup(17,GPIO.OUT) GPIO.output(18,GPIO.LOW) GPIO.output(17,GPIO.LOW) print "LED on" GPIO.output(18,GPIO.HIGH) time.sleep(2) GPIO.output(17,GPIO.HIGH) time.sleep(2) print "L...
by Laurens-wuyts
Thu Oct 08, 2015 6:23 pm
Forum: Beginners
Topic: turn LED on Pause then turn on 2nd LED
Replies: 9
Views: 1306

Re: turn LED on Pause then turn on 2nd LED

You need to pause a bit after you turned on the second led, because otherwise you won't see a thing. ;) import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) GPIO.setup(18,GPIO.OUT) GPIO.setup(17,GPIO.OUT) print "LED on" GPIO.output(18,GPIO.HIGH) time.sleep(2) GPIO.outpu...
by Laurens-wuyts
Wed Oct 07, 2015 7:35 am
Forum: Nederlands
Topic: Lampen schakelen
Replies: 9
Views: 2736

Re: Lampen schakelen

Super goed dat het nu werkt! :)

Laurens
by Laurens-wuyts
Mon Oct 05, 2015 5:44 pm
Forum: Nederlands
Topic: Lampen schakelen
Replies: 9
Views: 2736

Re: Lampen schakelen

Je kan hier eens kijken of dit werkt.

Laurens
by Laurens-wuyts
Mon Oct 05, 2015 5:31 pm
Forum: Nederlands
Topic: Lampen schakelen
Replies: 9
Views: 2736

Re: Lampen schakelen

GerardWassink wrote:Zou je in je unified bash file niet de sudo's coderen?
Ik weet niet zeker of dit gaat werken. Het bash file moet nu volgens mij ook als super user gestart worden. :?
Maar het zou wel kunnen dat het een sudo probleem is.

Laurens
by Laurens-wuyts
Mon Oct 05, 2015 4:23 pm
Forum: Nederlands
Topic: Lampen schakelen
Replies: 9
Views: 2736

Re: Lampen schakelen

Heb je al geprobeert om een aparte webpagina te maken voor het tweede merk van sockets? :?

Laurens
by Laurens-wuyts
Sun Oct 04, 2015 4:59 pm
Forum: General discussion
Topic: Need help to interface touch screen
Replies: 1
Views: 406

Re: Need help to interface touch screen

As stated on the ebay page, the LCd uses the SSD1289 Driver IC. So you can search on that.
Here is a link to someone who has used the LCD with a Raspberry Pi. ;)

Laurens
by Laurens-wuyts
Sun Oct 04, 2015 4:51 pm
Forum: Media centres
Topic: Dual screen in-car media center
Replies: 2
Views: 1219

Re: Dual screen in-car media center

gixie wrote:I was wondering if my idea is doable. I have the screens. I need to buy the vga adapter and a splitter cable.
If you want the 2 display's to display the same content, it should be doable. ;)
Can you try an other audio source for your car audio? Like a GSM, MP3,...

Laurens
by Laurens-wuyts
Thu Oct 01, 2015 7:37 am
Forum: Nederlands
Topic: Hulp installatie
Replies: 19
Views: 2502

Re: Hulp installatie

ssh is een protocol zodat je van op je gewone computer de raspberry pi (of elke andere server) kan besturen.
Hier vind je wat meer info en hoe je het moet gebruiken. ;)

Laurens
by Laurens-wuyts
Wed Sep 30, 2015 6:44 pm
Forum: Nederlands
Topic: Hulp installatie
Replies: 19
Views: 2502

Re: Hulp installatie

Ja, gewoon een usb toetsenbord of via het netwerk met ssh. en dan kan je met de pijltjes door het menu gaan. En enter om te selecteren. Je kan best nr 1 selecteren en op enter drukken, en dan finish. Als je het toetsenbord wil aanpassen van layout, kan je dit ook hier doen. Laurens P.S. Als je dit m...
by Laurens-wuyts
Wed Sep 30, 2015 5:51 pm
Forum: Nederlands
Topic: Hulp installatie
Replies: 19
Views: 2502

Re: Hulp installatie

Je moet hiervoor een toetsenbord aan de raspberry pi hangen.

Laurens
by Laurens-wuyts
Tue Sep 29, 2015 5:22 am
Forum: Nederlands
Topic: Meerdere GPIO switches
Replies: 2
Views: 615

Re: Meerdere GPIO switches

De methode dat je voorsteld zal niet werken, omdat wanneer je nu 1 schakelaar bedient, gaan de andere GPIO's ook hoog. ;)
Je kan wel eens kijken of je de interne pull-up's of pull-down's kan gebruiken. :)

Laurens
by Laurens-wuyts
Mon Sep 28, 2015 6:40 pm
Forum: Nederlands
Topic: Tv wil niet op standby
Replies: 3
Views: 740

Re: Tv wil niet op standby

Ik vermoed dat het iets te maken heeft met CEC.
Je kan hier eens kijken of dit het probleem oplost.

Laurens
by Laurens-wuyts
Mon Sep 28, 2015 4:43 pm
Forum: Off topic discussion
Topic: Pis on Mars....?
Replies: 7
Views: 1434

Re: Pis on Mars....?

Maybe in some sort of mars rover. :D
by Laurens-wuyts
Mon Sep 28, 2015 4:36 pm
Forum: Nederlands
Topic: Hulp installatie
Replies: 19
Views: 2502

Re: Hulp installatie

Voor de SD kaart boot klaar te maken, moet je het ".img" bestand "branden" op de sd kaart.
Je kan deze tutorial gebruiken om dit te doen. :)

Laurens
by Laurens-wuyts
Sun Sep 27, 2015 4:01 pm
Forum: General discussion
Topic: HDMI to VGA Adaptor
Replies: 3
Views: 814

Re: HDMI to VGA Adaptor

You can use the gert VGA 666 converter.

Laurens
by Laurens-wuyts
Sun Sep 27, 2015 9:37 am
Forum: General programming discussion
Topic: Best library for GPIO
Replies: 6
Views: 8906

Re: Best library for GPIO

Pigpio does support I2c. ;)

Laurens
by Laurens-wuyts
Sat Sep 26, 2015 9:24 pm
Forum: Nederlands
Topic: Rtl sdr nooelec
Replies: 1
Views: 657

Re: Rtl sdr nooelec

wonderingwalker wrote:Mocht die dan al werken, dan hoor je geen fluit.
Je kan eens nakijken of het volume wel open staat :?

Code: Select all

sudo alsamixer
Laurens
by Laurens-wuyts
Sat Sep 26, 2015 12:49 pm
Forum: Nederlands
Topic: Hulp installatie
Replies: 19
Views: 2502

Re: Hulp installatie

Noobs is voor beginners en is een besturingssysteem om raspbian te installeren.
Als je raspbian rechtstreeks installeert, neemt het minder plaats in op de SD kaart.

Laurens
by Laurens-wuyts
Fri Sep 25, 2015 4:13 pm
Forum: Nederlands
Topic: Hulp installatie
Replies: 19
Views: 2502

Re: Hulp installatie

Je kan de USB poorten gebruiken wanneer je wil, maar deze zijn niet noodzakelijk voor het werken van de Raspberry Pi ;)

Laurens
by Laurens-wuyts
Thu Sep 24, 2015 8:41 pm
Forum: Nederlands
Topic: Hulp installatie
Replies: 19
Views: 2502

Re: Hulp installatie

Op de SD kaart moet je het besturingssysteem zetten (dat je hier vindt). ;) Je kan op de SD kaart ook bestanden plaatsen. De USB poorten zij bedoeld voor verschillende soorten apparaten (USB stick, webcam,...). :) En de micro USB poort is enkel bedoeld om de Raspberry Pi te voeden. Hier kan je geen ...
by Laurens-wuyts
Sun Sep 13, 2015 10:19 pm
Forum: Beginners
Topic: Can Raspbery Pi be programmed to interface with Sphero Apps?
Replies: 12
Views: 2414

Re: Can Raspbery Pi be programmed to interface with Sphero A

Maybe if you can get the source code of the app, but i don't think it will be open scource. Actually, I think it is. They have a developer site and github. https://developer.gosphero.com/ At the bottom is a list of different SDK’s and submitted projects. Right above the SDK’s is a document on Spher...
by Laurens-wuyts
Sun Sep 13, 2015 7:30 pm
Forum: Beginners
Topic: Can Raspbery Pi be programmed to interface with Sphero Apps?
Replies: 12
Views: 2414

Re: Can Raspbery Pi be programmed to interface with Sphero A

Alex_RbPi_95 wrote:No other solutions to find it out? :|
Maybe if you can get the source code of the app, but i don't think it will be open scource.

Laurens

Go to advanced search