0

I'm currently working on connecting a Funduino version of usb host shield onto an arduino mega board. But the serial output shows "osc did not start", which means the board can't find the shield. However the reset button works, so I estimate insufficient power being supplied.

enter image description here

I'm aware of the bridging solution for the regular arduino module for the 3.3v and 5v (example). But how can this solution be applied to the Funduino model.

Update: I've changed the SPI lines on the shield to the 6 ISCP pins on the Mega, but still no change in results.

I performed a second test using board_qc, which returned:

Circuits At Home 2011

USB Host Shield Quality Control Routine

Reading REVISION register... Die revision invalid. Value returned: 00

Unrecoverable error - test halted!!

0x55 pattern is transmitted via SPI

Press RESET to restart test

asked Jun 22, 2022 at 8:14
5

1 Answer 1

0

That shield communicates over SPI. However the SPI pins it uses are the "old" style (10-13) for the Arduino UNO.

The Mega doesn't use those pins, which is why the "new" style 6-pin SPI/ICSP header was added to boards.

You will have to manually jumper the right pins to the SPI pins of the Mega using wires.

answered Jun 22, 2022 at 10:07
6
  • Can you provide a pinout, so that I know where to make connections. Commented Jun 22, 2022 at 10:18
  • You would need to refer to the schematic or manual for the shield (which I don't have). The pinout for the mega is well documented. Commented Jun 22, 2022 at 11:12
  • I have tried connecting the SPI to the 6 pins in the center, but am still getting the same results. Commented Jun 22, 2022 at 11:48
  • I have also tried the SPI pins at the bottom of the Mega. Commented Jun 22, 2022 at 11:55
  • If the shield was designed for the Arduino Uno, then it would have a similar pinout to interface with it. So I used the Uno pinout as reference. Commented Jun 24, 2022 at 4:08

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.