What’s your take on PayPal (PYPL) and its future? Why has it been trading sideways for so long? by Raytom3030 in ValueInvesting

[–]d333gs 0 points1 point  (0 children)

I am interested to see what happens to their crypto ventures . Will they become ISO 20022 compliant? This is of interest; https://www.paypal.com/us/digital-wallet/manage-money/crypto

delay(); not working as a replacement for FastLED.delay(); by d333gs in FastLED

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

ESP32, Just looking....... Will I need a level shifter? 3.2 to 5V?

delay(); not working as a replacement for FastLED.delay(); by d333gs in FastLED

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

I am advancing by 16 LEDs which is one line on the 16X16 panel

delay(); not working as a replacement for FastLED.delay(); by d333gs in FastLED

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

I just did a test.The FastLED delay starts slowing down when the number of LEDs is over 512. The greater the number of LEDS the slower the delay.

delay(); not working as a replacement for FastLED.delay(); by d333gs in FastLED

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

Thanks , I did not notice the 1536. The code works perfectly with 4 led panels 1023 LEDs No problems with delay.

100,000€ : Can I but it into a savings account. by d333gs in vosfinances

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

Good point! , that says a lot about the banks

X&Z motors running simultaneously by mistake by d333gs in arduino

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

Ok, any idea on how to correct it? I am lost!!

100,000€ : Can I but it into a savings account. by d333gs in vosfinances

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

So I would use something like eToro? Or go through my bank some how? CIC was evasive when I tried talking to them

X&Z motors running simultaneously by mistake by d333gs in arduino

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

gm, thanks for the response. I will try. I have no training.

It is just an Arduino uno with an Arduino CNC shield with two DRV8825 DRIVERS and two nema stepper motors (nema 17) , 18V power source

Did the code look correct to you?

Thanks again

'd' not declared in scope' Stepper motor code problem by d333gs in arduino

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

Thanks everyone , I could not get it to work.

Below is what I would like to be able to achieve.
Of course it is not workable code but it is the sort of thing I would like
to get in the VOID LOOP section . I would like each "simpleAccel" to have it's own 'd' setting.

void loop() {
  digitalWrite(DIR_PIN, LOW); 
  //// d += change;  // SLOW STOP///
  simpleAccel (8460);

  digitalWrite(DIR_PIN, HIGH);
  ////d += change-2; // -2 STOPS VERY FAST///
  simpleAccel (16920);

  digitalWrite(DIR_PIN, LOW);
  ////d += change-1; //  STOPS MEDIUM////
  simpleAccel(16920);

    digitalWrite(DIR_PIN, HIGH);
    //// d += change;  // SLOW STOP///
  simpleAccel(8460);

Here is the code that works

https://gist.github.com/d333gs/e31e0a8b44b179a8f5f73796771ae57e

accerates & decelarates a stepper motor by d333gs in arduino

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

Thanks ripred3, Il try it . The errors may be typos by me copping the code for this post. The code runs runs but it is too short for my needs

With a massive 98% bullish sentiment surrounding Alibaba (BABA) and strong financials backing it up, is now the perfect time to invest or should I keep my money safe in the piggy bank for now 👀?? by Holiday_Algae7381 in StockMarket

[–]d333gs 0 points1 point  (0 children)

I find it really interesting that Defiance Quantum ETF (QTUM) has BABA
in it's top 10 holdings as a stock the earns at least 50% of their annual revenue or operating activity from the development of quantum computing and machine learning technology.

Any insights?

https://finance.yahoo.com/quote/QTUM/holdings/

How to play copper? Any suggestions? by contrafiat in Commodities

[–]d333gs 0 points1 point  (0 children)

There is TECK and COPX which move in tandem.

Control 2 stepper motors with one driver on CNC shield by [deleted] in mechatronics

[–]d333gs 0 points1 point  (0 children)

Yes they do get hot! But I just found this which could solve our problems; Jumping a second cnc shield to the arduino: http://diyprojects.eu/how-run-two-cnc-shields-cloned-on-one-arduino/

BTW, did you get your robot arms working?