Search found 739 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 74
by nicolaiB
07 Mar 2023, 12:44
Forum: Software
Topic: RevPi3 on Ubuntu
Replies: 6
Views: 587

Re: RevPi3 on Ubuntu

You can have a look at our overlay files. They are located in our kernel repository. The overlay for the Core 3(+) / Core S can be found here: https://github.com/RevolutionPi/linux/b ... verlay.dts

Nicolai
by nicolaiB
02 Mar 2023, 07:04
Forum: Hardware
Topic: Can't send CAN messages with RevPi Con CAN
Replies: 1
Views: 358

Re: Can't send CAN messages with RevPi Con CAN

Hi Andrea, I'm no can expert, but something I've spotted in your script: os.system("sudo ip link set can0 type can loopback on") Why do you enable the loopback mode if you want to transmit over wire? With loopback enabled RX and TX will be connected internally and no data is transmitted ov...
by nicolaiB
27 Feb 2023, 11:22
Forum: Hardware
Topic: Schematic of the CM4+ used in the Connect S/SE
Replies: 5
Views: 487

Re: Schematic of the CM4+ used in the Connect S/SE

The CM4S is a module which is only available for (by RPi) selected OEMs in order to overcome the CM3 shortage (/absence).

Nicolai
by nicolaiB
27 Feb 2023, 11:20
Forum: Hardware
Topic: Sensor Array System
Replies: 5
Views: 750

Re: Sensor Array System

Hi EduardoH, if you want to use the existing I2C sensors the pico would be a good option. You can connect the pico via USB and send the sensor data via serial. Another cool solution: Use the pico as USB to I2C adapter like this: https://hackaday.com/2022/10/31/need-an-usb-i2c-adapter-use-your-pico/ ...
by nicolaiB
27 Feb 2023, 11:16
Forum: Hardware
Topic: erster Zugriff auf Core S fehlgeschlagen
Replies: 17
Views: 1936

Re: erster Zugriff auf Core S fehlgeschlagen

Hallo Matthias, freut mich zu hören, dass nun alles läuft. Meine Vermutung ist, dass numpy und Konsorten mit der Zeit immer komplexer werden und somit mehr Sourcecode übersetzt werden muss. Auch kommt immer mal wieder etwas an Abhängigkeiten hinzu. Deswegen versuche ich nach Möglichkeit immer mit vo...
by nicolaiB
27 Feb 2023, 11:12
Forum: Hardware
Topic: Schematic of the CM4+ used in the Connect S/SE
Replies: 5
Views: 487

Re: Schematic of the CM4+ used in the Connect S/SE

The datasheets of the compute module can be downloaded on the Raspberry Pi website. The datasheet for the CM4S is this one: https://datasheets.raspberrypi.com/cm4s ... asheet.pdf

(the GPIO mapping is similar, besides SPI2?)

Nicolai
by nicolaiB
24 Feb 2023, 21:23
Forum: Hardware
Topic: Which is the correct DTBO for a Connect S?
Replies: 6
Views: 794

Re: Which is the correct DTBO for a Connect S?

The eeprom is only part of core se and future models like connect 4. The connect se is similar to the connect 3 / s (without the ethernet part on pibridge).

Nicolai
by nicolaiB
24 Feb 2023, 14:42
Forum: Hardware
Topic: Which is the correct DTBO for a Connect S?
Replies: 6
Views: 794

Re: Which is the correct DTBO for a Connect S?

Is it possible that you selected the Connect SE instead Connect / Connect 3(+) / Connect S ?
by nicolaiB
24 Feb 2023, 09:16
Forum: Hardware
Topic: Which is the correct DTBO for a Connect S?
Replies: 6
Views: 794

Re: Which is the correct DTBO for a Connect S?

Hi Markus, the Connect S uses the same overlay as the "traditional" Connect 3(+). Only the Connect SE requires a different overlay due to the missing ethernet ICs on the PiBridge. Regarding the 1wire I have no idea (yet). The baseboard of Connect S is identicial to Connect 3(+). Does it al...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 74