For those that like video instructions I made a YouTube vid covering how to connect a device to the cloud.
https://www.youtube.com/watch?v=JmjXfLczzjE
Kevin Sidwar
@Kevin Sidwar
Best posts made by Kevin Sidwar
-
RE: Connecting devices to the Cloud
-
RE: Omega Breadboard Adaptor?
As another alternative I've found that the Adafruit Pi Cobbler Breakout fits onto the expansion board and allows you to do a very makeshift breakout to a breadboard. It's actually 4 pins short and doesn't break out the outer 4 pins from the expansion dock but those are all duplicated by other pins that are broken out.
More expensive than some of the other ideas here but if you have some laying around from your Raspberry Pi days like me it works in a pinch.
-
RE: Connecting devices to the Cloud
@Lazar-Demin That's definitely the hardest part about making videos for Omega. It's a rapidly moving target. I think I'll just start saying "This doesn't work right now but by the time you see this video it will likely be fixed." :slight_smile:
-
RE: node.js support
I haven't Just the version that you refer to. From the sound of it the onion team is working on it though. Hopefully not much longer.
Latest posts made by Kevin Sidwar
-
RE: Power Dock
Because it's just OpenWRT I think @Luciano-S is right and feel like other people have successfully used a USB to UART adapter.
-
RE: Omega Breadboard Adaptor?
As another alternative I've found that the Adafruit Pi Cobbler Breakout fits onto the expansion board and allows you to do a very makeshift breakout to a breadboard. It's actually 4 pins short and doesn't break out the outer 4 pins from the expansion dock but those are all duplicated by other pins that are broken out.
More expensive than some of the other ideas here but if you have some laying around from your Raspberry Pi days like me it works in a pinch.
-
RE: Connecting devices to the Cloud
@Lazar-Demin For the button it was probably mentioned the very first time I logged in but until you mentioned it here I wasn't aware that the context was different for every page which is helpful. I thought it was just the one version the first time you logged in. Not sure how to call it out but something to help users know that it's different for every page.
-
RE: Connecting devices to the Cloud
@Lazar-Demin That's definitely the hardest part about making videos for Omega. It's a rapidly moving target. I think I'll just start saying "This doesn't work right now but by the time you see this video it will likely be fixed." :slight_smile:
-
RE: Connecting devices to the Cloud
For those that like video instructions I made a YouTube vid covering how to connect a device to the cloud.
https://www.youtube.com/watch?v=JmjXfLczzjE -
RE: Are there serial pins on the expansion dock?
@Lazar-Demin For anyone that comes along this post later I just want to clarify that the TX and RX for the serial diagram are wrong here. They are correct on the official pinout page.
-
RE: Alternative C++ Code for GPIO Access (now with Interrupts and EXPLED)
@Kit-Bishop Sorry for the radio silence. I just realized tonight that my preferences were set up to NOT email me when mentioned or watching a post (fixed now). I had actually created a Git repo that I was going to transfer over to you but I see that you created one under your account. Awesome work! And sorry again for going silent on this thread.
-
RE: Node.js GPIO Wrapper
Hey @Kit-Bishop , I really appreciate that. Yes, I'd prefer to access the GPIO pins on the level that you do in your C++ code. I've never written a node C extension before but it's very well documented so I'd like to take your code and build the wrapper layer around it. I think it would be amazing. I'm not sure when I'll have time to work on it but if I have any questions about your code I'll definitely reach out and certainly give you full credit in the project for the C code. Thanks again.