WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Picoreplayer with power management HAT  (Read 794 times)

Offline v102

  • Newbie
  • *
  • Posts: 1
Picoreplayer with power management HAT
« on: September 21, 2023, 10:14:24 AM »
Hello everyone, I'm trying to setup a power management HAT on the raspberry pi 4 running a picore distribution.

Here is a link the the device.
https://www.waveshare.com/wiki/Power_Management_HAT_(B)

Does anybody know what commands I need to send to get it setup? The commands on their website dont work.

thanks

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: Picoreplayer with power management HAT
« Reply #1 on: September 21, 2023, 12:23:05 PM »
Sorry you missed to include the last parentheses in the url.
The correct one would be:
https://www.waveshare.com/wiki/Power_Management_HAT_(B)
You have to use the forum url tag to encode the url when posting like this.

Code: [Select]
[url]https://www.waveshare.com/wiki/Power_Management_HAT_(B)[/url]

Offline gadget42

  • Hero Member
  • *****
  • Posts: 663
Re: Picoreplayer with power management HAT
« Reply #2 on: September 21, 2023, 01:24:01 PM »
...
The commands on their website don't work.
perhaps you will have successful learning curve with official os firstly https://www.raspberrypi.com/software/
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1079
Re: Picoreplayer with power management HAT
« Reply #3 on: September 21, 2023, 05:03:02 PM »
That is going to be incredibly tricky for a person to get running, as you first need to understand how to work with a rp2040 microcontroller, then how to make the software  to communicate between the two boards.

None of the scripts they supply will run on a piCore based OS. As the scripts rely on installing programs   In RaspiOS. Which do not work on piCore.  Building the microcontroller program is the most complicated part for you.