I tried several configurations with your indications and it runs perfectly.
I don't even need a spare part to generate AC current anymore, just need a second PWM pin.
Good afternoon, I looked into jpigpio, it should do the job for java with very few differences than the original gpio C library. Now, I'm trying to understand further the mechanism to generate waves. Here is what I understand from your example : 1 - You create a wave form (is wvag = wave add generic...
Thanks a lot ! What I am looking for actually exists ! At least, if I don't have any other way, I can still learn python to use your solution. Additional problem : I only know java coding ... I found methods that look similar to your proposition : Here is a javadoc of pi4j I understand that "pulse" ...
Here is the type of signal I am willing to create : DCCsig.png I corrected the periods in my first message : 116 us period for a 1, 200 us for a 0. To have a proper AC signal, I'll use a spare part that will turn a 0/+3.3V signal into -3.3V/+3.3V. For now, my problem is the shape of the signal, to s...
Good afternoon everybody, I am willing to use a RPi for digital control. The signal must be a wave-type current. To send a 1, I shall send a wave with a 116 microsecond period. To send a 0, it must be a 200 microsecond period wave. When I'm not sending packets, the signal must be a continuous follow...