well I tried 22 to 28 ad 24 to 28 with the same output. I would post it but the form says its spam.
Best posts made by Macgyver1307
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
Latest posts made by Macgyver1307
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
Sorry . But I formatted it to put the new image when I got the new pi working . I thought that I had some time and could do the same flash as the new card and pi and it’s crazy it worked . I did use the pi lite image this time compared to the one that was shipped with the board. Maybe that was it ?
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
so the problem was the image > I redid the pi3 with a fresh image also and the pins worked. but I'm running the pi 4 on my duet 3!
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
New pi came in today and I reloaded a fresh image and the issue is resolved ! Thank you for your help !
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
yeah crazy it's not working. the sd card is the one from the duet 3 box I got last week. my duet 3 is working in standalone mode for the moment. this pi had a gpio header touch screen the image before I used it as a duet pi. the question is do I wait till Tuesday with the new PI 4 and just try the sd card in it or do I flash a new complete fresh start on it?
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
@bearer said in Duet 3 6hc and raspberry pi 3 B+ DCS not started:
should
pi@duet3:~ $ sudo ~/spidev-test/spidev_test -v -s 8000000 -D /dev/spidev1.2 spi mode: 0x0 bits per word: 8 max speed: 8000000 Hz (8000 KHz) TX | FF FF FF FF FF FF 40 00 00 00 00 95 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F0 0D | ......@....▒..................▒. RX | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................................ pi@duet3:~ $
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
@bearer said in Duet 3 6hc and raspberry pi 3 B+ DCS not started:
-D /dev/spidev0.1
pi@duet3:~/spidev-test $ RDY=35 CS=38 ; { gpio -1 mode $CS out; gpio -1 mode $RDY in; gpio -1 write $CS 1 && echo "(Pin RDY/$RDY) `gpio -1 read $RDY` should equal `gpio -1 read $CS` (Pin CS/$CS)"; gpio -1 write $CS 0 && echo "(Pin RDY/$RDY) `gpio -1 read $RDY` should equal `gpio -1 read $CS` (Pin CS/$CS)"; { ~/spidev-test/spidev_test -v -s 8000000 -D /dev/spidev0.1 && echo RX should equal TX. ;} | tail -n3 | cut -b-100 ;} (Pin RDY/35) 0 should equal 1 (Pin CS/38) (Pin RDY/35) 0 should equal 0 (Pin CS/38) TX | FF FF FF FF FF FF 40 00 00 00 00 95 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F0 0D RX | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 RX should equal TX. pi@duet3:~/spidev-test $
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
sorry I had to snip it because it gets flagged as spam if I put it in as code. jumpers installed on 19-21 and 22-24 . pi is on my desk with nothing attached.
-
RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
here is the output .