Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino selection (or other microcontroller) #5

Open
L4g0 opened this issue Apr 15, 2018 · 11 comments
Open

Arduino selection (or other microcontroller) #5

L4g0 opened this issue Apr 15, 2018 · 11 comments
Assignees
Labels
question Further information is requested

Comments

@L4g0
Copy link
Member

L4g0 commented Apr 15, 2018

We will need an microcontroller small enough to fit in a wrist watch and capable of handling all the I/O need.

@L4g0 L4g0 added the question Further information is requested label Apr 15, 2018
@L4g0
Copy link
Member Author

L4g0 commented Apr 15, 2018

@L4g0
Copy link
Member Author

L4g0 commented Apr 15, 2018

@L4g0 https://forum.arduino.cc/index.php?topic=432323.0
https://www.google.es/amp/s/amp.reddit.com/r/arduino/comments/43uzz8/what_is_the_smallest_possible_bluetooth_capable/

Aquí dan un par de opciones que parecen viables también, aunque por lo que veo la gente usa bastante la primera que pasé

@David-Estevez
Copy link
Member

@David-Estevez
Copy link
Member

David-Estevez commented Apr 23, 2018

@L4g0
Copy link
Member Author

L4g0 commented Dec 6, 2018

https://www.thingiverse.com/thing:2628277 This guy made a similar project using this Bluetooth Module: https://www.sparkfun.com/products/retired/14154

Give it a look, dudes

@L4g0 L4g0 self-assigned this Jan 28, 2019
@L4g0
Copy link
Member Author

L4g0 commented Nov 18, 2019

Maybe the ATtiny85 is a good idea, small microcontroller. It does not have Wifi/BT though.

@JorFru
Copy link
Member

JorFru commented Nov 18, 2019

I can provide an Attiny 85 with proggraming board for testing purposes and first prototypes.

Check this guide if you want to learn how to program this microcontroller.

@David-Estevez
Copy link
Member

Display + encoder will probably use all the pins available in ATtinny85

@L4g0
Copy link
Member Author

L4g0 commented Nov 18, 2019

Yes, we can use some kind of mux, but idk.
The best idea is to stick to the ESP32, I need to explore how to use it without the development board (nodeMCU), imo that is so big for a wearable

@David-Estevez
Copy link
Member

My approach would be:

  1. Make it work with whatever board we have at hand (better if it has BT/WiFi)
  2. Once it's working, make it small

Otherwise, challenges and problems arising from (2) will also affect (1) and it will be twice as hard to debug.

@brunorchaves
Copy link
Contributor

Hi! I'm doing this exactly same project right now. I'm using an Arduino Leonardo and a bluetooth module. I don't now if the Esp3's wifi circuit is necessary and this module is actualy very big. Anyway I have both microcontrollers here, and once the project was already started with ESP32 I will also use it . My idea is to design a small pcb for it in the future to reduce the size, but it is not very important right now. Let's make progress on this project!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants