Interfacing Access With Arduino Device

  • Thread starter Thread starter Deleted Bruce 182381
  • Start date Start date
D

Deleted Bruce 182381

Guest
I have been working on my pet project of building an Arduino based IoT healthcare device that integrates with an Access app and wondering if anyone here has done this type of integration.
 
Other thread deleted
 
It depends on how you connect the Arduino board to the outside world
If you connect via Wi-Fi and associate a fixed IP address with the board, the board effectively becomes a web server, which you can query from Access with an HTTP GET request
Better still, if you install an MQTT client on the Arduino board, you can install Mosquitto on the PC where Access is installed (may be other pc in lan), and from Access code you can send and receive MQTT commands
The key is to understand how the Arduino board can communicate with the outside world
Once that's defined, you can then check how to get Access to communicate with the board
What board do you have exactly?
 
Any news on Arduino <- > Access communication?
 
Thanks, but I have to stay within the Arduino ecosystem since the REST API SDK is used for communication with the IoT devices registered on the Arduino Cloud Platform.
I'm not suggesting you try what was described.

I'm suggesting that, since you are embarking on a new direction of development, there might be useful information available in that discussion regarding interactions with IoTs.
 

Users who are viewing this thread

Back
Top Bottom