Skip to content
YoshihiroOgura edited this page Jul 9, 2020 · 4 revisions

im920s

http://akizukidenshi.com/catalog/g/gM-13566/

文字列送信

UART.new(19200)
while true
  UART.puts("TXDA " + (23).to_s + "\r\n")
  sleep(5)
end

文字列受信

UART.new(19200)
while true
  puts(UART.gets())
  sleep(5)
end

wifiやBluetoothを使用してIOTしたい

今後検証予定(下記モジュールであれば技適取得済み)
Wifi: https://www.switch-science.com/catalog/5795/
Bluetooth: https://www.switch-science.com/catalog/5794/