Yay!! Cool!
Daniel Sitnik
@Daniel Sitnik
Best posts made by Daniel Sitnik
-
RE: Node.js and OLED expansion
In the meantime you can install node through opkg and drive the display/led through the shell commands. Check this for a reference.
Not the best solution but for now it works.
-
RE: The Onion Roadmap
Great to finally see a public roadmap of when we can expect features to be released.
This was one of things I asked in the survey. -
RE: Onion Cloud available?
I'd like to know as well. The last comment from Boken stated they needed 2-3 weeks, and this was already 2 months ago!
-
RE: Control of mosquitto/MQTT
@Matt-Ogborne check this topic, it has a precompiled executable to read data from DTH11/DHT22 in the Omega.
-
RE: Firmware 007: A License to Node
Finally!! This is some great news!
I was starting to get a little worried because as a Kickstarter backer I still haven't seen many of the things that were promised during the campaign. Even things like the Cloud and App Store that were supposed to be released in February (as stated in many topics in this forum) are still unavailable.
But this nodejs 4.3 and npm support is surely great!
Can't wait to do some tests with Blynk now.Keep up the good work guys.
-
RE: International shipment | customs | taxes
That was me. Indeed I got the Omega + expansion dock + oled display and was not charged any extra taxes.
I remember the 3 little boxes came all in a small envelope but I don't remember what was written on it. I have an order placed for the BLE and GPS expansions, let's see how that goes.
-
RE: Send mail
I have not tested this, but did you try with TLS and 587 port?
server = smtplib.SMTP('smtp.gmail.com', 587) server.starttls() server.login("your.email@gmail.com", "PASSWORD") msg = "YOUR MESSAGE!" server.sendmail("SENDER ADDRESS", "RECIPIENT ADDRESS", msg) server.quit()
Latest posts made by Daniel Sitnik
-
RE: The Onion Roadmap
Great to finally see a public roadmap of when we can expect features to be released.
This was one of things I asked in the survey. -
RE: Onion Cloud available?
I'd like to know as well. The last comment from Boken stated they needed 2-3 weeks, and this was already 2 months ago!
-
RE: Blynk - How do we install the library?
I still can't use Blynk on the Omega, even with the latest opkg nodejs package.
I have installed Blynk through NPM in another machine and just copied over the node_modules folder to the Omega.
When trying to run a simple script I get an error when it's trying to connect to the blynk cloud:events.js:146 throw err; ^ Error: Uncaught, unspecified "error" event. (ENOTFOUND) at emit (events.js:144:17) at Blynk.error (/root/blynk/node_modules/blynk-library/blynk.js:569:8) at null.<anonymous> (/root/blynk/node_modules/blynk-library/blynk.js:532:48) at emitOne (events.js:77:13) at emit (events.js:169:7) at Socket.<anonymous> (/root/blynk/node_modules/blynk-library/blynk-node.js:56:7) at emitOne (events.js:77:13) at Socket.emit (events.js:169:7) at connectErrorNT (net.js:997:8) at nextTickCallbackWith2Args (node.js:437:9)
I manually changed some code in the library to print out the real error and this is what I found:
getaddrinfo ENOTFOUND http://cloud.blynk.cc http://cloud.blynk.cc:8442
I'm guessing it might be related to the problem some people is having when trying to install stuff through NPM.
-
RE: Control of mosquitto/MQTT
@Matt-Ogborne check this topic, it has a precompiled executable to read data from DTH11/DHT22 in the Omega.
-
RE: Firmware 007: A License to Node
Finally!! This is some great news!
I was starting to get a little worried because as a Kickstarter backer I still haven't seen many of the things that were promised during the campaign. Even things like the Cloud and App Store that were supposed to be released in February (as stated in many topics in this forum) are still unavailable.
But this nodejs 4.3 and npm support is surely great!
Can't wait to do some tests with Blynk now.Keep up the good work guys.
-
RE: International shipment | customs | taxes
That was me. Indeed I got the Omega + expansion dock + oled display and was not charged any extra taxes.
I remember the 3 little boxes came all in a small envelope but I don't remember what was written on it. I have an order placed for the BLE and GPS expansions, let's see how that goes.
-
RE: Blynk - How do we install the library?
You could install it on your PC and then transfer the
node_modules
folder over to the Omega.I've done it myself but unfortunatelly it doesn't work. I don't know if it's because of the nodejs version on the Omega or something else, but it doesn't keep the connection with Blynk cloud open. Right now it's pretty much useless.
-
RE: Default password not working?
@Luciano-S I live in Brazil as well. I was a backer in the Kickstarter campaign, got my Omega with expansion dock + oled display without any problems with customs.
-
RE: How to write code in python and how to get access to app store?
The app store has not been released yet. The Onion guys say it's being tested and will be available soon.