Esprunio pico wifi module #4415
Replies: 1 comment
-
Posted at 2015-05-02 by @allObjects The module descriptions usually inlcude links where to buy... There are tons of suppliers, especially when looking at ebay. Which (non-ebay) supplier you chose depends also on what module you are looking for. I go tmy first pieces from Adafruit - as residing in the US. I also got my (standard / classic) Espruino from there... and some other modules. Posted at 2015-05-02 by DrAzzy No cell module had been written... Yet. http://www.electrodragon.com for esp8266s (the CC3000 kinda sucked - and cost far more; I don't recommend it) Posted at 2015-05-03 by Hardware_Hacks I am using the GSM2 Click with the espruino for GSM. There is an AT library (https://github.com/espruino/EspruinoDocs/blob/master/modules/AT.js) that has been utilised within the wifi modules and some of the others. I am using this library to send commands to my GSM module. Example code:
Posted at 2015-05-05 by @gfwilliams @Hardware_Hacks that's great! Any luck getting GSM data on it? Posted at 2015-05-17 by user54721 Is there any examples or video on Soldiering the wifi module onto the PICO. I need a getting started video for the PICO and wifi module Posted at 2015-05-18 by DrAzzy Aaah, so you've got an Espruino Pico, and the ESP8266, and the shim, and you're looking for more detailed instructions than the ones here? There is a video there - not sure how helpful it is (haven't watched it). Soldering the three power pins is a little weird, since they're not castellated pads, but you're basically trying to use them as if they were. Posted at 2015-05-18 by @gfwilliams The info above is the best there is at the moment... If you're not happy doing the soldering with the bits of wire, you can buy and use 0.05" pin header - but it's a bit trickier to get hold of than the usual 0.1" stuff. Posted at 2017-03-30 by furuskog Im a soldering noob I want to add wi-fi to My pico. Do I have to solder? Posted at 2017-03-30 by @gfwilliams Have you seen the videos that are on this website: http://www.espruino.com/ESP8266 They use a 'shim' PCB that you can buy, but it's a nice easy way to get a very compact system. Either that or you can connect just 5 wires to an ESP01 module - shown in the table here: http://www.espruino.com/ESP8266#wiring-up If you have a pinned Pico and some patch wires then you can do it without soldering at all. Posted at 2017-03-30 by furuskog Thank you, I saw the videos but it seemed a bit fiddly (I'm a software guy). Evently I want to learn, but I don't want to mess up the board. Posted at 2017-03-31 by @gfwilliams I'd definitely recommend the ESP01, pinned Pico, breadboard and patch wires - it's all very cheap (well under £10 total) and very flexible. There is of course http://www.espruino.com/WiFi if you want something with it all pre-installed Posted at 2017-04-01 by furuskog @gfwilliams thank you for the advice. Posted at 2017-04-01 by navas @furuskog I would recommend you buy preinstalled one. You definitely don't want to go through the troubles which I had. Thanks Posted at 2017-04-01 by furuskog @navas Well I ended up spending my hard earned money on a puck but I don't think I'm going to regret it. I figured that it would cover my user case. Thanks for the advice any way. :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-05-02 by user54721
I was wondering where can I get the wifi module. Also does Esprunio have a 3G cellular module.
Beta Was this translation helpful? Give feedback.
All reactions