IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
User avatar
Sam43054
 
Posts: 54
Joined: Tue Jul 12, 2016 10:13 am

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by Sam43054 »

A board I would like to see you add: A Feather wing with a MOSFET for driving much larger voltages — maybe a 12v siren ~~1 Amp

User avatar
Sam43054
 
Posts: 54
Joined: Tue Jul 12, 2016 10:13 am

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by Sam43054 »

How about a IFTTT NOTICE if someone logs in— could be useful in knowing of your password has been “hacked” / Compromised

Or —

Every user has a feed that is simply a log in counter and then write Adafruit IO code to see if the number advanced

User avatar
cjdshaw
 
Posts: 59
Joined: Mon May 08, 2017 4:04 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by cjdshaw »

I'd love another attribute for each feed data value called "colour" (or "color" if you must). Then I could have a graph change colour if it went above or below a certain value. Important updates on a feed could be in red. There could be a colourchange command in triggers so I could make a slider automatically change colour if it went above a threshold. So many possibilities...

User avatar
cjdshaw
 
Posts: 59
Joined: Mon May 08, 2017 4:04 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by cjdshaw »

Also, an intermediate subscription tier. I’ve used all 10 of my feeds, but I can’t really justify $99 a year for IO+. I’d pay, say, $25 for 25 feeds though

User avatar
adafruitguy
 
Posts: 206
Joined: Sat Jun 07, 2014 7:52 am

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by adafruitguy »

Now that data storage boosts are available for purchase, please need: Line Chart histogram options that are longer than 30 day.

User avatar
cjdshaw
 
Posts: 59
Joined: Mon May 08, 2017 4:04 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by cjdshaw »

An iOS app which lets us assign a dashboard as an iOS widget. That way, we could monitor and control our IoT devices directly from the lock screen!

User avatar
geotek
 
Posts: 65
Joined: Thu Mar 07, 2013 1:39 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by geotek »

Greetings
I want to thanks Adafruit and Lady Ada for setting up the Adafruit Internet I/O learning section.
I would like to see some examples of using air quality sensors and raspberry pi - and how to send data to the Adafruit Internet I/O feeds to display data
Thanks
Tom

jdoscher
 
Posts: 124
Joined: Tue Jul 22, 2008 12:36 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by jdoscher »

First of all, the work that the team is doing around Adafruit IO is awesome- there's nothing like it for hobbyists and small businesses. AIO is also extremely friendly to use compared to other services, and it's not only because of the awesome code, but the detailed guides that give people working examples.

With that said, here are some suggestions:
-Smaller display elements to let us make more dense dashboards. Examples include label-free elements where you can mouse-over and see a label, but none is shown by default. This should allow for graphical elements to scale smaller.
-Smaller display elements like a thermometer, where all that's needed is if a temperature or gauge is above, below, or within limits. It could be a simple column bar with the same color elements as the gauge.
-Spacing elements- bars, dividers, and spaces to allow for visual breakup without just leaving a gap.
-The ability to embed an element in a different website/page, with a clickthough URL back to a dashboard. This would let me show off a metric without someone having to leave the page they're reading.
-Probably already requested somewhere else, but the ability to manually set element colors like the bar colors or text color. This helps align with the embedding request above.

Bug fixes
-When a dashboard is made public, it makes the feeds public too as expected, but the icon for those feeds still shows the lock. The feeds are public as expected though.
-When using very high resolution displays like 4K monitors, the layout goes a little crazy on very wide displays, moving around elements rather unpredictably.

User avatar
brubell
Learn User Page
 
Posts: 2010
Joined: Fri Jul 17, 2015 10:33 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by brubell »

geotek wrote:Greetings
I want to thanks Adafruit and Lady Ada for setting up the Adafruit Internet I/O learning section.
I would like to see some examples of using air quality sensors and raspberry pi - and how to send data to the Adafruit Internet I/O feeds to display data
Thanks
Tom
You may want to check out this guide:
https://learn.adafruit.com/adafruit-io- ... ty-monitor

User avatar
cstanke
 
Posts: 71
Joined: Thu Jul 10, 2014 8:18 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by cstanke »

Remove all data points from feed (clear feed).

I don't think this is possible currently, and removing a lot of them one-by-one via the website or programmatically quickly gets you throttled for too much activity. A feed that used to be a test feed might become a "production" feed and it'd be nice to just clear out old (possibly irrelevant or incompatible data) rather than delete the feed and create a new one (which I believe removes the associated dashboard widget and forces you to create a new widget, reconfigure its settings, and reposition it on the dashboard). If you don't want to allow it programmatically, at least facilitate it while logged into the IO website.

User avatar
lenshustek
 
Posts: 18
Joined: Mon Nov 10, 2014 1:03 am

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by lenshustek »

It would be great to have a version of the AirLift ESP32 coprocessor board (product 4201) with the U.FL external antenna connector. My project requires that all electronics be shielded in a metal box because it's right next to an electrically noisy high-current multi-kilowatt generator transfer switch.

But thanks to Adafruit's posting of the CAD design files, I had a workaround. I ordered blank boards ($9 for 5 boards from JLCPCB), and all the components from Mouser including the external antenna version of the ESP. Soldering (manually, with paste and a hot-air rework station) pushed my assembly skills to the limit, but it works fine. I also had to flash it with the Adafruit firmware because I'm using WiFiNINA library. (That library, incidentally, has a raft of problems for high-reliability real-time systems, but that would be the subject for a different post.)

Photo attached; sorry it's blurry on the left side.

No, I'm not accepting orders...
Attachments
AirLift_external_antenna.jpg
AirLift_external_antenna.jpg (740.99 KiB) Viewed 1643 times

User avatar
brubell
Learn User Page
 
Posts: 2010
Joined: Fri Jul 17, 2015 10:33 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by brubell »

Sweet board!
(That library, incidentally, has a raft of problems for high-reliability real-time systems, but that would be the subject for a different post.)
I'm very interested in hearing the issues you've had with nina-fw and WiFi-nina. Could you make another post (in this forum)?

User avatar
lenshustek
 
Posts: 18
Joined: Mon Nov 10, 2014 1:03 am

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by lenshustek »

I'm very interested in hearing the issues you've had with nina-fw and WiFi-nina. Could you make another post (in this forum)?
Ok, here are a few notes of difficulties I've had in getting Airlift to work in a realtime control system. I don't know which of these are issues with the WiFiNINA library running on the Arduino (Teensy 3.5 in my case) and which are problems with the firmware in the ESP32.

- Calls to client.write() are unreliable for large transfers. You need to break them into small (500 byte?) chunks and delay some magic amount (10 msec?) between sends. Otherwise it returns "0 bytes sent" and terminates the connection. See viewtopic.php?f=63&t=155097.

- As a server it won't accept two simultaneous TCP connections on different source ports from the same client, which is what the Chrome browser routinely does in order to pipeline image transfers. See https://arduino.stackexchange.com/quest ... ions/68231

- After a successful connection with WiFi.begin(), you have to delay some magic amount (250 msec seems to work most of the time, 100 msec doesn't) before attempting any operations.

- WiFi.begin() (and maybe other calls?) are blocking and can delay for as long as 60 seconds before returning, which makes it impossible for other processing to be going on in the meantime unless it is interrupt-driven. It could instead return a "busy" status (maybe WL_IDLE_STATUS) so that WiFi.status() can be polled to determine when the long-duration request is done.

- There are some internal error states -- I don't understand them well enough to be specific -- where the only way to make progress is by resetting the chip using the RST line.

There might be a couple of others that I'll remember at some point...

User avatar
Hasan4440
 
Posts: 6
Joined: Tue Dec 03, 2019 10:46 am

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by Hasan4440 »

I want to know how to run a digital relay from a phone to a Bluetooth speaker to another device to make it vibrate.

User avatar
DevilWAH
 
Posts: 20
Joined: Mon Dec 02, 2019 5:06 pm

Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS

Post by DevilWAH »

The ability to copy the full screen dashboard view as a URL.

I can see how to do this but would be really nice for making display panels such as using a raspberry pi, running a browser in a Kiso mode.

Along with this it would be nice to be able to create a "Block" that is just a button link to another dashboard.

My example is I have feeds coming from fish tanks of temperature, time, lights, etc.

The main dashboard simply displays status and alarms. but a second dashboard I am creating can turn off and on lights and change schedules. IT would be nice on my Pi which has a touch screen to have it display all the tanks temps, but be able to click through to the setting dashboard to make changes.

If you could copy the "full screen" link for a dashboard and link between dashboard, it would make it really straightforward to create basic control / monitoring platforms out of the box.

OH i forgot to say this is a great site and really simplifies things for people not wanted to get caught up in the details of setting up messaging services and dashboards from scratch.

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”