Yes, I am thinking about how to implement it, I do not really want to have the housing bigger, and currently, the front and back plates are full of connectors, based on my testing during the last week, it seems that I have to remove the onboard BME280, because the RPi temperature is influencing it quite much, so if I do so I would have space for another connector.picciux wrote: ATM 4 GPIO left unused. If GPS reset is not used and 3Dfix led can be sacrificed, we could have 6 gpios to let the unit control focuser stepper motors using already available Radeck Astroberry Focuser indi driver. On the power shield side, only a JST like connector to link one of those mini stepper controller modules is needed.
When I have started that design I have also thought about single-channel current measurement, and I am open to modifying it, with a smart MOSFET so I can also remove the fuses because the smart MOSFETs are overcurrent protected. This could help the place a stepper driver on the board.MCP3202 can be replaced with 3208 and populating 1 INA328 and OP-AMP per channel we'll have amps readings per-device instead of total. Maybe it's an overkill, don't know.
As I mentioned previously the onboard BME280 cannot be isolated 100% from the RPi, so I am planning to remove it, and maybe add two 3,5mm jack connectors, one for I2C sensors, like BME280, and one for one-wire sensors. Let's see how all these fits on the board.the OneWire pin can be used to chain one or two DS18B20 temperature sensors to monitor stuff that has to be kept dew-free: since ambient temperature and relative humidity are already available, we can calculate dew point temperature and automatically regulate heaters at minimum power needed to keep dew away. Obviously lacking (or not working) the sensor, the channel works in manual power mode. I've already done it with Arduino, code is simple and I can contribute it.
Please Log in or Create an account to join the conversation.
Exactly, that is what I have also found in the catalog.mlarsson wrote: i.ebayimg.com/images/g/ItUAAOSw55FcVvQ9/s-l1600.jpg
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I do not really understand what you mean when you say "worry". This board is a HAT or Shield for Raspberry, without it, it is not able to operate. PPB is let say a stand-alone product.gilesco wrote: I would worry if it tries to emulate the PPB Advance to a tee.
Regarding the focuser, the target (basically the recommendation was) is to have a stepper output, means the currently existing Astroberry focuser Indi driver would be possible to use with this board.The moonlite focuser interface, for example, is something that I was hopeful to not have - no use for me, can be done via the Pi.
I am also working on to get a price for machine populated boards.I guess the price point would be the key
The current mechanical design is based on to use standard aluminum extruded housings, this Argon One type would require a complete redesign, and the pre-cuted connectors (HDMI, USB-C ...) are useless for that design.tied with an Argon One M.2 case... or can take on the PPB Advance, with Pi4 integrated, with a type of Argon One M.2 thepihut.com/products/argon-one-m-2-raspberry-pi-4-case
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
tikiss wrote: Yes, I am thinking about how to implement it, I do not really want to have the housing bigger, and currently, the front and back plates are full of connectors, based on my testing during the last week, it seems that I have to remove the onboard BME280, because the RPi temperature is influencing it quite much, so if I do so I would have space for another connector.
Do you think a JST 2,54mm pitch connector would be okay for that? I think an RJ11/12 is more common, or?
Overcurrent protected smart MOSFETs would be perfect, provided we have enough pin to interface them.tikiss wrote: When I have started that design I have also thought about single-channel current measurement, and I am open to modifying it, with a smart MOSFET so I can also remove the fuses because the smart MOSFETs are overcurrent protected. This could help the place a stepper driver on the board.
I don't like 3,5mm jack connectors, seems to me they are not reliable and time-resistant; but it's only me and lacking a better alternative they're ok.tikiss wrote: As I mentioned previously the onboard BME280 cannot be isolated 100% from the RPi, so I am planning to remove it, and maybe add two 3,5mm jack connectors, one for I2C sensors, like BME280, and one for one-wire sensors. Let's see how all these fits on the board.
Please Log in or Create an account to join the conversation.
Maybe I'm wrong but DRV8834 wants max 10.8V as motor voltage. Since we'll work in 10.5V-13.8V range, maybe it's better the A4988?tikiss wrote: Regarding the focuser, the target (basically the recommendation was) is to have a stepper output, means the currently existing Astroberry focuser Indi driver would be possible to use with this board.
So I am working on integrating a DRV8834 driver on board.
Please Log in or Create an account to join the conversation.