1

I want to create a Wi-Fi hotspot and redirect all connections to a custom login page.

I would like to know if the Arduino Yún is a good choice in this case?

Greenonline
3,1527 gold badges36 silver badges48 bronze badges
asked Sep 8, 2015 at 19:27
0

2 Answers 2

2

Better use a regular router and flash DD-WRT or OpenWRT to it (check the supported router list on their websites). Next use something like NoCatSplash, to create a captive portal with login.

(削除) Arduino's just are not fast enough for this. (削除ここまで) Arduino Yuns are typically more expensive.

answered Sep 9, 2015 at 8:56
4
  • 2
    Did you know that operating system the Yun runs is OpenWRT? It's no slower or faster than most home routers since it uses the very same chip that many of them do. Commented Sep 9, 2015 at 10:21
  • Thank's ! I have also read Raspberry PI could be a good choice ? Commented Sep 9, 2015 at 10:43
  • Mikrotik has some really nice routers / switches that will be able to do what you want for a very reasonable price and fairly good performances. Commented Sep 9, 2015 at 12:23
  • 1
    Raspberry + SD card + power adapter + usb-wifi module. So more expensive than a typical router. Also since both wifi and ethernet go over usb on the Pi, the maximum speed is reduced. Commented Sep 9, 2015 at 15:34
0

Here is a project where I make a Yun into a hotspot and even have it act like a captive portal so users can control things though the Yun...

http://wp.josh.com/2014/05/01/a-platform-for-casual-encounters-with-interactive-technology/

Even though it does work, I can not recommend using the Yun for something like this unless you have no other choice. It is just not a good platform and you end up wasting huge amounts of time on unnecessary problems.

Much better to use something like a BeagleBone or Raspberry PI to handle to Wifi stuff. You can then connect these to a normal Arduino if necessary to deal with your hardware.

answered Sep 11, 2015 at 13:48
1
  • So how to have a hotspot (like mikrotik) and also control hardware using raspberry pi? What is the server I can use? @bigjosh Commented Dec 5, 2015 at 9:25

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.