Earlier quoted context omitted.
I JUST started this exact functionality to communicate with a wireless scale, thanks for sharing!
You're welcome, I'm working on some NodeMCU-based designs now, with IR as well.
Raspberry Pi Zero: the $5 computer
501–510 of 521 posts
Re: Raspberry Pi Zero: the $5 computer
#502Earlier quoted context omitted.
Bravo. Even more infantilizing are the electronic kits from http://littlebits.cc .
The weak link is always curriculum. Without a "plan" and mentorship kids learn very little. Sure, they can follow step by step instructions, click things together but they are learning very little. Most kids learn nothing about strength of mechanical shapes by clicking together lego blocks. However, a curriculum that explicitly teaches how different structural shapes behave under various loads does teach them a lot.…
Re: Raspberry Pi Zero: the $5 computer
#503Earlier quoted context omitted.
You're welcome, I'm working on some NodeMCU-based designs now, with IR as well.
So, where's the Show HN? ;).
I'm pretty disheartened, I'll try some more and either succeed or go back to an Arduino over serial... Do you have any experience with making it not crash?
Re: Raspberry Pi Zero: the $5 computer
#504Earlier quoted context omitted.
So, where's the Show HN? ;).
Man, I spent all day yesterday trying to reimplement the sensor for the ESP8266, as I thought it would be better to have it report over MQTT, but the damn thing keeps crashing in seconds. I literally cannot keep it working for more than a few seconds, no matter what I do. I'm pretty disheartened, I'll try some more and either succeed or go back to an Arduino over serial... Do you have any experience with making it no…
Good luck!
Re: Raspberry Pi Zero: the $5 computer
#505Earlier quoted context omitted.
Man, I spent all day yesterday trying to reimplement the sensor for the ESP8266, as I thought it would be better to have it report over MQTT, but the damn thing keeps crashing in seconds. I literally cannot keep it working for more than a few seconds, no matter what I do. I'm pretty disheartened, I'll try some more and either succeed or go back to an Arduino over serial... Do you have any experience with making it no…
Sadly, my ESP8266 experience is only about to start next week, I'm still abroad. But from the experiences of some of my friends, consider replacing the firmware on the ESP - some units were apparently sold with buggy one that made the module crash after short time. Good luck!
By the way, if you don't want to keep checking the comments, you can follow me on Twitter at @stavros and experience my frustration first-hand. I'll be posting about it there.
Re: Raspberry Pi Zero: the $5 computer
#506Earlier quoted context omitted.
Sadly, my ESP8266 experience is only about to start next week, I'm still abroad. But from the experiences of some of my friends, consider replacing the firmware on the ESP - some units were apparently sold with buggy one that made the module crash after short time. Good luck!
Yeah, I've tried flashing the Arduino firmware (I think it gets flashed every time regardless). I'll keep trying and let you know, thanks! By the way, if you don't want to keep checking the comments, you can follow me on Twitter at @stavros and experience my frustration first-hand. I'll be posting about it there.
Re: Raspberry Pi Zero: the $5 computer
#507I've got three Raspberry Pis. I don't know why. I don't know what to do with them. None of the projects that I've seen have been particularly compelling to me, and I'm not creative enough to come up with a good idea. So they sit on my desk, gathering dust, and act as a conversation piece when friends come over. "That? Yeah, I can build X, Y, or Z." and they say, "oooh, cool" and then I never actually follow through.…
As for hardware projects... I've never had an idea for one I'd actually want or care for. Things like a lightbulb that flashes when you get a tweet, and that reads it out loud when you wave your hand infront of it... pet feeders... etc I can do without. Would be fun to build but I'm so busy these days I can only motivate myself to make time if I like the end product I'm building, too.
Re: Raspberry Pi Zero: the $5 computer
#508Too bad they didn't include camera module connector (CSI). Low-latency hardware-encoded h264 stream from camera is one of the most cool features in RPi platform. The Zero would be great e.g. for FPV fying folks, if it supported camera module. (USB cameras aren't answer here, as they typically don't have low-latency hw-encoding.)
That's a shame. I was wondering if I could use a Pi0 with an old USB camera as a cheap IPCam.
Re: Raspberry Pi Zero: the $5 computer
#509Earlier quoted context omitted.
Yeah, I've tried flashing the Arduino firmware (I think it gets flashed every time regardless). I'll keep trying and let you know, thanks! By the way, if you don't want to keep checking the comments, you can follow me on Twitter at @stavros and experience my frustration first-hand. I'll be posting about it there.
I'm using HN Notify, so I generally get replies straight to my inbox (except some weird bug once that made the service not work for me for like a month or two). But yeah, maybe Twitter is a better place to have real-time updates. Will be following. Thanks :).
Re: Raspberry Pi Zero: the $5 computer
#510Earlier quoted context omitted.
I'm using HN Notify, so I generally get replies straight to my inbox (except some weird bug once that made the service not work for me for like a month or two). But yeah, maybe Twitter is a better place to have real-time updates. Will be following. Thanks :).
I just got it to run, yay! Things are going well, and MQTT functionality has been working well for the past hour. Just checking in :P