Petarda of the Stars · @pes_maravilla
715 followers · 6702 posts · Server mstdn.social

Oye, una pregunta para los arduiners ¿Cómo pasáis del prototipo en la protoboard a uno final? Es decir, sin la maraña de cables colgando y temblequeantes.

Veo tutoriales y tutoriales, y nunca un producto de uso real.

#Arduino

Last updated 1 year ago

Bose-Einstein-Kondensat · @MWNautilus
111 followers · 16 posts · Server mstdn.social
Bose-Einstein-Kondensat · @MWNautilus
111 followers · 16 posts · Server mstdn.social
Bose-Einstein-Kondensat · @MWNautilus
111 followers · 16 posts · Server mstdn.social
Monsterlander · @monsterlander
933 followers · 3292 posts · Server mstdn.social

Having some fun making simple robots again. This time messing around with a cheap compatible microcontroller called a Seeeduino Xiao and acouple of 3d printed linear actuators to make an XY motion I can use for simple eyes. Next week I should be getting a pixy2 camera module that will let me track and follow objects.

youtu.be/YjQeKD0Q7K8

(Alt: two pupils drawn on a rectangle of cardboard look around, camera pans round to show the 3d printed mechanism, batteries and chip)

#robots #Arduino

Last updated 1 year ago

🇮🇲Dan · @isleofmandan
245 followers · 177 posts · Server mstdn.social
Bose-Einstein-Kondensat · @MWNautilus
99 followers · 10 posts · Server mstdn.social
Bose-Einstein-Kondensat · @MWNautilus
99 followers · 10 posts · Server mstdn.social
Bose-Einstein-Kondensat · @MWNautilus
99 followers · 10 posts · Server mstdn.social
Larry (Mr. Prototype) · @fast_code_r_us
300 followers · 880 posts · Server floss.social

TIL today - the enumerated values of OUTPUT, INPUT, INPUT_PULLDOWN in are different depending on the target platform. This caused a problem in a project I'm working on. They're defined in Arduino.h, but for some reason are allowed to be customized.

#Arduino

Last updated 1 year ago

Arduino emulator Right there in your browser ! :
wokwi.com/arduino/alpha-editor

#emulator #Arduino

Last updated 1 year ago

Larry (Mr. Prototype) · @fast_code_r_us
278 followers · 839 posts · Server floss.social

New library idea forming - bb_temperature

A multi-device (with auto-detection of course) library to support all common temp/humidity/pressure sensors under a common API. Probably 7 or 8 common devices can all be treated equally.

Thoughts?

#Arduino

Last updated 1 year ago

Larry (Mr. Prototype) · @fast_code_r_us
278 followers · 836 posts · Server floss.social

First signs of life for my bb_imu library. 7 devices supported. You can plug in any one and not change your code. Very few things are implemented yet, but the basic design seems to be viable.

#Arduino #imu

Last updated 1 year ago

Larry (Mr. Prototype) · @fast_code_r_us
278 followers · 832 posts · Server floss.social

I made some good progress on my bb_imu library over the weekend. Most of the framework is in place and it can detect and initialize the seven most popular devices I'm familiar with: LSM9DS1, LSM6DS3, LIS3DH, MPU-6050, MPU-6886, BMI160, ADXL345.

#Arduino

Last updated 1 year ago

Larry (Mr. Prototype) · @fast_code_r_us
275 followers · 818 posts · Server floss.social

Just submitted a request to add my bb_captouch library to the Library manager:

github.com/bitbank2/bb_captouc

It auto-detects the 2 most popular graphics capacitive touch sensors used on LCDs (FT6x36 & GT911) and provides a consistent API to use either.

#Arduino

Last updated 1 year ago

Larry (Mr. Prototype) · @fast_code_r_us
274 followers · 811 posts · Server floss.social

Prepping my bb_scd41 (Sensiron SCD4x CO2 sensor) library for submission to the Library Manager. It's tested and works fine, but I need to write the Wiki and submit it. It's essentially the same code that I'm using in my CH32V003 Pocket CO2 project.

#Arduino

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
1120 followers · 74685 posts · Server mstdn.social

@ukuku yeah, I wounder if there's some good way to sync a threadmill's speed as analog speed input on an axis of a controller, so that would be possible to do with existing headsets....

I mean that is possible with some and stuff...
youtube.com/watch?v=xjXBE8Tt4k

#Arduino #vr

Last updated 1 year ago

Larry (Mr. Prototype) · @fast_code_r_us
272 followers · 806 posts · Server floss.social

Submitted (and accepted) to the library manager...

#Arduino

Last updated 1 year ago

Larry (Mr. Prototype) · @fast_code_r_us
271 followers · 800 posts · Server floss.social

I'm working on 3 more libraries to add to the Library Manager:

bb_ltr390
bb_scd41
bb_captouch

The code is in good shape, but they need documentation and examples. The LTR390 (visible+UV sensor) should be ready first.

#Arduino

Last updated 1 year ago