Category "communication"

How to be sure that the communication between the Arduino M0 and the SIM900a is done

I wrote this few lines to make the test of communication between Arduino M0 and Sim900a but in the serial Monitor there is no result afferming that the communic

How to send my data from Arduino to my computer through the ports?

I am generating random data on an Arduino that stays connected to my computer and I would like to transfer this data to a local database on my computer or to a

Fetching data from websocket to react

I'm relatively new to React, and am looking to combine my React application with a websocket connection. I'm able to establish a connection via the websocket co

Communicate two views with one controller in AngularJS

I'm using UI-Router for Angular and I have separated views for my app: sidebar and main. Now i need to change some class in main view after some action that doe

Sending string using i2c commuication on two arduino micro-controller

i am using two arduino mcu to connect two lines of LED-matrix display. I tried using i2c communication to connect a master mcu (which controls the first line of

Creating packet sniffer in c++

I have before created a simple packet sniffer using python, with the following code: import socket import os import time host = "192.168.0.164" if os.name ==