Search found 19 matches

by imerledragon
16 Jun 2022, 14:31
Forum: Hardware
Topic: update firmware fail with piTest -f
Replies: 2
Views: 1516

Re: update firmware fail with piTest -f

Thank you very much for your answer Nicolai!

Have a great day,
Torpi
by imerledragon
15 Jun 2022, 23:44
Forum: Hardware
Topic: update firmware fail with piTest -f
Replies: 2
Views: 1516

update firmware fail with piTest -f

Hello Kunbus! I have reset a Core 3+ by flashing it with the buster lite image available in the download area. After setting a MIO in piCtory, saved and reset the driver, I am trying to update the firmware but all I get is "update firmware fail". Here is the dmsg: [ 736.865214] piControl: ...
by imerledragon
09 Dec 2021, 01:23
Forum: Hardware
Topic: Offset changes with new RevPi Core
Replies: 4
Views: 2219

Re: Offset changes with new RevPi Core

OK, makes sense. Thank you very much.
by imerledragon
07 Dec 2021, 05:32
Forum: Hardware
Topic: Offset changes with new RevPi Core
Replies: 4
Views: 2219

Re: Offset changes with new RevPi Core

Unfortunately I did not keep both setup, I only have one setup with RevPi Core and IO modules, and a spare with juste one RevPi Core. What I found strange is the internal LED offset of those 2 RevPi are different. I am planning to light A1 and A2 if modules are either not connected, have no power or...
by imerledragon
03 Dec 2021, 03:54
Forum: Hardware
Topic: Offset changes with new RevPi Core
Replies: 4
Views: 2219

Offset changes with new RevPi Core

Hello everyone, I have been working on a project with RevPi Core + 2 IO Modules and bought a spare RevPi Core and modules. When using PiCtory to configure my spare system, I realize that the offset are completely different from my first setup while the OS and PiCtory (2.0.3) are both the same versio...
by imerledragon
11 Nov 2021, 01:48
Forum: Software
Topic: Jitter / Latency in DIO Outputs
Replies: 7
Views: 4040

Re: Jitter / Latency in DIO Outputs

Thank you so much! Seems the default is 6 ms. I will play with it and see if that solves my issue.
Thanks again!
by imerledragon
02 Nov 2021, 15:18
Forum: Software
Topic: Jitter / Latency in DIO Outputs
Replies: 7
Views: 4040

Re: Jitter / Latency in DIO Outputs

hum... So my understanding is there is no way to lock the process for my 2 writes? I would definitely been interested by the cycletime to check if 2 cycles would be ok. An alternative would be an external shift register but my understanding is that there is no way to get a hardware state machine and...
by imerledragon
02 Nov 2021, 13:11
Forum: Software
Topic: Jitter / Latency in DIO Outputs
Replies: 7
Views: 4040

Re: Jitter / Latency in DIO Outputs

Hello Philipp, thank you for the clarification. Now, say I have multiple DIO modules and want to write output from 2 module at the same time, is there any chance the 2 successive write will be <50ms? Write(DigitalOutput_Module1_Offset, outBytes1) Write(DigitalOutput_Module2_Offset, outBytes2) I don'...
by imerledragon
30 Oct 2021, 03:07
Forum: Software
Topic: TeamViewer IOT Agent läuft obwohl in GUI disabled
Replies: 15
Views: 9083

Re: TeamViewer IOT Agent läuft obwohl in GUI disabled

Do you know what are the package name to uninstall ?

I removed teamviewer-revpi package as well as /etc/apt/sources.list.d/teamviewer-revpi.list
Is that all I should remove?

Thanks! Danke!
by imerledragon
28 Oct 2021, 04:01
Forum: Software
Topic: Jitter / Latency in DIO Outputs
Replies: 7
Views: 4040

Re: Jitter / Latency in DIO Outputs

Addition to previous post: I have been wondering of any IRQ might help so did a test using /dev/rtc with "github.com/cleroux/rtc" This works for 2 to 20Hz but at 200Hz I got between 100 and 200 randomly. On a Pico I would use Timer interrupts or something similar but I am not sure if anyth...