×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Alternate single board computer experimenting

  • Posts: 59
  • Thank you received: 9
I think my lockup issues were memory related. I used the steps in Rob's file to add swap space and am running the System Monitoring Center (chewing extra resources but it's interesting). The build has run a lot further than previous attempts. I think this is a case of letting it run and see what tomorrow brings.
1 year 6 months ago #86114

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 9
Kevin I've decided to try the 8GB ODROID-M1.
1 year 6 months ago #86453

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
I was just looking at that board last night. Looks nice. The CPU isn't quite as fast or have as many cores as the ODroid-N2+, but it has native m.2 and twice as much RAM, so that makes up for it. :)

Keep in mind I don't think it has built-in WiFi, so you'll need to get a USB WiFi dongle. HardKernel (the makers of ODroid) sell one that is known to work without needing to do anything special with drivers, so I just ordered that at the same time I ordered the ODroid.
1 year 6 months ago #86454

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 9
I liked the Sata port as well. I may not use it but having it there might be useful in the future. I skipped the WiFi dongle as I'm expecting to be wired for observatory (and away from home) use. I may regret that but by the time I paid shipping and dealt with the exchange rate it was adding up. Threw some extra on 64GB eMMc storage though.
1 year 6 months ago #86456

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
eMMC is much faster (and so far more reliable) than micro SD cards. An m.2 SSD should be even faster, but eMMC is probably fast enough for most things.

When I went from micro SD to eMMC it was like hitting the turbo button :)

I created a custom case for my ODroid and Waveshare stepper motor HAT. The DB9 connector is for the output from the stepper motor HAT to plug into my focuser.

Imaging computer and focus controller in one box. :)

If you're not plugging anything into the 40-pin GPIO header, then their standard cases are perfectly fine.



Last edit: 1 year 6 months ago by Kevin Ross.
1 year 6 months ago #86457
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 9
Rob as an FYI I've used your setupUbuntuSBC.sh script to do the setup on the ODROID M1. It seemed to run pretty well. I'm having an issue with a package upgrade but that is not related to your stuff. No real life observatory control as yet but solves ran nicely. I don't seem to have icons in the Ekos control buttons (I've seen that often but have not quite worked out what it is caused by).

Thanks again for your work in setting those scripts up.

Bob
1 year 6 months ago #86619

Please Log in or Create an account to join the conversation.

  • Posts: 2876
  • Thank you received: 809
1 year 6 months ago #86641

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 9
Kevin it looks like you have done a bit with the ODROID GPIO's I've found the pinout for mine and am having a look at making an expansion board to incorporate Dew Heater Control (my old arduino version is documented at www.iceinspace.com.au/63-597-0-0-1-0.html ) and possibly a couple of stepper controllers for Focuser and longer term a rotator. I'm not happy that I understand the limitations (if any) on the GPIO's. I got a surprise as I dug into the GPIO's on the ESP32's and realized how many of them were not really usable for my purposes due to special requirements at boot. So afr I've not found anything for the ODROID that has me convinced that I understand limitations.

I'm thinking of starting a discussion on GPIO usage/resources but trying to workout where it would fit. I found your earlier Waveshare topic but I'm not thinking of just Focusers and Filter Wheels. Thoughts?
1 year 6 months ago #86647

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
Yeah as you can see in my 3D model I'm using a Waveshare stepper motor HAT, using the driver I wrote. The hardware pinouts are compatible with the Raspberry Pi 40-pin header, even though addressing the GPIOs are different (different numbering scheme).

So far the only GPIOs I've used are the ones used by the Waveshare HAT for the two motors, in digital output mode.

On the Rock Pi (which also has a compatible 40-pin header, but also with different numbering scheme), I had to disable an i2s kernel module, because it was conflicting with the GPIO. I've had no such problems on my ODroid N2+ though.
The following user(s) said Thank You: Bob Stephens
1 year 6 months ago #86648

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 9
My V1 of a HAT for the M1. I'm expecting some revisions will be required (especially tweaking trace widths) but am away soon for a bit so figured I'd get some boards made and test the basics with it.
Slightly wider than the M1 board which is not ideal. It has a 4 channel dew heater control and stepper drivers for a focuser and rotator on board. I could easily remove 2 dew heater channels for my use and retrieve some width in the board but for now it's mostly a learning exercise rather than an attempt to get the final board. I'd not opto isolated the FET circuits in the original Android version of this but have added it this time.

Not tried with this version but I have pondered putting some components upside down to see if a simplified version would fit in the official case with access via the back.
I have not done PCP mounted sockets for the 12V supply or I2C bus at this stage. I2C to talk to a Temp/Humidity sensor to measure ambient conditions. Headers on the board for both currently but version 2 will probably do that differently. I hope there are no I2C or 1-wire conflicts with the M1, I use both, Dallas 1-wire temp sensors under the heater straps to try and track heating.



1 year 5 months ago #86670
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 9
I've made a start on doing some documentation for the ODROID-M1 GPIO's in the format used for the ESP32 @ randomnerdtutorials.com/esp32-pinout-reference-gpios/It's a work in progress but there does not appear to be a single reference document for the M1, to find the capabilities I was looking at posts on other topic's (and often other ODROID models).I've also placed an order for my 3rd version of a HAT for the M1 GPIO's after discovering some wrong assumptions (only a single 1-wire channel, PWM limited to 3 pins one of which is the default for 1-wire) in earlier versions.

Assuming no more incorrect assumptions the HAT should give me a two channel DEW controller with active dewpoint monitoring and temp monitoring from under the heater straps along with stepper motor control for focuser and camera rotator on the HAT.I did some preliminary testing with a DFROBOT Multifunctional Environment sensor using I2C (UART is an option) and was getting back readings from it's range of sensors. It has Temp, Humidity, air pressure, Ambient light and UV light sensors on board. I'm hoping that I can use it for some sky quality monitoring as well as dewpoint.

File Attachment:

File Name: ODROID-M1P...ence.rtf
File Size:538 KB
1 year 5 months ago #87117
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 126
  • Thank you received: 16

Not the same company, I believe (Rock64 vs Rock Pi 4)
Rock64 is from Pine64.org, while RockPi4 is from RadXa
I can confirm the problems you had with the Rock64. I bought this sbc to replace an aging RPi 3, mainly because it had a USB3 port and eMMC support. But as you also experienced, the user base is very small and the OS had serious issues. Also, I needed a powered USB hub to get stable operation from my ASI cameras.
The most stable (although not the fastest) platform I have used to date for INDI/Ekos is a Raspberry Pi 4 with the astroberry distro.
Last edit: 1 year 5 months ago by Wim van Berlo.
1 year 5 months ago #87163

Please Log in or Create an account to join the conversation.

Time to create page: 1.030 seconds