Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Arduino wifi module

  • 06-04-2017 09:04PM
    #1
    Registered Users, Registered Users 2 Posts: 84 ✭✭


    Hi,

    Does anyone know where in Ireland I could get a wifi add to allow me to add wifi to an arduino uno ?

    I've tried Maplin and rs online. I'm also waiting to hear back from a guy on adverts.

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,446 ✭✭✭Big Lar


    Try eBay?


  • Registered Users, Registered Users 2 Posts: 3,884 ✭✭✭ozmo


    crazy eyes wrote: »
    Hi,

    Does anyone know where in Ireland I could get a wifi add to allow me to add wifi to an arduino uno ?

    I've tried Maplin and rs online. I'm also waiting to hear back from a guy on adverts.

    Thanks

    You could try use an ESP module instead - they dont need an uno - are Arduino IDE software compatible - are faster, have more memory and have built-in wifi. You can buy them on adverts.ie .

    Look out for an D1 as these are ESP modules mounted on an Arduino shaped board - usually cost about 8 euros or less. You can even update them over the wifi link. They are not compatible with every software library - but will do most jobs and worth having one for about a fiver.
    eg. Here is one for 5 Euros Link

    A Wifi module from maplins must be about 50 to 60 euros on its own without the uno.


    One problem with the original Arduino wifi modules is to my knowledge - they cannot do HTTPS, which is becoming more and more a problem.
    You might have more success with the ESP modules and libraries like this (link)

    “Roll it back”



  • Registered Users, Registered Users 2 Posts: 7,396 ✭✭✭witnessmenow


    ozmo wrote: »
    You could try use an ESP module instead - they dont need an uno - are Arduino IDE software compatible - are faster, have more memory and have built-in wifi. You can buy them on adverts.ie .

    Look out for an D1 as these are ESP modules mounted on an Arduino shaped board - usually cost about 8 euros or less. You can even update them over the wifi link. They are not compatible with every software library - but will do most jobs and worth having one for about a fiver.
    eg. Here is one for 5 Euros Link

    A Wifi module from maplins must be about 50 to 60 euros on its own without the uno.


    One problem with the original Arduino wifi modules is to my knowledge - they cannot do HTTPS, which is becoming more and more a problem.
    You might have more success with the ESP modules and libraries like this (link)


    The ESP are basically the only thing worth talking about when it comes to WiFi Arduinos, they are so powerful and so cheap.

    Wemos D1 mini are my favorite style of board as they are small, cheap and fit on a standard breadboard

    Just to correct the above, the ESP can do HTTPS.
    It doesn't have a way of checking the certs of the site you are requesting so you can either check the fingerprint of the server (which can change which would require a update to your code) or you could not check anything (if the data is not sensitive it might be worth going with this)


Advertisement