2

I want to implement an Arduino module with some sensors and send the info through WiFi to a server. I'm looking for the best board or component combination to make this. What is the best board or solution you would use in my case? Maybe Arduino Yun or Intel Edison Kit for Arduino...¿?

I've developed a sensor module with Redbear Blend board which use Bluetooth to communicate with an Android app to send sensor data, but now looking for WiFi connection.

Sorry if it's a stupid question, I'm new in this Arduino world. Thanks in advance!

asked Feb 26, 2016 at 11:36

1 Answer 1

3

I'd recommend ESP8266 (model 07) based board. ESP8266 model 07

  • Can be programmed the same way as other Arduinos
  • Cheap
  • Enough storage for code
  • Fairly low power
  • Large community (more code examples and better library support)
answered Feb 26, 2016 at 11:46
1
  • 1
    Ok, thanks, I'm checking it right now and it seems just what i was looking 4 ;) Commented Feb 26, 2016 at 13:18

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.