Scripting languages are for large computers, right? “Real” embedded device work is a hellish, never-ending cycle of code, compile, and re-flash. Well, I used to think so too, but with the ...
Raspberry Piは色々な楽しみ方が出来る素敵なミニPCです。趣味だけでなく産業的にも3Dプリンタやロボットなど様々な物に搭載されています。ネットワーク接続も可能で、有線LANでもOKですしWiFiも搭載されています(※ラズパイの機種によります)。 とすると ...
前回Raspberry Pi上で動くソケット通信の受信側アプリをPythonで作りました: 今回は送信側です。一応前回の記事を一通り見て頂いた前提になっておりますので、まだの方は是非ご一読を。 Pythonでの送信側プログラム 送信側(クライアント)の場合、socket ...
ImportError: cannot import name 'wrap_socket' from 'ssl' (/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/ssl.py): File "/opt/hostedtoolcache/Python/3.12.0/x64 ...
This code is basically an example of how to connect a [esp8266] (https://en.wikipedia.org/wiki/ESP8266) (or another one in the family, with wi-fi) to a computer or ...