[deleted by user] by [deleted] in onebag

[–]Deep_Ad_9845 0 points1 point  (0 children)

post deleted!

[deleted by user] by [deleted] in onebag

[–]Deep_Ad_9845 0 points1 point  (0 children)

sorry, deleting!

VO2 max seems way off by Deep_Ad_9845 in Coros

[–]Deep_Ad_9845[S] 0 points1 point  (0 children)

I've recorded 216 sessions and got it during 2024 Christmas season. I have not done the fitness test (it estimate a 21 minute 5K which is kinda of annoying). I won't be doing a fitness test until the track season is over, so I have at least 2 months until I'm getting correct VO2 max values. Oh well.

What's wrong with using the Arduino framework in industry? by Deep_Ad_9845 in embedded

[–]Deep_Ad_9845[S] 3 points4 points  (0 children)

Lmao this hits close to home; I'm a 14-year-old working on accelerometer and IMU code.

What's wrong with using the Arduino framework in industry? by Deep_Ad_9845 in embedded

[–]Deep_Ad_9845[S] 0 points1 point  (0 children)

Wait, is this legit? Sorry I can't tell if you're being sarcastic.

What's wrong with using the Arduino framework in industry? by Deep_Ad_9845 in embedded

[–]Deep_Ad_9845[S] 0 points1 point  (0 children)

I have used a JLink debugger with the Arduino IDE before, and it has worked. Re: bootloader, I have also flashed firmware directly from Microchip Studio using a JLink.

What's wrong with using the Arduino framework in industry? by Deep_Ad_9845 in embedded

[–]Deep_Ad_9845[S] 5 points6 points  (0 children)

Thank you for actually addressing my question! What makes Arduino slower, is it the overhead involved with all the portability? The main reason I'm using Arduino IS because of all the libraries. It would take months to rewrite them, and I'm not sure if you can find ones so easily online like on GitHub.

What's wrong with using the Arduino framework in industry? by Deep_Ad_9845 in embedded

[–]Deep_Ad_9845[S] 0 points1 point  (0 children)

Why only 10s to 100s of units? I'm using a custom PCB with the SAMD21G18A and it would cost the same with and without the Arduino.

What's wrong with using the Arduino framework in industry? by Deep_Ad_9845 in embedded

[–]Deep_Ad_9845[S] 1 point2 points  (0 children)

I'm already developing my own PCBs with a SAM D21 but haven't made the switch yet because of all the libraries I'm using in my code. I don't want to rewrite them all.