The documentationt only shows heartbeat, timer, and morese code. I want to make the LED blink whenever it gets a request from my flask server. I tried netdev
but that doesn't appear to make it blink at all.
dmynerd78
@dmynerd78
Best posts made by dmynerd78
-
What do all of the LED Trigger Modes do?
-
Connecting an LED Strip to an Omega2+
Hello, I'm trying to figure out how I can control an LED Strip using my Omega2+. I'm using this (https://www.amazon.com/dp/B06ZZLHYB2/) LED strip. I understand that you need to ground R to get red, B to get blue, etc. but how would I connect this to be controlled by my Omega2+'s GPIO headers?
Also is there a way to power the LED strip's 5V rail with the onion? I don't think it's possible since it only outputs 3.3V and I'm not sure what the resistance of the LED strip is. If I can't I could probably just use another usb just for power. I have to use USB to power the dock/Omega anyways so I could probably split power from that.I have an Omega2+ as well as the Expansion Dock. I'm still really new to IoT and Linux so sorry if please bear that in mind when answering
Latest posts made by dmynerd78
-
Connecting an LED Strip to an Omega2+
Hello, I'm trying to figure out how I can control an LED Strip using my Omega2+. I'm using this (https://www.amazon.com/dp/B06ZZLHYB2/) LED strip. I understand that you need to ground R to get red, B to get blue, etc. but how would I connect this to be controlled by my Omega2+'s GPIO headers?
Also is there a way to power the LED strip's 5V rail with the onion? I don't think it's possible since it only outputs 3.3V and I'm not sure what the resistance of the LED strip is. If I can't I could probably just use another usb just for power. I have to use USB to power the dock/Omega anyways so I could probably split power from that.I have an Omega2+ as well as the Expansion Dock. I'm still really new to IoT and Linux so sorry if please bear that in mind when answering
-
RE: Where I can buy onion omega 2?
The onion.io homepage shows the indiegogo campaign. Here's the link: https://www.indiegogo.com/projects/omega2-5-linux-computer-with-wi-fi-made-for-iot
-
What do all of the LED Trigger Modes do?
The documentationt only shows heartbeat, timer, and morese code. I want to make the LED blink whenever it gets a request from my flask server. I tried
netdev
but that doesn't appear to make it blink at all. -
RE: Sill no SD Card
The SD card mounts at
/dev/mmcblk0p1
for me. I usually mount it at/mnt/mmcblk0p1
and it works.