bluetoothctl
agent on
scan on
pair ADDR
info ADDR
rfcomm bind /dev/rfcomm0 20:15:03:31:24:20
echo hi | /dev/rfcomm0
| #!/usr/bin/env python3 | |
| import subprocess | |
| import shlex | |
| import os | |
| import threading | |
| import socket | |
| import sys | |
| import re | |
| import base64 | |
| from Crypto.Util.Padding import pad, unpad |
| .pagination > .pagination-control > .control-box { | |
| -fx-spacing: 1; | |
| } | |
| .pagination > .pagination-control > .control-box > .number-button, | |
| .pagination > .pagination-control > .control-box > .bullet-button, | |
| .pagination > .pagination-control > .control-box > .left-arrow-button, | |
| .pagination > .pagination-control > .control-box > .right-arrow-button { | |
| -fx-background-insets: 0, 1; | |
| -fx-background-color: rgb(240, 240, 240); |
| package at.ac.tuwien.inso.sepm.ticketline.client.rest.implementation; | |
| import com.fasterxml.jackson.annotation.JsonCreator; | |
| import com.fasterxml.jackson.annotation.JsonIgnore; | |
| import com.fasterxml.jackson.annotation.JsonIgnoreProperties; | |
| import com.fasterxml.jackson.annotation.JsonProperty; | |
| import org.springframework.data.domain.PageImpl; | |
| import org.springframework.data.domain.PageRequest; | |
| import org.springframework.data.domain.Pageable; |
| class MultiArray { | |
| /* | |
| Aufgabe: | |
| Methoden zur Manipulation eines zwei-dimensionalen Arrays, interpretiert | |
| als Matrix (mit Zeilen und Spalten). | |
| Ergänzen Sie fehlende Teile der Klasse entsprechend den Kommentaren | |
| an den mit TODO gekennzeichneten Stellen. | |
| Sonstige Anforderungen: Die Verwendung der Klasse 'String' oder 'StringBuffer' | |
| ist nicht erlaubt. |
| #include <Wire.h> | |
| #include <Adafruit_BMP085.h> | |
| #include "Adafruit_SI1145.h" | |
| #include "SI7021.h" | |
| #include <DHT.h> | |
| #define FANPIN 6 | |
| #define DHTPIN 2 | |
| int fanState = 1; |
| const int R8 = 7; // top left | |
| const int R4 = 6; // top right | |
| const int LEDR = 8; | |
| const int LEDG = 10; | |
| const int LEDB = 9; | |
| void setRGB(int r, int g, int b) { | |
| digitalWrite(LEDR, r); | |
| digitalWrite(LEDG, g); |
bluetoothctl
agent on
scan on
pair ADDR
info ADDR
rfcomm bind /dev/rfcomm0 20:15:03:31:24:20
echo hi | /dev/rfcomm0
| #include <math.h> | |
| #define a 1915 | |
| #define d 1700 | |
| #define e 1519 | |
| #define f 1432 | |
| #define g 1275 | |
| #define a 1136 | |
| #define b 1014 | |
| #define C 956 |
| filename: /lib/modules/3.18.8-1-ARCH/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko.gz | |
| firmware: htc_9271.fw | |
| firmware: htc_7010.fw | |
| description: Atheros driver 802.11n HTC based wireless devices | |
| license: Dual BSD/GPL | |
| author: Atheros Communications | |
| srcversion: FFDC0522A2A7173FD414686 | |
| alias: usb:v0CF3p20FFd*dc*dsc*dp*ic*isc*ip*in* | |
| alias: usb:v04DAp3904d*dc*dsc*dp*ic*isc*ip*in* | |
| alias: usb:v0411p0197d*dc*dsc*dp*ic*isc*ip*in* |
| date,lat,lon,alt,epx,epy,apv,temperature,pressure,humidity,light,ir_light,uv_light,mq3,mq135,mq7,mq4 | |
| 1433891449684,,,,,,,,,,,,,31,41,69,34 | |
| 1433891449894,,,,,,,27.8,1006.78,,,,,31,41,69,34 | |
| 1433891450095,,,,,,,27.8,1006.78,,,,,31,41,69,34 | |
| 1433891450296,,,,,,,27.8,1006.83,,,,,31,41,69,34 | |
| 1433891450497,,,,,,,27.8,1006.82,,,,,31,41,69,34 | |
| 1433891450699,,,,,,,27.8,1006.82,,,,,31,41,69,34 | |
| 1433891450901,,,,,,,27.8,1006.73,,,,,31,41,69,34 | |
| 1433891451266,,,,,,,27.8,1006.73,,,,,31,41,69,34 | |
| 1433891451523,,,,,,,27.8,1006.89,,,,,31,41,69,34 |