Search found 870 matches

by nicolaiB
12 Mar 2024, 19:15
Forum: Software
Topic: piSerial "WARNING: Wrong CRC received"
Replies: 3
Views: 309

Re: piSerial "WARNING: Wrong CRC received"

Could you please attach the complete log file?

Nicolai
by nicolaiB
12 Mar 2024, 19:13
Forum: Hardware
Topic: CAN driver broken on revpi
Replies: 1
Views: 200

Re: CAN driver broken on revpi

Hi

Has the Con CAN overlay been enabled? There should be a line in /boot/config.txt of `dtoverlay=revpi-con-can` or check with `revpi-config status revpi-con-can`.

Enable overlay: revpi-config enable revpi-con-can
Disable overlay: revpi-config disable revpi-con-can

Nicolai
by nicolaiB
11 Mar 2024, 19:04
Forum: CODESYS
Topic: Über CODESYS mit ConCAN Modul RAW CAN Telegramme verschicken
Replies: 4
Views: 646

Re: Über CODESYS mit ConCAN Modul RAW CAN Telegramme verschicken

Hi Wiekon, ohne groß Erfahrung damit zu haben, bin ich bei einer schnellen Suche auf CANL2 gestoßen. Schau mal ob das eventuell das ist, was du suchst: https://help.codesys.com/webapp/hGcF55fadXXw7LxTlfIUoErJcVQ%2Ffld-CAN-Low-Level;product=CAA%20Can%20Low%20Level%20Extern;version=3.5.17.0 Gruß Nicolai
by nicolaiB
11 Mar 2024, 18:55
Forum: Software
Topic: piSerial "WARNING: Wrong CRC received"
Replies: 3
Views: 309

Re: piSerial "WARNING: Wrong CRC received"

Hi

Has the correct overlay been loaded (dtoverlay=revpi-compact in /boot/config.txt)? Are there any errors in dmesg respective /var/log/kern.log?

Nicolai
by nicolaiB
07 Mar 2024, 10:13
Forum: Software
Topic: RevPi Connect 4 Wifi 2.4Ghz problems
Replies: 10
Views: 961

Re: RevPi Connect 4 Wifi 2.4Ghz problems

Hi Steffen, please check if the problem still occurs, if the external antenna is activated. Even without an antenna connected the short pigtail can bring improvements. You can enable the antenna as following: # Enable external antenna sudo revpi-config enable external-antenna # Reboot device sudo re...
by nicolaiB
29 Feb 2024, 12:35
Forum: Hardware
Topic: Changing RevPi model
Replies: 2
Views: 414

Re: Changing RevPi model

Hi Andre, you can change the product type of the image as following: Newer models with hat eeprom (RevPi Connect 4, Core S since revision 1.1): These devices contain an eeprom which stores all the relevant device data and the changes are automatically detected 1. Edit /boot/config.txt and remove lin...
by nicolaiB
26 Feb 2024, 08:52
Forum: Hardware
Topic: MIO Inputs either 0 or 10700 with 2-10v sensors (Converted)
Replies: 3
Views: 467

Re: MIO Inputs either 0 or 10700 with 2-10v sensors (Converted)

Yes, the other inputs are not affected by readings from one sensor. Could you please sketch your schematic / wiring so we can get a better understanding of your setup? Thanks!

Nicolai
by nicolaiB
23 Feb 2024, 20:59
Forum: Software
Topic: Connect S with Buster not starting up after image written
Replies: 6
Views: 677

Re: Connect S with Buster not starting up after image written

Answer is simple: the 2021image was released even before the cm4s (which is the compute module in connect S) was invented. Thus the software cannot support this module. Support was added later. See the release notes, which state what devices are supported for a particular image. Nevertheless I reall...
by nicolaiB
19 Feb 2024, 20:47
Forum: Software
Topic: ifconfig shows wrong ipadress
Replies: 4
Views: 440

Re: ifconfig shows wrong ipadress

Hi Peter, Thats what I thought. Your interface has got the ip from dhcp but uses the link local ip as default (probably because the dhcp server was not ready when the interface was connected). Side note: ifconfig is a deprecated Linux tool since some years. The ip command is its even more powerful r...
by nicolaiB
19 Feb 2024, 17:21
Forum: Software
Topic: ifconfig shows wrong ipadress
Replies: 4
Views: 440

Re: ifconfig shows wrong ipadress

Hi Peter,

what is the output of `nmcli` and `ip addr show eth1`?

Nicolai