Using sms module and Bluetooth module in ionic

Hi, i am david we are undergoing to our thesis and we want to build a mobile app for egg monitoring with arduino based bluetooth module and sms module. Thus we need to create an app that can send sms to customers via the sms module of arduino and using bluetooth as a connection bridge to communicate to the arduino. Can somewho have an idea or techniques to program it to send customize text message coming from.the arduino

SMS and Bluetooth are native functionalities, so you will need plugins for that. Assuming you’re using Capacitor, there is a Bluetooth Low Energy plugin in the Capacitor Community organization (I’m the author of that plugin). For SMS, you could try this plugin for example (I have never used it), if you want to send SMS from your app. I’m not sure I fully understand the idea of the app though.