1

I wonder whats ARM build for Linux? Do we really need ARM build when we work with arduino? I need to integrate arduino and raspberry pi over wi-fi, I don't know whether I need ARM in this case. Also any quick learning tutorial for interfacing two of these hardware is appreciable

A newbie to Arduino. I hope fun learning with it

asked Aug 15, 2017 at 21:37
6
  • 1
    The arm build contains arm binaries for the compiler. Are you running the IDE on the pi? Commented Aug 15, 2017 at 22:13
  • To interface the two grasp the usb cable firmly by the plug and insert into the usb socket. Commented Aug 15, 2017 at 22:14
  • please tell me why we need ARM while working with arduino. I have to get the logs of arduino based sensor nodes on raspberry pi. in this case, do i need ARM ? Commented Aug 15, 2017 at 22:16
  • I need to interface over the wireless medium Commented Aug 15, 2017 at 22:16
  • 1
    And I asked a question. ARE YOU RUNNING THE IDE ON THE PI? Commented Aug 15, 2017 at 22:16

1 Answer 1

3

The ARM build of the IDE is for running the IDE on ARM systems. If you want to run the IDE on the pi then you need the arm build. However if you want to run the IDE on your PC then you need the IDE build that matches the architecture of your pc.

There are a million and one ways of communicating wirelessly between an Arduino and a pi.

answered Aug 15, 2017 at 22:21
2
  • Thanks for the clarification. Now i am at ease. R pi is ARM system and we need ARM build for that. right> Commented Aug 15, 2017 at 22:22
  • 2
    Only if you want to compile Arduino sketches using the pi. Commented Aug 15, 2017 at 22:23

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.