#461  
Old 31-12-2016, 09:18 AM
rcheshire's Avatar
rcheshire (Rowland)
Registered User

rcheshire is offline
 
Join Date: Apr 2010
Location: Geelong
Posts: 2,617
Quote:
Anyway, apart from the too large footprint that MOSFET only works with 5V logic and we are using 3.3V. RDS climbs very steeply with VGS under 6V. From the datasheet I would guess it is 6mΩ for 5V.
OK. Thanks. 3.3V - just curious and must have misread Brendan's post on this - thinking 10V, which didn't add up anyway. Can you point me to the data sheet for the device and a brief description of how the gate is being driven and the method of temperature control, if it's not too much trouble.

EDIT: Found it. Just finished reading the entire thread.

Last edited by rcheshire; 31-12-2016 at 07:16 PM.
Reply With Quote
  #462  
Old 01-01-2017, 02:41 AM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
there is long time i've not posted, but here it is :
my cam86 seems to work, and i'm playing with my linux indi driver, here is the very first image :
http://www.webastro.net/upload/mediu...1483201176.jpg

i will share it once it is better tested/cleaned !


http://www.webastro.net/upload/image...1483201176.jpg
Reply With Quote
  #463  
Old 03-01-2017, 04:39 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Rowland, I have attached the PDF of the design. Look at VT1 and DD5 in the middle of the PDF. Nothing very exciting to see, the ATMega328 is PWM-ing the MOSFET and hence controlling the TEC. The TEC cannot be controlled during the sensor frame read (which takes about 2 seconds) so the TEC can be left on or off during the read. This will affect the sensor temperature a bit.

Gilles, great work on the indi drivers
I will have to try them out when ready.

Patrice, when you were getting horizontal stripes, did they look like in the attached image?
Attached Thumbnails
Click for full-size image (test1.jpg)
199.2 KB93 views
Attached Files
File Type: pdf Cam86 06 dec 16 complete1 .pdf (87.1 KB, 75 views)
Reply With Quote
  #464  
Old 03-01-2017, 06:30 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
The simple things we learn the hard way...
I was playing with the new Cam86. APT was set to use 2x2 binning with the sensor that still has the Bayer matrix and I kept wondering why I could not get any colour... D'oh

(Image attached, ambient was about 22 degrees C, not cooled Cam86, 112x 60s lights, 5 darks, 20 flats)
Attached Thumbnails
Click for full-size image (NGC3372-1.jpg)
95.4 KB90 views
Reply With Quote
  #465  
Old 03-01-2017, 07:01 PM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Quote:
Originally Posted by luka View Post
The simple things we learn the hard way...
I was playing with the new Cam86. APT was set to use 2x2 binning with the sensor that still has the Bayer matrix and I kept wondering why I could not get any colour... D'oh

(Image attached, ambient was about 22 degrees C, not cooled Cam86, 112x 60s lights, 5 darks, 20 flats)
Yes ! I've had the question with my driver a few weeks ago
See Jasem's answer here :
http://indilib.org/forum/ccds-dslrs/...d-binning.html
Reply With Quote
  #466  
Old 03-01-2017, 07:03 PM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Btw : congratulations for the debayer stuff !!! Amazing
Reply With Quote
  #467  
Old 03-01-2017, 08:30 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Thank you. I still want to try debayering the corners of the sensor but just don't feel brave enough to do it

For 2x2 binning the sensor adds the 4 adjacent pixels together into a super-pixel. This means that the RGGB pixels defined by the Bayer matrix get added together and hence the colour information gets lost in the process. Basically I got 1/4 intensity and 1/4 resolution
At least the read noise was 1/4 compared to unbinned image
Reply With Quote
  #468  
Old 03-01-2017, 10:13 PM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Quote:
Originally Posted by luka View Post
... Basically I got 1/4 intensity and 1/4 resolution
At least the read noise was 1/4 compared to unbinned image ...
Sorry, but isn't it 4x intensity ?
Reply With Quote
  #469  
Old 04-01-2017, 02:35 AM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Excellent point and you are absolutely right. Actually we are probably both right, it all depends what it is being compared. I should have expressed myself better.

On one hand binning reduces the resolution but we get 4x the intensity for each super-pixel as 4 individual pixel get added together, just as you said. The well depth is increased 4x as well and the read noise is 1/4 (am I right about the read noise?).

On the other hand the CFA of the Bayer matrix reduces the intensity of light each pixel sees when compared to a mono sensor. Red pixel will only see the red light, the blue pixel will only see the blue light and the two green pixels will only see the green light. Note that this is simplification, each "colour" lets a "band" of wavelengths through, see the chart for example here.

Anyway, the point is that each pixel behind CFA will see less light than its equivalent mono pixel. And I had a mono sensor next to me and could have easily swapped to it
How much less light? That depends on a particular CFA for a particular sensor but I guessed that 1/4 of the intensity will go through (compared to a mono sensor without the CFA). We are not doing the usual Bayer interpolation to extract the colour as we are binning the pixels on the sensor.


Ah, I am even managing to confuse myself now... do you see what I mean? Of course I could be wrong with what I said. Especially the factor of 1/4 between the mono and colour sensor is a guess anyway.
Reply With Quote
  #470  
Old 04-01-2017, 04:33 AM
pat30 (Patrice)
Registered User

pat30 is offline
 
Join Date: Oct 2016
Location: France
Posts: 120
Quote:
Originally Posted by luka View Post

Patrice, when you were getting horizontal stripes, did they look like in the attached image?

Yes, the bands were the ones there !
Reply With Quote
  #471  
Old 04-01-2017, 06:47 AM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Quote:
Originally Posted by luka View Post
Excellent point and you are absolutely right. Actually we are probably both right, it all depends what it is being compared. I should have expressed myself better.(...) Ah, I am even managing to confuse myself now... do you see what I mean? Of course I could be wrong with what I said. Especially the factor of 1/4 between the mono and colour sensor is a guess anyway.
This is exactly where i think all of this is really interesting : This way whe think, we understand, we learn.
None of this happens when you buy a 1000€ camera

BTW (2) :
Here is my linux driver :
https://github.com/gehelem/indi_cam86_ccd
Really beta test, please don't blame
Reply With Quote
  #472  
Old 04-01-2017, 06:49 AM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Quote:
Originally Posted by pat30 View Post
Yes, the bands were the ones there !
I've noticed that these bands appears when there is a problem with usb bandwidth or something like that :
with my driver, i can adjust timings and baudrates, and with "some" parameters they appear, with "others" they disappear.
Just my 2 cents...
Reply With Quote
  #473  
Old 07-01-2017, 01:44 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
I did some more investigation of the horizontal lines and really could not figure out what is causing it. My guess is that the FTDI chip is not buffering the frame data but passing it straight to the PC and the data gets lost in this transfer.

My results:
Laptop 1 (win7) consistently shows them (one in 10-20 images).
Laptop 2 (win10) never does. This one has USB3 but the cam86 is USB2 so it should not make a difference, unless the problem is caused by the chipset/drivers itself.
The CPU load does not seem to affect anything.

Gilles, which operating system are you using with your Indi drivers? I didn't get a chance to try them out on my main PC (linux) yet, have to figure out how to use Indi first

Pat, which operating system were you using with your old computer (that was showing lines) and which one are you using now (computer not showing lines).
Reply With Quote
  #474  
Old 07-01-2017, 07:25 PM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Quote:
Originally Posted by luka View Post
I(...)
My results:
Laptop 1 (win7) consistently shows them (one in 10-20 images).
Laptop 2 (win10) never does. This one has USB3 but the cam86 is USB2 so it should not make a difference, unless the problem is caused by the chipset/drivers itself.
The CPU load does not seem to affect anything.

Gilles, which operating system are you using with your Indi drivers? I didn't get a chance to try them out on my main PC (linux) yet, have to figure out how to use Indi first

Pat, which operating system were you using with your old computer (that was showing lines) and which one are you using now (computer not showing lines).
May i suggest you to check if your laptops ar using different versions of D2XX libraries ?
For sure, FT2232 doesn't buffer anything, it sends data with the rythm given by the atmega. It's the driver's job to catch data.

My driver is running on Odroid XU4 for the server side, and kstars runs as a client either on windows 7 PC ( YES : kstars/ekos for windows !!!), or 2 or 3 classical Ubuntu distros (better with lastest 16.10 as indi is moving very fast).
Will soon try on Raspbery pi 3 as server, freshly arrived under christmas tree.
I added yesterday to my driver the ability to play with different baudrates for the 2 channels of FT2232, just to see...
If you need help to try, do not hesitate !
Reply With Quote
  #475  
Old 07-01-2017, 10:47 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Gilles, I tried compiling the driver without much luck. cmake complains about missing libftdi1 config files:
Quote:
Could not find a package configuration file provided by "LibFTDI1" with any
of the following names:

LibFTDI1Config.cmake
libftdi1-config.cmake

Add the installation prefix of "LibFTDI1" to CMAKE_PREFIX_PATH or set "LibFTDI1_DIR" to a directory containing one of the above files. If "LibFTDI1" provides a separate development package or SDK, be sure it has been installed.
Any hints? Using debian stable. I have all the ftdi packages installed (libftdi-dev, libftd1, libftdipp-dev, libftdipp1) that I think are of relevance. I have also updated those packages from the latest debian unstable without any success.
I have noticed that LibFTDI1Config.cmake is not in the folder cmake_modules. Should it be there? I tried downloading LibFTDI1Config.cmake from the libftdi source and the error message was identical.

Thanks
Luka
Reply With Quote
  #476  
Old 08-01-2017, 01:02 AM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Quote:
Originally Posted by luka View Post
Gilles, I tried compiling the driver without much luck. cmake complains about missing libftdi1 config files:
Any hints? Using debian stable. I have all the ftdi packages installed (libftdi-dev, libftd1, libftdipp-dev, libftdipp1) that I think are of relevance. I have also updated those packages from the latest debian unstable without any success.
I have noticed that LibFTDI1Config.cmake is not in the folder cmake_modules. Should it be there? I tried downloading LibFTDI1Config.cmake from the libftdi source and the error message was identical.

Thanks
Luka
Did you try to build and install libftdi directly from Intra2net ?
(i don't remember, but i think it's the way i've done)
http://developer.intra2net.com/git/?p=libftdi;a=summary
This way i think necessary .cmake files should be installed properly on your system...

EDIT : happy to see you going this way :-)
Reply With Quote
  #477  
Old 08-01-2017, 01:32 AM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
have a look here :
/usr/lib/cmake/libftdi1
this is where required modules where installed for me
Reply With Quote
  #478  
Old 08-01-2017, 02:01 AM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Installed cmake from Intra2Net and got cmake to work. Thanks for the tip. Interesting how the packaged libraries do not work.

However, now I get compilation errors which I traced to the old version of indi that comes with Debian stable. And installing indi packages from unstable will break half of the system. I think I will need to compile indi... probably tomorrow, it is time for now.

Thanks for your help.
Reply With Quote
  #479  
Old 08-01-2017, 02:33 AM
gehelem (Gilles)
Registered User

gehelem is offline
 
Join Date: Sep 2016
Location: Rambouillet - France
Posts: 112
Quote:
Originally Posted by luka View Post
Installed cmake from Intra2Net and got cmake to work. Thanks for the tip. Interesting how the packaged libraries do not work.

However, now I get compilation errors which I traced to the old version of indi that comes with Debian stable. And installing indi packages from unstable will break half of the system. I think I will need to compile indi... probably tomorrow, it is time for now.

Thanks for your help.
Have a good night
Another idea : if your purpose is to play with baudrates, you can try to build the library your self, with delphi, and tweak with baudrates.
i'm about to do it, just to understand ...well .. how it works !
Reply With Quote
  #480  
Old 08-01-2017, 08:09 PM
luka's Avatar
luka
Unregistered User

luka is offline
 
Join Date: Apr 2007
Location: Perth, Australia
Posts: 1,164
Cough, cough
https://landingfield.wordpress.com/2...mos-camera-p1/
Reply With Quote
Reply

Bookmarks

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time is now 09:32 AM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Advertisement
Testar
Advertisement
Bintel
Advertisement