-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware: Arduino, ESP8266, BeagleBone #8
Comments
Looks good, am interested, have some kit at home - but probably heading home early tonight. |
That's interested , I started play with Arduino and Esp8266 a few month. |
@scorpiogit: No worries, like I said I try to bring the stuff every month and there are usually a few regulars playing with it. @pairochjulrat Nice, I've read about the ESPs a bit and wish I had one to bring, seems like a really cool platform with big specs for small boards, and wifi built-in. Bring it in any time! |
I've got a raspberry pi and trying to keep it connected to a websocket on a remote server but it disconnects about every 24+ hours. Any thoughts? |
In |
I got a new toy for the collection, a NodeMCU DevKit which is a little board based on the ESP8266 chip that became all the rage over the past year or so. Built-in wifi—in fact it can be a client and an access point at the same time—more power and program storage than the basic Arduinos, enough I/O to do a lot of projects, and you can get them for a few dollars. It's pretty fun. The NodeMCU project has their own firmware where you program in Lua (you can run an interactive Lua interpreter straight off the board over serial, so a more interactive development experience is possible for experimenting than what's typical with microcontrollers), or there is support for developing with the Arduino IDE using most Arduino libraries. There's even MicroPython as an option, which I haven't had the chance to try yet. I've ordered a WeMos D1 Mini also, another ESP8266 board, with some of its shields (interested in SD card and battery power capability for a data logger), but it's coming from AliExpress so it won't be here for awhile. I ordered a few parts recently from Arduitronics in Bangkok and I can recommend them if they have what you're looking for. Processed my order first thing in the morning and had it delivered by Kerry Logistics courier the same afternoon. Got my NodeMCU board from them for about the same as it would have cost from Ali, they have the base WeMos board too but none of the shields for it. |
Yes the NodeMCU is quite popular of esp8266 breakout board but also there are a lot of fake NodeMCU out there, so please be aware :P This link may help to notice when get that thing: http://frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/ I have a little blog: http://roiet.io for memorise the hobby with my son, of course including the esp8266 projects. Hope to meet up with you guy about those devices someday. |
Yeah I read this guide, it is very useful, thanks for sharing here. Technically it is open-source hardware so I find it a bit odd that the NodeMCU people have sometimes referred to "fakes" ("low-quality copies" might be more apt, maybe a native language subtlety). I would definitely suggest that people get a "v2" / DevKit 1.0 board though rather than the "v3" ones on Ali that are third-party and lower-cost—even if the quality of the "v3" ones is fine, they are larger and completely cover the width of a breadboard like the first NodeMCU DevKit 0.9 did. The v2 leaves a row of pins on either side which is way, way more convenient. Arduitronics stocks the v2 locally.
Very cool! Hope you can join the hack nights sometime also. |
I'm a big fan of NodeMCU using arduino IDE rather than Lua for it. Willing to share on it. |
Hey, I would like to join, is this group still active? |
Hi bhargavg, yes.. lets start our own hardware gang.. Ive been wanting to setup the esp8266 and arduino with some servos for a quadcopter so ill bring that stuff. Feel free to bring anything else .. see you on Thursday. |
@salinceva Unfortunately I don't have any kits with me as of now. Could you please suggest what will be the best way to procure electronic kits in Bangkok? |
I am interested in a reliable source as well.
…On Tue, May 23, 2017, 12:11 PM Bhargav Gurlanka ***@***.***> wrote:
@salinceva <https://github.com/salinceva> Unfortunately I don't have any
kits with me as of now. Could you please suggest what will be the best way
to procure electronic kits in Bangkok?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI_D1CRfvYDvrOERAH1Ha46qLpkcV0cks5r8mplgaJpZM4HmZkV>
.
|
@bhargavg @bmason if you guys dont care about speed i usually just order via ebay takes ~ 14 days |
I got my ESP32 board from ebay last week. I'm planning to make it into an iBeacon and use for indoor navigation to track my position in home and hopefully turn on/off lights based on that. |
sounds great.. im going to try to recreate the light sensor that you
made last month.
Bhargav Gurlanka wrote:
…
I got my ESP32 board from ebay last week. I'm planning to make it into
an iBeacon and use for indoor navigation to track my position in home
and hopefully turn on/off lights based on that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARNcLpxOc46cOGK_pEabWo9v6cwNy-Moks5sGoMRgaJpZM4HmZkV>.
|
@bhargavg @salinceva I left the house today without my bag of gear, going home for it isn't really feasible so I hope you're able to bring yours 😅 |
I have some hardware toys that I normally bring every month. These include an Arduino Mega 2560 and a BeagleBone Black, plus some basic components for doing introductory projects (sensors and actuators, breadboards and plenty of wires).
I may or may not do hardware projects at hack night, but there are usually a few people who do; you are welcome to use my gear, and use this ticket to discuss teaming up together.
There are endless free project tutorials on the web and I have a few intro guide books I can share with you as PDFs too. Some great places to start if you're beginning:
The text was updated successfully, but these errors were encountered: