Search found 773 matches

by nicolaiB
01 May 2023, 17:26
Forum: Hardware
Topic: DIO Module Red Lights
Replies: 2
Views: 940

Re: DIO Module Red Lights

Your DIO is missing the wires on X2 which powers the input and output section. You can wire it to the same source as the module power connector (X4).

Nicolai
by nicolaiB
26 Apr 2023, 20:27
Forum: Software
Topic: Duplicating image duplicates MAC address, how to set?
Replies: 1
Views: 994

Re: Duplicating image duplicates MAC address, how to set?

The MAC address is set in /boot/config.txt with dtparam. You can have a look at the factory reset script in order to see how the MAC is set.

Nicolai
by nicolaiB
05 Apr 2023, 11:42
Forum: Software
Topic: buildroot
Replies: 4
Views: 1444

Re: buildroot

Hi Tomaz, no, unfortunately we do not have buildroot. The buildroot stuff over at raspberry pi (see their GitHub) might be a good starting point. Depending on your use case this might be sufficient. If you want to use our IO modules in your buildroot project you need to add our kernel (patches + piC...
by nicolaiB
25 Mar 2023, 08:42
Forum: Hardware
Topic: CM4 to CM3 adapter compatibility
Replies: 3
Views: 1513

Re: CM4 to CM3 adapter compatibility

I've did a quick test if this could fit mechanically and I guess with some Kapton tape covering the screw terminals underneath the adapter this MIGHT work. No idea about the IO pins nor is this anything we will ever support officially.

Nicolai
by nicolaiB
07 Mar 2023, 12:44
Forum: Software
Topic: RevPi3 on Ubuntu
Replies: 6
Views: 1247

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: 682

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: 887

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: 1602

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: 2754

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...