This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="jp.eguchi.android.androidthingstest5"> | |
<uses-feature android:name="android.hardware.usb.host"/> | |
<application> | |
<uses-library android:name="com.google.android.things" /> | |
<activity android:name=".MainActivity"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="jp.eguchi.android.nfc_writer"> | |
<uses-permission android:name="android.permission.NFC" /> | |
<uses-feature android:name="android.hardware.nfc" android:required="true" /> | |
<application | |
android:allowBackup="true" | |
android:icon="@mipmap/ic_launcher" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="jp.eguchi.android.androidthingstest4"> | |
<uses-feature android:name="android.hardware.bluetooth_le" /> | |
<uses-permission android:name="android.permission.BLUETOOTH" /> | |
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> | |
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="jp.eguchi.android.androidthingstest3"> | |
<uses-permission android:name="com.google.android.things.permission.USE_PERIPHERAL_IO"/> | |
<application> | |
<uses-library android:name="com.google.android.things" /> | |
<activity android:name=".MainActivity"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Wio LTE用 PUSH-WIO用のコード | |
// Programed by Kazuyuki Eguchi | |
// Serial端子に、秋月GPSGROVE - 4ピン-ジャンパメスケーブル 20cm経由で接続 | |
// D38端子に、Grove Button(P)を接続 | |
// TinyGPSPlus 1.0.2 http://arduiniana.org/libraries/tinygpsplus/ | |
#include <WioLTEforArduino.h> | |
#include <TinyGPS++.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- START --------------------------------------------------- | |
### ## Power supply ON. | |
### Turn on or reset. | |
--- START --------------------------------------------------- | |
### I/O Initialize. | |
### Power supply ON. | |
### Turn on or reset. | |
### Connecting to "soracom.io". | |
### Setup completed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// M5STACK(ESP32)向け BLE MIDI | |
// Programed by Kazuyuki Eguchi 2018/04/24 | |
#include <M5Stack.h> | |
#include <BLEDevice.h> | |
#include <BLEUtils.h> | |
#include <BLEServer.h> | |
#define MIDI_SERVICE_UUID "03b80e5a-ede8-4b33-a751-6ce34ec4c700" | |
#define MIDI_CHARACTERISTIC_UUID "7772e5db-3868-4112-a1a9-f2669d106bf3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// M5STACK(ESP32)でiBeaconを受信してみる | |
// 2018/04/22 Programed by Kazuyuki Eguchi | |
#include <BLEDevice.h> | |
#include <BLEUtils.h> | |
#include <BLEScan.h> | |
#include <BLEAdvertisedDevice.h> | |
int scanTime = 10; // スキャン完了までの秒数 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uncomment the next line to define a global platform for your project | |
# platform :ios, '9.0' | |
platform :ios, '9.0' | |
target 'Test Mamorio' do | |
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | |
use_frameworks! | |
# Pods for Test Mamorio | |
pod 'MamorioSDK', :git => 'https://github.com/otoshimono/mamorio-sdk-ios-bin.git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-11-08 18:49:38.074386+0900 TestNFC[4847:694798] refreshPreferences: HangTracerEnabled: 0 | |
2017-11-08 18:49:38.074420+0900 TestNFC[4847:694798] refreshPreferences: HangTracerDuration: 500 | |
2017-11-08 18:49:38.074431+0900 TestNFC[4847:694798] refreshPreferences: ActivationLoggingEnabled: 0 ActivationLoggingTaskedOffByDA:0 | |
didDetectNDEFs | |
01:27:00:54:f2:e8:88:db | |
3 | |
goo.gl/OmhbM | |
didDetectNDEFs | |
04:6f:f3:c9:b7:02:80 | |
5 |
NewerOlder