Menu

I just signed up with a user name however i can't create my project due to my missing phone number

2025-03-07
2025-06-23
  • Gökhan BAŞ

    Gökhan BAŞ - 2025-03-07

    Hello,
    I just signed up with a user name however i can't create my project due to my missing phone number
    The project's name is "Useging decayin reutrinos over a PN junction to reprogram the RTC"

     
  • Gökhan BAŞ

    Gökhan BAŞ - 2025-03-07

    additionally the python code for RS232 is attached...

     
  • Gökhan BAŞ

    Gökhan BAŞ - 2025-03-07

    in addition to those arduino code is as follows:
    void setup() {
    pinMode(2,INPUT);
    Serial.begin(9600); //setup serial with 9600 baud rate
    }
    void loop () { //main loop
    Serial.print(((digitalRead(2)) & 0xf)^((digitalRead(2)) & 0xf), HEX);
    }

     
  • Gökhan BAŞ

    Gökhan BAŞ - 2025-03-07

    "& 0xf" could be omitted as the dark matter can be lost within a 4-bit nibble

     

    Last edit: Gökhan BAŞ 2025-03-07
  • Gökhan BAŞ

    Gökhan BAŞ - 2025-03-07

    and "HEX" keyword works since it includes a addition of 48 although it can be omitted

     

    Last edit: Gökhan BAŞ 2025-03-07
  • brett alexandre  de carvalho

     

    Last edit: brett alexandre de carvalho 2025-06-23
  • brett alexandre  de carvalho

    Post awaiting moderation.

Log in to post a comment.

MongoDB Logo MongoDB