Most voted "iot" questions
12 questions
Sort by count of
-
16
votes2
answers590
viewsWhat does Iot mean in the context of development?
Today only talk about Internet of Things. I understand that this is the use of the Internet in various devices. The idea is that any object can connect to the internet and benefit from this.…
-
4
votes1
answer59
viewsWhat is Fog Computing?
What would be this term Fog computing (also known as fog or fog computing) that is used in some Iot projects?
-
3
votes0
answers22
viewsWhat is Edge Computing?
What would Edge Computing be? How does it relate to Industry 4.0 and Cloud Computing?
-
2
votes1
answer130
viewsWhat is Smart Digital Mesh (Digital Mesh)?
Simply and objectively, what would be this term that many say is a trend in the area of information technology?
-
1
votes1
answer36
viewsApp UWP connects SQL Server 2012 without Webservice?
I need to develop a UWP application in C#/XAML for use in the industry for data collection via Lumia 640 XL cell phone with Windows 10 Mobile. All persistence (CRUD) will be in SQL Server 2012 in…
-
1
votes0
answers67
viewsDecode Qrcode
I’m studying a little Iot and I’m trying to create a "door opener" by Qrcode(when someone shows a Qrcode to camera, it will identify and open the door) But the camera I have at home is a Logitech…
-
1
votes1
answer51
viewsError: android.widget.Linearlayout cannot be cast to android.widget.Gridlayout
I’m trying to make an android app that lists the components coming from the bank. The error is as follows: Androidruntime: java.lang.Classcastexception: android.widget.Linearlayout cannot be cast to…
-
0
votes0
answers78
viewsKeep Adnroid connected to ESP8266 as access point
First of all all the code works perfectly on any phone that uses an android version prior to Lollipop. From it to the most recent is that the problem occurs. What happens is that my app connects…
-
0
votes1
answer70
viewsUWP application run sequence of videos in Mediaelement coming from a List<string>
I’m using the Media Element in an application UWP to run a sequence of videos, as I do for when one video ends the other runs in sequence? In the code below when the first video of…
-
0
votes1
answer31
viewsShodan implementation(Api) No return result
Good afternoon. So people are doing a test with Shodan to implement in another program. However when I type $:python python_test.py.py + ip or query It does not display the result and rtorna to the…
-
0
votes0
answers27
viewsI would like to make a relational query with sequelize type right Join
I need to perform this type of query with sequelize, for a specific data return. "SELECT p.id, p.nome , p.numero_face, zp.zona_id from pessoa as p right join zona_pessoa as zp on zp.pessoa_id = p.id…
-
-1
votes1
answer39
viewsReact-Native with 3D Animation | sensor accelerometer
all right? I’m starting a very unusual React-Native project involving React-Native and 3D sensors. I have an accelerometer, motion sensor, which is attached to strategic points of the human body.…