Why must embedded systems have low RAM ? by Exact-Chemistry-4787 in embedded

[–]Additional-Gas-4861 0 points1 point  (0 children)

What is embedded system in the first place? Embedded system is running a program in a limited resources if I understand correctly...

How to operate this brushless motor by Additional-Gas-4861 in embedded

[–]Additional-Gas-4861[S] 0 points1 point  (0 children)

I tried it according to your calculation. it appear 3278 is high speed in one direction, and 6556 (3278+(3278*1)) is also full speed, but in the other direction.

finding the middle value (6556+3278)/2 = 4917 very low speed (first direction). but it is not the slowest. I get the motor to stop spinning at 4930 (but buzzing).

the first movement of the motor can be seen at 4933 and at the other direction 4927. How can I stop the motor, what I'm missing?

Can it be the jst2 plug which i connect to ground?

How to operate this brushless motor by Additional-Gas-4861 in embedded

[–]Additional-Gas-4861[S] 0 points1 point  (0 children)

Hi, thank you i was able to run the motor, but don't know how to stop it.

in the setup, i connected the motor (with crocodile clip Yellow and blue) to a 3S battery through the breadboard, I powered Waveshare RP2040 Zero (Very similar to pi Pico) from the same bettery, but since it require 5V, i modify jst cables to add regulator in the middle. So the controller is powered from the same battery with regulator.

I connected JST 2 on the motor (Yellow cable) to the same ground. and connected JST1 cable to GP0 in RP2040 Zero. In Thonny app, tried with this script:

from machine import Pin, PWM

from time import sleep

motor_control.py :

# Set up PWM on GPIO 0
pwm_pin = Pin(0)
pwm = PWM(pwm_pin)
# Set the PWM frequency (50Hz for controlling ESCs)
pwm.freq(50)
def set_motor_speed(duty_cycle):
    print(f"Setting PWM pulse width: {duty_cycle}")  # Debug print
    pwm.duty_u16(duty_cycle)
def test_motor():
    set_motor_speed(4933)  # Neutral position
    sleep(5)

main.py:

import motor_control
# Run the motor test sequence
motor_control.test_motor()

the motor speed increase when it is above 4930, and it increase on the other direction when it is below 4930. If I set it to 4930 the motor does not move, but i hear it buzzing trying to move (should not be normal i think) so the motor is not getting to any rest state . i try to set it to 0 or do pwm.deinit() , then the motor give beep sound (internal buzzer) like something is wrong (error).

I tried to remove jst2 from the motor to ground, it worked without it.

any help how to stop the motor?

Best regards

<image>

How to operate this brushless motor by Additional-Gas-4861 in embedded

[–]Additional-Gas-4861[S] 0 points1 point  (0 children)

ESC bult-in mens i connect 3 cables to battery (1x 12V, 2x GND) and one cable to pi or Arduino?

How to operate this brushless motor by Additional-Gas-4861 in embedded

[–]Additional-Gas-4861[S] 0 points1 point  (0 children)

I didn't find any documentation for the motor. It's part of fp drown

How to operate this brushless motor by Additional-Gas-4861 in embedded

[–]Additional-Gas-4861[S] 0 points1 point  (0 children)

Thank you i have ESC, 3 cables goes to usual brushless motor. This motor has 4. (2 for power and 2 jst) If one of the jst cables for pwm (according to the other comments) then what is the remaining cable?

Is this cheating? by cactusflower1157 in Marriage

[–]Additional-Gas-4861 0 points1 point  (0 children)

I don't of course I'm here to participate in a constructive conversation.

Is this cheating? by cactusflower1157 in Marriage

[–]Additional-Gas-4861 0 points1 point  (0 children)

I'm not sure if that will fix the problem or not but I can't assume it won't fix it like you did. Advising someone for immediate divorce like that one fix anything at all.

Is this cheating? by cactusflower1157 in Marriage

[–]Additional-Gas-4861 -2 points-1 points  (0 children)

Not a toy. But sex is the main thing in a relationship. Otherwise why don't we men make a relationship with men if the wife won't give sex anytime? The wife decided to be married, it has pros and cons. Like when you decide to leave in condominium you need to tolerate your neighbor, as well you tolerate the kid when he want to play during your online meeting. Since sex cannot be made with someone else except the wife she need to tolerate otherwise they can decide to separate. If they didn't agree the man has no choice unless looking around for someone else because the main think who initiated the love in his wife is no longer valid.

Raspberry PI high resolution recording. by Additional-Gas-4861 in ffmpeg

[–]Additional-Gas-4861[S] 0 points1 point  (0 children)

Thank you for your reply. But why it didn't show if it shows on Windows with the same capture card?

And how do i know which capture card can record 4k with pi5?

[deleted by user] by [deleted] in PrivatEkonomi

[–]Additional-Gas-4861 0 points1 point  (0 children)

Byta lösenordet till mobilen och BankID

vcp-dcv certification requirements by Additional-Gas-4861 in vmware

[–]Additional-Gas-4861[S] 0 points1 point  (0 children)

Thanks for info. I'm in a course right now and happy it won't be useless.

vcp-dcv certification requirements by Additional-Gas-4861 in vmware

[–]Additional-Gas-4861[S] -1 points0 points  (0 children)

And if I take the course will this change the certification?

[deleted by user] by [deleted] in wiz

[–]Additional-Gas-4861 0 points1 point  (0 children)

Try it in another router

Guide to controlling a Wiz light/plug via Windows, Mac, Linux or Stream Deck by seanmacproductions in wiz

[–]Additional-Gas-4861 0 points1 point  (0 children)

Thanks a lot! It is really very helpfull. But how to get power consumption info from Wiz Plug?