Connect raspberry pie to Microsoft cloud Azure IoT Hub in 30 minutes and show the data as a visual chart

Raspberry pie is a necessary toy for many hands-on people. In this section, let's take out raspberry pie, connect it to Microsoft cloud Azure's IoT Hub in 30 minutes, and then visualize the temperature and humidity curve. More content, please pay attention to the public number "cloud computing actual combat". For the complete operat ...

Posted by hakhaimo on Wed, 15 Jan 2020 05:36:38 +0100

android Bluetooth printing

Bluetooth connection of mobile phone uses Jiabo printer (ZH380) Bluetooth privileges <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH" /> android 6.0 and above also need to add location permission <uses-permission android:nam ...

Posted by ankurcse on Mon, 06 Jan 2020 13:16:58 +0100

Message push using the Alliance

Integrate: 1: first, go to his official website to register an account of the alliance. Transfer gate: Official website of the Alliance Then use it now to create a new app: the name of the app you created is the same as the name on your project. Be sure to write the package name correctly. The package name is the packag ...

Posted by sbarros on Thu, 02 Jan 2020 03:12:23 +0100

Getting started with ArcGIS Runtime SDK for Android (24): temporal data query

The temporal Query function is to retrieve the time information stored in the element table through the time range set by the user, so as to obtain the operation of elements in a specific temporal range. In this case, taking typhoon data as an example, the temporal Query conditions are constructed through the set time range, th ...

Posted by Darklink on Mon, 30 Dec 2019 19:11:24 +0100

Qt writing security video monitoring system 21 camera management

I. Preface Camera management is the core of the database in the whole system. Only when the camera information is added can it be loaded and a tree list be generated. The field content of the camera table information has been changed several times and may need to be modified later. At present, the camera table information mainly includes camera ...

Posted by raquelzinha on Sun, 29 Dec 2019 09:04:50 +0100

The pit encountered by android integration sharesdk cannot return to app, etc

After sharesdk integration, I encountered a problem sharing to wechat and friends circle. When I clicked back, I found that I couldn't go back to the app private void sharedToThirdPlatform() { OnekeyShare oks = new OnekeyShare(); //Close sso authorization oks.disableSSOWhenAuthorize(); // Ti ...

Posted by Thikho on Tue, 10 Dec 2019 18:14:37 +0100

React native integrated alliance push

The company used it when developing the app, but the official documents of Youmeng are vague; roughly sort out the processing process from integrating Youmeng push to opening push message; if there is any inappropriate processing, please correct!!!! Integrated push function The alliance pushes the official document react nati ...

Posted by PcGeniusProductions on Tue, 10 Dec 2019 08:21:48 +0100

How to get screen size in pixels in Android

I've created some custom elements that I want to programmatically place in the top right corner (top edge n pixels, right edge m pixels). Therefore, I need to get the screen width and height, and then set the position: int px = screenWidth - m; int py = screenHeight - n; How do I get screen width and screen height in the main activity? ...

Posted by dmcentire on Fri, 06 Dec 2019 01:37:48 +0100

How to use Android Bluetooth 2.0:

Copyright notice: This is the original article of the blogger. It can't be reproduced without the permission of the blogger. https://blog.csdn.net/u010046908/article/details/50610297 How to use Android Bluetooth 2.0 1.Android operation Bluetooth 2.0 use process (1) fi ...

Posted by rune_sm on Wed, 04 Dec 2019 12:24:57 +0100

Share the SDK of cloud function short message platform developed by TCB router

In the last article, we shared how to use the cloud function to develop hazelnut SMS( http://smsow.zhenzikj.com)SDK, due to the limitation of wechat on the number of unpaid cloud functions, this method has defects. After improvement, TCB router is used as the route, so only one cloud function needs to be integratedDownload sdk and demo: http:/ ...

Posted by fahad on Wed, 04 Dec 2019 09:30:31 +0100