IoT: What do you do with it?

KMatle

Expert
Licensed User
Longtime User
So what do you do with your RaspBerries & Co except lightning some led's?

I've got 3 RB 2:

One for some experiments (B4J -> GPIO, LCD, HttpUtils, RSA, MySql, WIN10). One for an Apache installation with MySQL and the last for a MediaBox.
 

ilan

Expert
Licensed User
Longtime User
I have 1 and i use it to hold my coffe cup.
i do nothing with it, have no time and also dont know what i could do with it. I would like to build my own ftp server but dont know how to do that
 

Cableguy

Expert
Licensed User
Longtime User
I have 1 rpi2B, running as a simple NAS, Webserver, an un-used UNO clone, and 2 IO-IOs, which I tinker a bit
 

Beja

Expert
Licensed User
Longtime User
I never worked with RB but I will study it's functions and i/o ports.. if feasible and more economic than designing a controller fro scratch then I will use
it in mobile devices and embedded computer.
 

KMatle

Expert
Licensed User
Longtime User
RB ist good for many things. It's very fast, small, stable, etc.


What I've done so far, too:

- Using it as an Apache server with MySQL (works great and fast as an inhouse solution). To keep it running a longer time, an external drive (ssd/hd) is needed because a sd-card gets corrupted/broken easily after a long period of reads/writes (-> database).

- B4J-non-ui-apps are great. LCD/GPIO's work like a charm. I'm using httputils (via php/MySQL) to control it. Better than some sockets because you can use it over the www (if you have a hosted site). All functions like encryption are supported. Nice.

- B4J-UI: Well... Since Oracle has removed JFX we can only use some ARM image. And it's not that optimal

- WIN10: My Wifi adapter isn't supported so I had to use a LAN cable. The device is found by Visual Studio and the debugger pushes the app to the RB. I didn't try some higher functions (like encryption) but it's very slow and not that comfortable. I don't know if Microsoft is really interested in the RB. However.

Summary:

For non-ui apps B4J is the best solution for the RaspBerry. No other solution comes even close (except you want to use Python or any other language). Existing code can be reused. And... it's as fast as on your PC...
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…