Go to advanced search

by Laurens-wuyts
Fri Aug 07, 2015 8:07 pm
Forum: General discussion
Topic: Monitor not recognizing raspberry pi
Replies: 2
Views: 372

Re: Monitor not recognizing raspberry pi

What HDMI-VGA connector do you have?
An active or a passive one?

Laurens
by Laurens-wuyts
Fri Aug 07, 2015 8:06 pm
Forum: General discussion
Topic: want to buy a raspberry
Replies: 3
Views: 637

Re: want to buy a raspberry

You'll also need a micro-SD card. ;)

Laurens
by Laurens-wuyts
Fri Aug 07, 2015 8:05 pm
Forum: Off topic discussion
Topic: Dependable keyboards?
Replies: 18
Views: 3430

Re: Dependable keyboards?

Wouldn't it be easier to have one keyboard for you and another one for your wife? ;)

Laurens
by Laurens-wuyts
Fri Aug 07, 2015 7:13 pm
Forum: Other projects
Topic: Looking for someone that design for me a simple device
Replies: 9
Views: 1371

Re: Looking for someone that design for me a simple device

Do you have a schematic?
And do you want a PCB layout?

Laurens
by Laurens-wuyts
Wed Aug 05, 2015 5:12 pm
Forum: Nederlands
Topic: Hoe Write commando afsluiten met een return
Replies: 4
Views: 1056

Re: Hoe Write commando afsluiten met een return

Oeps, te snel geweest :D
Het is nu aangepast. Bedankt voor het medelen. ;)

Laurens
by Laurens-wuyts
Wed Aug 05, 2015 4:54 pm
Forum: Nederlands
Topic: Hoe Write commando afsluiten met een return
Replies: 4
Views: 1056

Re: Hoe Write commando afsluiten met een return

Je moet idd "\r" vervangen door "\n", maar je moet deze 2 "strings" ook in 1 "string" steken:

Code: Select all

ser.write("mdd_read 10 \n")
Laurens
by Laurens-wuyts
Sun Aug 02, 2015 12:48 pm
Forum: Nederlands
Topic: download uit store
Replies: 9
Views: 1508

Re: download uit store

Dit download de libreoffice rechtstreeks, zonder de store te gebruiken. ;)
Wat het probleem met de store is weet ik niet :? , maar je kan bijna elk programma downloaden met "apt-get install".

Laurens
by Laurens-wuyts
Sun Aug 02, 2015 12:33 pm
Forum: Networking and servers
Topic: Sending data to a website
Replies: 6
Views: 2517

Re: Sending data to a website

Install Apache 2 and enable CGI.
Than write a python-CGI script which reads a MCP3008 connected to the temp sensor and displays it on the website. ;)

Laurens
by Laurens-wuyts
Sun Aug 02, 2015 11:01 am
Forum: Nederlands
Topic: download uit store
Replies: 9
Views: 1508

Re: download uit store

Probeer deze instructies eens in de command prompt.

Code: Select all

sudo apt-get update
sudo apt-get install libreoffice
Laurens
by Laurens-wuyts
Wed Jul 29, 2015 8:28 am
Forum: General discussion
Topic: Quadcopter Idea
Replies: 9
Views: 1613

Re: Quadcopter Idea

I think your at a good start, but you forgot something important. I think you'll also need a gyro scoop, because otherwise the quadcopter will be very difficult to level and control. ;)

Laurens
by Laurens-wuyts
Tue Jul 28, 2015 9:21 pm
Forum: Raspberry Pi OS
Topic: Non-priviledged access to GPIO pins
Replies: 4
Views: 838

Re: Non-priviledged access to GPIO pins

I really like the pigpio library. It's easy to use and it don't require sudo. ;)

Laurens
by Laurens-wuyts
Tue Jul 28, 2015 11:31 am
Forum: Beginners
Topic: Controller two wire Brushless motor without ESC
Replies: 18
Views: 2444

Re: Controller two wire Brushless motor without ESC

I think it should work if you use an adapter of 6 - 15V and use this output for the shield. :)

Laurens
by Laurens-wuyts
Tue Jul 28, 2015 9:33 am
Forum: Beginners
Topic: Controller two wire Brushless motor without ESC
Replies: 18
Views: 2444

Re: Controller two wire Brushless motor without ESC

Ok, you're not using PWM.
But the supply voltage of the board should at least be Vin + 2.5V, so 3.3V + 2.5V = 5.8V ~ 6V
Maybe that's the problem. ;)

Laurens
by Laurens-wuyts
Tue Jul 28, 2015 9:22 am
Forum: Beginners
Topic: Controller two wire Brushless motor without ESC
Replies: 18
Views: 2444

Re: Controller two wire Brushless motor without ESC

Can you post your code here please, so we can see if you use PWM. ;)

Laurens
by Laurens-wuyts
Mon Jul 27, 2015 12:10 pm
Forum: Networking and servers
Topic: Minecraft Server... On 2 Pis!
Replies: 2
Views: 866

Re: Minecraft Server... On 2 Pis!

NDR_man wrote:I need 2 because I need 1gB ram for the server instead of 512mB.
Isn't it easier to use a raspberry pi 2B which has 1GB of ram. :?

Laurens
by Laurens-wuyts
Sun Jul 26, 2015 10:05 pm
Forum: Other projects
Topic: NFC scanner
Replies: 3
Views: 900

Re: NFC scanner

Are you using the I²C or SPI mode of your NFC reader?
You should be able to use the LCD by just connecting SDA, SCL, +5V and GND. ;)

Laurens
by Laurens-wuyts
Sun Jul 26, 2015 7:54 pm
Forum: Graphics, sound and multimedia
Topic: minimalistic active sound board
Replies: 3
Views: 605

Re: minimalistic active sound board

Do you connect the soundcard to the USB or the GPIO's?
If you did it over the GPIO's, how did you do it? ;)

Laurens
by Laurens-wuyts
Sun Jul 26, 2015 7:43 pm
Forum: Other projects
Topic: NFC scanner
Replies: 3
Views: 900

Re: NFC scanner

For the sound you could use a piezo buzzer. :)
For the multiple boards, I need to know which NFC board you uses to determine if it's possible to use with the LCD. (I think it will be possible ;) )

Laurens
by Laurens-wuyts
Sun Jul 26, 2015 3:48 pm
Forum: Media centres
Topic: I am making a Media Center!
Replies: 1
Views: 747

Re: I am making a Media Center!

As long as the pi doesn't reach 80°C it should be fine without any additional cooling. ;)

Laurens
by Laurens-wuyts
Sun Jul 26, 2015 12:00 pm
Forum: Beginners
Topic: Powering RPi 2 from li-ion battery
Replies: 13
Views: 2585

Re: Powering RPi 2 from li-ion battery

joan wrote:I thought lipos were the dangerous ones?
They are indeed dangerous when charged/discharged incorrect.
When they are charged/discharged correct there is no great danger. ;)

Laurens
by Laurens-wuyts
Sun Jul 26, 2015 11:35 am
Forum: Nederlands
Topic: Instellingsprobleem
Replies: 5
Views: 916

Re: Instellingsprobleem

Normaal gezien zou je dat met dit command moeten kunnen aanpassen:

Code: Select all

sudo raspi-config
Hier kan je de instellingen doen in:

Code: Select all

4 Internationalisation Options
Laurens
by Laurens-wuyts
Sun Jul 26, 2015 10:43 am
Forum: Nederlands
Topic: Instellingsprobleem
Replies: 5
Views: 916

Re: Instellingsprobleem

Gizz

Ik denk dat je dit bedoelt met:
Het probleem met het keyboard is verholpen .
Welke instellingen zijn niet correct? Kan je iets specifieker zijn? ;)

Laurens
by Laurens-wuyts
Wed Jul 22, 2015 4:15 pm
Forum: Raspberry Pi OS
Topic: My Raspbian looks different than others on my Raspberry Pi 2
Replies: 3
Views: 960

Re: My Raspbian looks different than others on my Raspberry

The layout of raspbian recently changed tot your version. The second image is from the older raspbian version.

Laurens
by Laurens-wuyts
Wed Jul 15, 2015 7:31 am
Forum: Nederlands
Topic: mixxx
Replies: 2
Views: 687

Re: mixxx

Dit zou moeten werken. ;)

Code: Select all

sudo apt-get install mixxx
Laurens

Go to advanced search