Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 23:06 09 May 2025 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 : Armmite - STM32H7: Nucleo 144 backpack

     Page 2 of 5    
Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 06:36pm 28 Aug 2018
Copy link to clipboard 
Print this post

  Quote  a question: have you finish gps module (like pic32mz)?


Yes, should work exactly like MZ and should work on any of COM1 to COM4

OPEN "comx:9600" as GPS


  Quote  I use an ld33v regulator


My card uses LD1085D2M33R, much bigger beast
 
goc30

Guru

Joined: 12/04/2017
Location: France
Posts: 435
Posted: 02:26am 29 Aug 2018
Copy link to clipboard 
Print this post

  matherp said  

Yes, should work exactly like MZ and should work on any of COM1 to COM4

OPEN "comx:9600" as GPS

i have tested but it don't work (gps is on COM4)
i give you my test prog here
2018-08-29_121951_gps_test.zip
you change constant "gpson", 1= your module, 2=my module working in interrupt mode

I have also see that Com port is not closed if you re-run prog without reboot or cutting power
for that I must add in beggin prog

ON ERROR SKIP
CLOSE GPS


  matherp said  
My card uses LD1085D2M33R, much bigger beast

i need a to220 chip actually because I work on Diy card
I must use LM317T for more than 1AEdited by goc30 2018-08-30
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 11:07am 29 Aug 2018
Copy link to clipboard 
Print this post

  Quote  i have tested but it don't work (gps is on COM4)


I found a cut-and-paste typo for com4 which I have corrected. I've also corrected the close issue. In future please can you post bug reports on the main thread so everyone sees them and the solution.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 07:55am 30 Aug 2018
Copy link to clipboard 
Print this post

Final version



I've added an optional crystal on the bottom and a header for the console. This allows the Nucleo to be used without the ST-LINK connected (or even attached)

2018-08-30_214919_stm32h7V1.3.zip

I've ordered 5 from JLCPCB. USD27 for 137x85 PCBs INCLUDING DHL shipping

Their website is also excellent. The gerbers can be visualised online as soon as you have uploaded them before you complete the order process.

Edited by matherp 2018-08-31
 
TrevorH
Senior Member

Joined: 06/04/2018
Location: United Kingdom
Posts: 144
Posted: 02:43pm 30 Aug 2018
Copy link to clipboard 
Print this post

Peter can I put my name down for one of your new Backpack boards? If so please PM the price etc.

Can I ask you where you get your audio out socket and USB socket as I have been unable to source either?

Since we are in the early stages of the Nucleo board development and CFunctions are probably along way off, would it be possible to access the SSD1963 core routines from within MMbasic?

Trevor.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 05:26pm 30 Aug 2018
Copy link to clipboard 
Print this post

  Quote  Peter can I put my name down for one of your new Backpack boards? If so please PM the price etc.


Will do, once received and tested.

  Quote  Can I ask you where you get your audio out socket and USB socket as I have been unable to source either?


RS and Farnell respectively.

  Quote  Since we are in the early stages of the Nucleo board development and CFunctions are probably along way off,


CFunctions work OK, the only issue is setting up a development environment to create them and then convert the output to the Basic statements

  Quote  would it be possible to access the SSD1963 core routines from within MMbasic?


Not practical - there is a fixed limit on the number of Commands and Functions that MMBasic can support (128 of each)Edited by matherp 2018-09-01
 
astro1
Regular Member

Joined: 26/06/2016
Location: Australia
Posts: 51
Posted: 10:30am 31 Aug 2018
Copy link to clipboard 
Print this post

I have 6 of the version 1.2 boards. If you want one, let me know.
There was a mix up at pcbgogo, got more than l’ll ever could use. :’)
 
panky

Guru

Joined: 02/10/2012
Location: Australia
Posts: 1111
Posted: 10:50am 03 Sep 2018
Copy link to clipboard 
Print this post

Just a couple of notes on building the backpack:-

- make sure you mount the micro USB before the adjacent capacitors as it is impossible to get at the USB pins with the caps in place (yes, I DID put the capacitors in first and, YES, I did have to take them off to mount the USB connector - 😢😢)

- if you want to use a pi 4" ILI9481 lcd that Peter has included drivers for, with this v1.2 board, you will need to make an adaptor - I did one from veroboard and can provide the connections if anyone wants (it's wortwhile - it's a nice display and not a bad price)

- watch you soldering on the Nucleo CN11 and 12 connectors - I found the solder didn't run in properly on a couple of pins.

Other than that, my system is up and alive - just waiting on a camera and time to test the other interface modules.

Thanks Peter, great design!

Doug.

... almost all of the Maximites, the MicromMites, the MM Extremes, the ArmMites, the PicoMite and loving it!
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 06:36pm 15 Sep 2018
Copy link to clipboard 
Print this post

Here are the latest version of the backpack gerbers

2018-09-16_042411_stm32h7V1.3.zip

This version allows a 5" SSD1963 display to be mounted with supports. It also includes a Pi compatible header supporting any of the Pi "HATS", an IR receiver, and optional pullups on 8 of the I/O pins for things like DS18B20 as well as the V1.2 connections (ESP8266, OV7670 camera, SSD1963, ILI9341, 4*Com, 3*SPI, I2C, SDcard, Battery for RTC, Audio jack).

In addition it includes a console port and an optional 8MHz oscillator allowing the Nucleo to be used with the STlink removed if required.

The version pictured has a silkscreen error (touch connections for the Pi header should be 112,56 ), also the spacing of the 3.3V pins under COM4 should be 0.1" under the ground pins but are actually 0.125" but the gerbers are correct.










Edited by matherp 2018-09-17
 
geeken
Newbie

Joined: 13/01/2018
Location: United States
Posts: 20
Posted: 05:30pm 16 Sep 2018
Copy link to clipboard 
Print this post

  matherp said  
  Quote  Peter can I put my name down for one of your new Backpack boards? If so please PM the price etc.


Will do, once received and tested.

*

Hi All

Elephant-in-the-room type question ;

Is anybody planning to consider looking at producing the Armmite backpack, in various stages of assembly, with screens fitted perhaps ?

I would buy a small quantity of those annually, as Projects come & go.

If no-one volunteers, I may have to start considering building & selling these boards myself !

Peter : Whats your take on folks producing your board in the assembled / tested state, for sale to TBS members ?

:=
 
WhiteWizzard
Guru

Joined: 05/04/2013
Location: United Kingdom
Posts: 2927
Posted: 06:32am 17 Sep 2018
Copy link to clipboard 
Print this post

@geeken

I will be selling these in various forms once I have had a play with this latest BackPack. I will also attempt to get a handful of the Nucleo units too for people that find they're in short supply.

I do have a limited cashflow for 'new stuff' bearing in mind there arelots of components/modules/PCBs to purchase for all the current micromite PCB designs.

I will be placing another PCB order in about 2 to 3 weeks time and will include the latest STM BackPack in that order.

WW



 
geeken
Newbie

Joined: 13/01/2018
Location: United States
Posts: 20
Posted: 06:01pm 17 Sep 2018
Copy link to clipboard 
Print this post

  WhiteWizzard said   @geeken

I will be selling these in various forms once I have had a play with this latest BackPack. I will also attempt to get a handful of the Nucleo units too for people that find they're in short supply.

WW

 
geeken
Newbie

Joined: 13/01/2018
Location: United States
Posts: 20
Posted: 06:11pm 17 Sep 2018
Copy link to clipboard 
Print this post

Hi WW

Will contact by email - interested in obtaining these v1.3 or later boards from you.

Keen to see how reliable the STM23H7 is compared to Microchip, Freescale, Atmel etc, etc. If so, and @ 40 nm, this chip should become super useful.

(I see there is a $7 version of the chip now available with less memory & low errata - the STM32H750).

geeken
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 08:14am 18 Sep 2018
Copy link to clipboard 
Print this post

  Quote  I see there is a $7 version of the chip now available with less memory & low errata - the STM32H750


  Quote  The STM32H750 Value line offers the performance of the Arm® Cortex®-M7 core (with double-precision floating point unit) running up to 400 MHz at an affordable price point by trimming embedded Flash to the essential.


Actually trimming it to the point that it would be completely impossible to fit MMBasic - pity
 
goc30

Guru

Joined: 12/04/2017
Location: France
Posts: 435
Posted: 10:40am 18 Sep 2018
Copy link to clipboard 
Print this post

Hi peter

On your backpack, SSD connector, pin35 (top of LEDA) is connected with 5v power but on SSD it is marked "nc"

Did I make same thing??
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 12:38pm 18 Sep 2018
Copy link to clipboard 
Print this post

  Quote  On your backpack, SSD connector, pin35 (top of LEDA) is connected with 5v power but on SSD it is marked "nc"


This is required for 7" TFT. It doesn't cause an issue for smaller ones
 
goc30

Guru

Joined: 12/04/2017
Location: France
Posts: 435
Posted: 03:53pm 18 Sep 2018
Copy link to clipboard 
Print this post

  matherp said  

This is required for 7" TFT. It doesn't cause an issue for smaller ones


ok thanks
 
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1828
Posted: 09:56am 31 Oct 2018
Copy link to clipboard 
Print this post

I have a blank V1.3 board, where can I get a parts list and circuit or part location layout that will enable me to build the board. If it's been posted then I missed it.

NANO Inverter: Full download - Only Hex Ver 8.1Ks
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10064
Posted: 10:02am 31 Oct 2018
Copy link to clipboard 
Print this post

Page 1 of this thread. The only difference with 1.3 is that you can put pullup resistors on the back for some I/O and, in theory, you can put an oscillator on the back and disconnect the ST-LINK (untested)
 
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1828
Posted: 10:10am 31 Oct 2018
Copy link to clipboard 
Print this post

Thanks again.
NANO Inverter: Full download - Only Hex Ver 8.1Ks
 
     Page 2 of 5    
Print this page
The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025