Circuit Diagram and Arduino Coding

I am making a smart wearable without a display that will show all the data through an app. I have chosen these sensors and I need help(Circuit Diagram) and recommendations to build the prototype of my project

MAX30102
MPU-6050 6DOF
TSL2561
BMA456 or LIS2DH12
NEO-6M GPS Module or u-blox NEO-M8N
BMP280
DHT22
ESP32
Integrated power management
(GNB 3.7V 500mAh LiPo Battery (GNB753048))

Are you expecting somebody draw it for you?

BTW, welcome to the forum !

Hello arnav0101

Welcome to the worldbest Arduino forum ever.

You might drop your service request here:

1 Like

Coding
Your wearable seems quite involved with lots of stuff. If you are new to this Arduino world, I suggest that you take it one step at a time.

Connect one of your sensors to the ESP and write code for it; I guess that for most (or maybe all) of them you can base it on library examples. Get familiar with the sensor and code, understand the examples / your code etc.

Next do the same for the next sensor in your list.

Once you understand it all, start combining. Use two sensors and combine the code, test properly. Add the third sensor, add the code for it, test properly. Etcetera.

Circuit diagram
I suggest that you start drawing your schematic as you see how it should be and present it here; you can use pencil and paper, take a photo of it and include in a post. That way you can get feedback from the experienced hardware engineers.

1 Like

This appears where somebody got a bunch of interesting parts and now wants to connect them. The proper way is do the design first then pick the parts and check if they will do what you want. They have data sheets telling you this.

1 Like

To save each of us looking up the many parts you have selected perhaps you could provide links?

And I'd suggest you read this

Even if someone does all the work for you you will still need to understand how it all works; s

As @sterretje has already said, you need to take one step at a time, and there are plenty of examples you can follow.
Circuit diagram

These seem to have the same function. Why do you want both?

You can replace these two with BME280

ya if anyone can help me with the circuit diagram and coding part it will be helpful.

Thanks

Yes i am from CSE background but i have integrated esp8266 and max30102 with blynk iot app but i need someone who can help me out in the whole sensors integration

i will look into it

Thanks for this

This could be how you start a schematic.

Note that I did not pay attention to different Vcc voltages; you did not specify if you're going to use ICs or modules so it's up to you. The datasheet of the MAX30102 specifies 2V max, the BMP280 is max 3.3V. Not likely that you will use the same Vcc.

You did not mention which controller you're gonna use. For wearable projects, Arduino Lilypad or Adafruit Floara will be good.

@barshatriplee
There is an ESP32 in the list in the opening post.

Thanks

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