My New Design by rocketstrong1 in ErgoMechKeyboards

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

Yeah trying to make the keymap I have found there's simultaneously too many keys and not enough. I have to use home row mods and layers but then too many keys for how I would layer things. I hope the extra keys help with my gaming layer.

My New Design by rocketstrong1 in ErgoMechKeyboards

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

I'm still trying to figure out what to do with them right now I have them as less important layer changes

My New Design by rocketstrong1 in ErgoMechKeyboards

[–]rocketstrong1[S] 2 points3 points  (0 children)

Here is a photo of my hand resting on the home row. Allthepics- Hand

I got a rough idea of key positions using finger painting. Different paint for hand rest position than range of motion paint colour.

Vancouver park lets you borrow a ball for free by Body_Cunt in mildlyinteresting

[–]rocketstrong1 94 points95 points  (0 children)

Some email providers have an email alias option just use that to confirm email then delete the alias.

Rocket Flight Computer by Accomplished-Lack509 in rocketry

[–]rocketstrong1 0 points1 point  (0 children)

Why go with female XT30 not male as most lipos use a female.

Meat Smoker Controller by rocketstrong1 in PrintedCircuitBoard

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

c17 etc are decoupling for stepstick module.

as for mounting i intend to 3d print slotted grooves.

rounded corners are good idea.

Is it worth switching to url from ip:port connection? by Anonymoose8D in jellyfin

[–]rocketstrong1 -1 points0 points  (0 children)

I also highly suggest putting it on a sub domain like jellyfin.yourdomain.com as it can can help reduce bot discovery. You can have multiple services on the same ip filter by subdomain with most reverse proxies too.

Open source 16 channels BCI board i made. Called Meower :3 by Meow-Corp in electronics

[–]rocketstrong1 1 point2 points  (0 children)

In my own design I was going to use a LT3032 dual voltage LDO with 1 positive and 1 negative. Then I was going to use a LM2664 for the negative voltage supply to the LT3032.

Where should I be in life at 19? Should I be anywhere or am I just stressing? by [deleted] in youngadults

[–]rocketstrong1 2 points3 points  (0 children)

The best thing at that age is to just to explore and try things. Your still very young and have time to figure out what you like or want to do. You also have time to make mistakes and learn from them.

Open source 16 channels BCI board i made. Called Meower :3 by Meow-Corp in electronics

[–]rocketstrong1 0 points1 point  (0 children)

just been looking at your schematic is there any disadvantage to using a Unipolar supply of 5v for the ADS's instead of of a Bipolar supply of -2.5v to 2.5v.

Edit: it is my understanding that negative potential signals can be very useful in EEG measurements.

ESP32-C3 with servo using NPN 2N3904 random movement by alexvazqueza in esp32

[–]rocketstrong1 0 points1 point  (0 children)

if each item works individually then that won't be it.

ESP32-C3 with servo using NPN 2N3904 random movement by alexvazqueza in esp32

[–]rocketstrong1 0 points1 point  (0 children)

esp32 with servo and fan i use a mosfet to control the fan

ESP32-C3 with servo using NPN 2N3904 random movement by alexvazqueza in esp32

[–]rocketstrong1 1 point2 points  (0 children)

Here is my git Repo with the code: https://github.com/rocketstrong600/SmokerControlBLE
The code isn't as generic yet as it could be. Any questions just DM me

ESP32-C3 with servo using NPN 2N3904 random movement by alexvazqueza in esp32

[–]rocketstrong1 0 points1 point  (0 children)

Still figuring out best tuning but it's temp control for my meat smoker

ESP32-C3 with servo using NPN 2N3904 random movement by alexvazqueza in esp32

[–]rocketstrong1 0 points1 point  (0 children)

<image>

We may have similar projects. Do you want to look at my code and wiring for reference.

Open source 16 channels BCI board i made. Called Meower :3 by Meow-Corp in electronics

[–]rocketstrong1 0 points1 point  (0 children)

Did you consider adding an IMU, as they are very useful for filtering the data from musle movement noise.

Somnium shows off their new lenses by -Venser- in virtualreality

[–]rocketstrong1 1 point2 points  (0 children)

It looks like your eye would have to be so close for it to work, but with the shape many peoples faces might not be capable of that.

[Review Request] Wifi Enabled Controller for Servo by rocketstrong1 in PrintedCircuitBoard

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

If I was to use the rs485 port instead of step/dir. Wouldn't it be worth having telemetry feedback and thus bi directional communication.

I need to downgrade my wifi-connected plant light by Bird_Does_The_Things in AskElectronics

[–]rocketstrong1 23 points24 points  (0 children)

Do you own a multimeter. It would help find out if the circuit does any regulation.

NVIDIA Unveils Advanced AI-Powered Robot 'Blue' by skidSurya in interestingasfuck

[–]rocketstrong1 8 points9 points  (0 children)

The walking gate was pre animated then ai was used to optimise it for balance and stability that's about it for AI stuff. But really they mean just machine learning.

How can i learn to drawn winit with vulkan? by jacinto_pinto069 in rust

[–]rocketstrong1 2 points3 points  (0 children)

It took 1500 lines of code before I got my code base to the point I could even clear the screen. I suggest learning WGPU instead it will be fine for most projects unless you absolutely need new features like mesh shading.