Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 23:52 27 Nov 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Giving up on Pi?

     Page 1 of 3    
Author Message
William Leue
Guru

Joined: 03/07/2020
Location: United States
Posts: 393
Posted: 03:44pm 23 Aug 2023
Copy link to clipboard 
Print this post

The continuing unobtanium status of the ARM module in the CMM2 makes me wonder if we should be looking for alternative platforms. There are a lot of good single-board computers out there, albeit at a higher price that the current CMM2.

Explaining Computers.com had a recent show highlighting the LicheePi4A board, a Risc-V multi-core computer that runs a pre-installed Debian Linux out of the box.

I know that Linux is not what we have been using, but of course it could be overwritten with the MMBasic OS.

I'm sure Geoff and Peter will think this is nonsense for a number of reasons, especially the cost factor. Oh well, it's just another pipe dream.

-Bill
 
amigawizard

Regular Member

Joined: 15/08/2023
Location: Australia
Posts: 43
Posted: 04:34pm 23 Aug 2023
Copy link to clipboard 
Print this post

Pic32Mz   have  10 !     runing   C  &  MMBasic  

  https://www.olimex.com/Products/PIC/Development/PIC32-HMZ144/open-source-hardware

     this one  run   MMX  at  200 MHz  

      Wayne  !

`
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2129
Posted: 04:40pm 23 Aug 2023
Copy link to clipboard 
Print this post

There's freebasic for linux. I built it on rpi 400 but only got it to say "hello world". Getting it to work with Geany editor no idea.
I use win but not the command prompt. Linux you have to.
I only use basic as too old to learn c or python.
I've only used mmbasic with rpi pico, the cheap price was a big choice factor and made me move from 8bit controllers.
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 6798
Posted: 04:42pm 23 Aug 2023
Copy link to clipboard 
Print this post

If the Pi platform had been stable we may very well have been using it now. IMHO Raspberry Pi made a serious error in not providing an official, documented way to access the GPIO right from the beginning. Everything since has been a kludge.

Running MMBasic under Linux is a definite possibility, in which case the actual platform becomes less important - but you may have to rewrite any hardware IO for every one or, possibly, standardise on serial-access GPIO.

You can't simply replace a linux installation with MMBasic. The hardware is too specific. You'd be in danger of having to rewrite the whole IO layer and timings for every variation of the system - very much like the RPi.

We may see that ARM module again, but probably nowhere near the pre-covid price. That makes the CMM2 a pretty expensive box.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 6798
Posted: 04:51pm 23 Aug 2023
Copy link to clipboard 
Print this post

@ Wayne
There's no point in attempting to replace a CMM2 with something that's actually not much more capable than a PicoMite (admittedly it has more IO though). The CMM2 is in a different ballpark.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2129
Posted: 05:12pm 23 Aug 2023
Copy link to clipboard 
Print this post

There's wiring pi, which I read works with free basic.
https://roboticsbackend.com/introduction-to-wiringpi-for-raspberry-pi/
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3150
Posted: 05:17pm 23 Aug 2023
Copy link to clipboard 
Print this post

  Mixtel90 said  Running MMBasic under Linux is a definite possibility, in which case the actual platform becomes less important - but you may have to rewrite any hardware IO for every one or, possibly, standardise on serial-access GPIO.


There is a Linux "standard" for digital I/O--libgpio--but what seems very un-standard is the implementation on the quite variable Linux devices. Last time I checked, the version which you could get on the pi with apt-get install or the like was out of date, and did not support some newer features which MMBasic needed. You could build the newer version, but that would require an intervention far beyond what a typical MMBasic user would be accustomed to.

Aside from on/off GPIO, every other bit of interaction with I/O peripherals would be idiosyncratic, as it is for each new piece of microprocessor hardware to which MMBasic is ported.

Of course, there is Tom's MMB4L, which is Linux MMBasic but with only serial I/O implemented (aside from console access).

That said, Picomite on the Pi-Zero-W was quite powerful (HDMI output, anyone), and it's a shame that the Raspberry Pi Foundation made it a moving target as far as I/O was concerned.
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 6798
Posted: 05:21pm 23 Aug 2023
Copy link to clipboard 
Print this post

Yes, but that's another kludge. GPIO access should be as close to the hardware as you can get. It should have been built in from day 1 and, possibly, extended  when more pins became available. Unfortunately that breaks the security model of linux, where ordinary users can't have hardware access by default.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2129
Posted: 07:04pm 23 Aug 2023
Copy link to clipboard 
Print this post

I got rpi 1,2,3,400 and the gpio must work for all the add on boards and hats.
It's the same as arduino uno hats.
The only hat I wear is a bicycle lid with a camcorder after someone opened a car door on me and I was grounded.
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 6798
Posted: 07:27pm 23 Aug 2023
Copy link to clipboard 
Print this post

Yes, the GPIO works on all of them. That's not the problem. The problem is that it doesn't work in the same way on all of them because they are on different Broadcom chips. If you are using Linux or Python to access them then the hardware registers that control them are hidden from the user, although the OS can use them.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
hitsware2

Guru

Joined: 03/08/2019
Location: United States
Posts: 713
Posted: 08:26pm 23 Aug 2023
Copy link to clipboard 
Print this post

How about S.D.L. ?
SDL BBCBasic runs well on RPi .....
That would open up ( I think )
the possibility of OnLineMMBasic ...
Edited 2023-08-24 06:30 by hitsware2
my site
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 3802
Posted: 09:12pm 23 Aug 2023
Copy link to clipboard 
Print this post

  hitsware2 said  How about S.D.L. ?
SDL BBCBasic runs well on RPi .....
That would open up ( I think )
the possibility of OnLineMMBasic ...

Its support for GPIOs looks a bit... basic.

John
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 3802
Posted: 09:21pm 23 Aug 2023
Copy link to clipboard 
Print this post

  William Leue said  Explaining Computers.com had a recent show highlighting the LicheePi4A board, a Risc-V multi-core computer that runs a pre-installed Debian Linux out of the box.

It looks a fast cheap Linux system.

Like lots of others.

Some with even better I/O (e.g. made by Allwinner).

As Peter has said before, needs some weeks/months of effort (per system) to port MMBasic across. And then there's keeping up with incompatible hardware variants (such as RPi).

I don't know if MMBasic & such as libgpio can be what's wanted/needed.

(RPi has or can use the somewhat special PIGPIO.)

John
 
Andy-g0poy
Regular Member

Joined: 07/03/2023
Location: United Kingdom
Posts: 59
Posted: 11:04pm 23 Aug 2023
Copy link to clipboard 
Print this post

The Pi is gradually becoming more available Pi4 in various memory configs etc.

The CMM was mainly aimed at the more commercial end of the product range, and I expect that what units are getting made are all heading that way. I doubt if you will see the CMM appearing in the home market for a for a few months yet.

Andy
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3150
Posted: 11:39pm 23 Aug 2023
Copy link to clipboard 
Print this post

  JohnS said  I don't know if MMBasic & such as libgpio can be what's wanted/needed.


I got basic GPIO working with MMB4L on the Pi-zero-W using libgpio but I had to build it myself because the apt-get install version did not include features in the then-current release, which enabled such things as PULLUP and PULLDOWN. There were other features which were being worked on.

After a year and a half of nothing happening, there have been a new release, two release candidates, another new release, and an update of that release in the past 6 months, but none of those have made it into what you get with apt-get install on the Pi (as of the end of June).
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
hitsware2

Guru

Joined: 03/08/2019
Location: United States
Posts: 713
Posted: 12:20am 24 Aug 2023
Copy link to clipboard 
Print this post

  Andy-g0poy said  The Pi is gradually becoming more available Pi4 in various memory configs etc.

Yes .... And ( amazingly ) not much more expensive
than before ...
my site
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9308
Posted: 12:53am 24 Aug 2023
Copy link to clipboard 
Print this post

  Mixtel90 said  We may see that ARM module again, but probably nowhere near the pre-covid price. That makes the CMM2 a pretty expensive box.


Indeed.
On my website, the CMM2 unit is not dead, but I have placed it into what I call "Limbo" product status.  I would like to continue to offer it, but until the chips are available again, we're ALL kinda stuck.

And as you mention Mick, the price of that ARM chip will probably be quite a bit more then it was before the virus - as is pretty much everything now.

The CMM2 really came into its own on the superb graphics abilities, so that is where it really shines IMHO, but if all you need or want, is a simple display with only a few colours, the VGA-mite does that really well, and now the WebMite allows you to control your programs via a web GUI - both of those are pretty good ways to develop programs, and the Pico modules are so cheap.

BUT chips ARE starting to slowly resurface.  I just bought a bunch of PIC32MX170 chips in SOIC from Microchip Direct who have a few of the footprints back in stock now.  I've been waiting more then a year to get my hands on more of those, so the fact that they - along with some of the SSOP and DIL footprints of the same series - are now available, is encouraging and a good sign.

I hope!
Smoke makes things work. When the smoke gets out, it stops!
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 3802
Posted: 07:30am 24 Aug 2023
Copy link to clipboard 
Print this post

  lizby said  
  JohnS said  I don't know if MMBasic & such as libgpio can be what's wanted/needed.


I got basic GPIO working with MMB4L on the Pi-zero-W using libgpio but I had to build it myself because the apt-get install version did not include features in the then-current release, which enabled such things as PULLUP and PULLDOWN. There were other features which were being worked on.

After a year and a half of nothing happening, there have been a new release, two release candidates, another new release, and an update of that release in the past 6 months, but none of those have made it into what you get with apt-get install on the Pi (as of the end of June).

Can it be built statically linked?

That might be enough (though it doesn't address the more general case of Linux on other CPUs).

John
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 6798
Posted: 07:42am 24 Aug 2023
Copy link to clipboard 
Print this post

It may not even work across different versions of the Pi as they use different Broadcom chips.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 3802
Posted: 09:06am 24 Aug 2023
Copy link to clipboard 
Print this post

  Mixtel90 said  It may not even work across different versions of the Pi as they use different Broadcom chips.

It's worth trying, I think.

Just what libgpio (libgpiod) does & how it interacts with the lower OS stuff (drivers etc) will be critical. If I get a chance I'll hunt around.

edit: on a quick skim, it doesn't (or didn't?) cover SPI, I2C (or ...), not that these exist (or would be wanted by many users) on lots of Linux systems

John
Edited 2023-08-24 19:28 by JohnS
 
     Page 1 of 3    
Print this page
© JAQ Software 2024