Go to advanced search

by Gert van Loo
Thu Feb 12, 2015 10:38 am
Forum: Camera board
Topic: Multiple cameras on a single raspberry pi board
Replies: 69
Views: 173087

Re: Multiple cameras on a single raspberry pi board

> by Gert van Loo » Wed Feb 11, 2015 7:39 pm >> "Apart from the ARM processor nothing has changed on the Pi-2" >> > Why would it suddenly support two cameras? > What is it specifically that is different between the CSI and DSI implementations? They both use the D-PHY physical interface but have the...
by Gert van Loo
Wed Feb 11, 2015 7:39 pm
Forum: Camera board
Topic: Multiple cameras on a single raspberry pi board
Replies: 69
Views: 173087

Re: Multiple cameras on a single raspberry pi board

Sorry to sound condescending but there are many, many ,many posts all saying
"Apart from the ARM processor nothing has changed on the Pi-2"
Why would it suddenly support two cameras?
by Gert van Loo
Fri Feb 06, 2015 10:52 pm
Forum: HATs and other add-ons
Topic: Gert's VGA add-on for the B+
Replies: 240
Views: 132539

Re: Gert's VGA add-on for the B+

Is your scope probe set to 50 Ohms or high impedance? (just asking....) In general the PI is GPIO is NOT designed to drive at high frequency signals. (>30MHz) The VGA, especially at high resolutions, is working at the edge if its capabilities. I would start with a low resolution and build up from th...
by Gert van Loo
Fri Feb 06, 2015 10:46 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: I2C clock stretching
Replies: 69
Views: 78382

Re: I2C clock stretching

jamesh wrote:I believe the I2C is unchanged.
I believe the I2C is unchanged
by Gert van Loo
Fri Feb 06, 2015 6:33 pm
Forum: HATs and other add-ons
Topic: gertbot request for enhancements
Replies: 16
Views: 8004

Re: gertbot request for enhancements

I am working on a new release. See also here: http://www.raspberrypi.org/forums/viewtopic.php?f=37&t=96395&p=686739#p686739 I am sorry: I just saw the "Miscellaneous notes and questions " section. Do these commands: 'Stop All', 'Execute Sync' and 'Emergency Halt' act on all boards simultaneously? Ye...
by Gert van Loo
Fri Feb 06, 2015 6:08 pm
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

While I am updating the code I am adding a 'set baud rate' command. case 0 : 19200 case 1 : 38400 case 2 : 57600 case 3 : 115200 case 4 : 230400 I can't guarantee it all works fine in case 3 let alone 4 but at least you can try. The two lower baud rates are 'just because I can' The are not useful in...
by Gert van Loo
Thu Feb 05, 2015 8:22 pm
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

Yep, found it. When setting the outputs I also touch the open-drain status bits. (They are always set to zero, disabling the opendrains) Working on a solution but I have no access to equipment to test this. I will try post now code on Saturday. That also fixes the "first step wrong on stepper-motor"...
by Gert van Loo
Thu Feb 05, 2015 5:08 pm
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

I'll have a look at the SW. It may be a real bug. If so I will push out a new image ASAP.

-- Gert
by Gert van Loo
Tue Feb 03, 2015 7:52 am
Forum: General discussion
Topic: Raspberry Pi 2
Replies: 161
Views: 29431

Re: Raspberry Pi 2

mancity wrote:What happened to there definitely wont be another Pi for a couple of years :?:

Not really happy if im honest, I know it's only a cheap device, but lying so blatantly to the userbase is ****.
Look up "Osborne effect".
by Gert van Loo
Mon Feb 02, 2015 11:22 pm
Forum: General discussion
Topic: Raspberry Pi 2
Replies: 161
Views: 29431

Re: Raspberry Pi 2

findx wrote:I wonder if they've fixed the USB controller in this silicon so it doesn't need all that FIQ fun.
We could not touch the USB but the ARM has a special 'USB timer' I added as response to a request from the USB dive driver developer...
by Gert van Loo
Fri Jan 30, 2015 7:47 am
Forum: Off topic discussion
Topic: Rules for Off-topic
Replies: 33
Views: 4046

Re: Rules for Off-topic

As usual: none-moderators do not see how much spam we block. If there is a link I always follow it because you never know what is at the other side. That also which means I have the distinct risk of landing on a site with viruses. Thus I have some heavy virus protection running on my PC and I hope i...
by Gert van Loo
Thu Jan 29, 2015 10:35 pm
Forum: HATs and other add-ons
Topic: Gert's VGA add-on for the B+
Replies: 240
Views: 132539

Re: Gert's VGA add-on for the B+

I see green were it should be red
I see blue where it should be green
I see white where it should be black.
All signals need to be inverted?
There maybe the possibility of a LCD colour look-up table but I am not sure if that is usable in this situation.
I have to ask an expert at Pi headquarters.
by Gert van Loo
Sun Jan 25, 2015 12:47 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: B+ auxiliary SPI modes 1 & 3
Replies: 1
Views: 1091

Re: B+ auxiliary SPI modes 1 & 3

Joan has send me a PM about this. I can't help you with this. Although I did design that interface it was several years ago so I can't remember the details. I would normally go back and check the code and re-run the regression test simulations but as Broadcom has closed the department I no longer wo...
by Gert van Loo
Sun Jan 25, 2015 11:31 am
Forum: HATs and other add-ons
Topic: gertbot request for enhancements
Replies: 16
Views: 8004

Re: gertbot request for enhancements

I will release more information over the weekend.
As promised.
The gertbot advanced guide (on the download page) has been updated with information about the board.
It also contains source code to operate the UART.
by Gert van Loo
Wed Jan 21, 2015 8:29 am
Forum: HATs and other add-ons
Topic: gertbot request for enhancements
Replies: 16
Views: 8004

Re: gertbot request for enhancements

What information is available for people who want to try writing their own gertbot code? I will release more information over the weekend. The processor is a SAM3S2B (which anybody can read from chip) I will also post the UART code as it took me a looong time to get that running. (not the UART code...
by Gert van Loo
Tue Jan 20, 2015 7:46 am
Forum: HATs and other add-ons
Topic: gertbot request for enhancements
Replies: 16
Views: 8004

Re: gertbot request for enhancements

I will see what is possible as this seems a very specific application which would benefit more from running the whole algorithm on the board. Beware that the ADC are not very fast (about 1 millisecond per sample) and that the DACs have only limited range. Furthermore I found that the DACs need to be...
by Gert van Loo
Fri Jan 16, 2015 2:17 pm
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

I’m interested too in why board boots with IO pins 1-10 (or 0 to 9!) as Inputs (safer I would assume), yet I still measure 3v3 coming from them in this default state, with enough current to make a connected LED glow dimly Because, as the manual states: they have 4.7K pull-ups. That makes it easier ...
by Gert van Loo
Fri Jan 16, 2015 8:15 am
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

Open forum is best.
Are you using stepper motors?
I recently found an error in the stepper driver and I am preparing a new image to upload.
by Gert van Loo
Wed Jan 14, 2015 11:12 pm
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

Donnyo, I will look into it all but at the moment I have no access to a development set-up nor to any test equipment. I looks like it will be a few weeks before that is resolved so I am afraid it may take me a while to come back to you. I know that I made some last minute changes to the drivers and ...
by Gert van Loo
Mon Jan 12, 2015 7:16 pm
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

Just for reference you find attached the python code I used to verify the drivers.
This was not written for official release so you will not find a lot of comment
as to me the code is self explanatory, but it does show example usages of every function.
by Gert van Loo
Mon Jan 12, 2015 4:11 pm
Forum: Automation, sensing and robotics
Topic: Gertbot GPIO pins
Replies: 19
Views: 4816

Re: Gertbot GPIO pins

My Gertbot robot is working well with motors and the excellent low latency mjpg streamer via Python but I'm really stuck on how to set the J3 GPIO Pins in Python and wonder if some kind soul might please help. I'm fine with ordinary Raspi GPIO control but am really stuck with doing the same on the ...
by Gert van Loo
Mon Jan 12, 2015 4:07 pm
Forum: Beginners
Topic: Question about input 5V to GPIO pin
Replies: 8
Views: 1317

Re: Question about input 5V to GPIO pin

4) After a long time your arm breaks.

That is : you device is working fine for a few hours/days/weeks/months but at some time starts failing.
I mention this as you may have an initial impression that everytings is fine. But then......
by Gert van Loo
Sun Jan 11, 2015 2:18 pm
Forum: Beginners
Topic: multiple cards/multiple OS's
Replies: 5
Views: 816

Re: multiple cards/multiple OS's

The Raspberry-Pi board itself has no real 'memory'.** Thus each time you plug in a different SD-card you start from a blank, empty clean sheet. (I wanted to say you start from scratch but that might have been confusing :P ). The SD-cards do NOT influence each other in any way. **Apart from the inter...
by Gert van Loo
Sun Jan 11, 2015 2:07 pm
Forum: Beginners
Topic: Question about input 5V to GPIO pin
Replies: 8
Views: 1317

Re: Question about input 5V to GPIO pin

The GPIO pin has a very high impedance. Several Mega Ohms so you can ignore the load on the resistor network.
However if there are any other loads then you are right and they have to take that into account.
by Gert van Loo
Sat Dec 27, 2014 9:35 am
Forum: Off topic discussion
Topic: Soldering Iron artist?
Replies: 4
Views: 1195

Re: Soldering Iron artist?

From what I can see that PCB has been produced WRONG. Via´s should be covered by a soldering mask and thus be immune to being placed next to connections. From what I see, it looks like your via´s are plain metal. This is a typical example of "A little knowlege can get you in a lot of trouble" Too ma...

Go to advanced search