Use EXPO develop app to connect with hardware?

Can we use EXPO to develop APP to connect with hardware through WI-FI? The APP should keep connect with the hardware and can control the hardware. Can it do this?

It depends on what APIs you need. The best way to determine this is to look at the interface your hardware provides – if it’s just local HTTP(S) requests, you can use Expo. If you need something more intricate like direct TCP/IP, UDP/IP, or another protocol, you’d need to detach.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.