GET https://kbin.spritesserver.nl/u/@lightrush@lemmy.ca/active/2023-06-19::2023-06-19

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.73 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: Proxies\__CG__\App\Entity\Image {#2378 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1874 …}
  +slug: "SOLVED-A-pull-up-resistor-increases-the-low-side-of-a"
  +title: "[SOLVED] A pull-up resistor increases the low side of a signal, how can I counteract it?"
  +url: "https://electronics.stackexchange.com/q/670924/107963"
  +body: """
    Solution\n
    --------\n
    \n
    Using an open drain buffer like the `74LVC1G07` did the trick. Note that this part only works for inputs with a pull-up resistor. There are other parts from the same lineup that can work with any input.\n
    \n
    Problem\n
    -------\n
    \n
    > I have an ebike computer that has two inputs that accept square wave signals. The range is 0-5V. One of the inputs has no pull-up/down resistors on it. When I hook up a device producing signal, the signal is detected correctly. Both highs and lows are detected correctly. The other input has a built-in pull-up resistor. When I hook the same signal to it, only the high side is detected. Measuring the voltage of the low side, it's a bit higher than when hooked to the other input and I'm guessing it isn't crossing the low threshold the computer expects in order to register the low.\n
    \n
    > Am I right in thinking that the pull-up resistor is increasing the lows?\n
    \n
    > Is it possible to counteract the internal pull-up resistor by hooking a pull-down resistor to the input?\n
    \n
    > I'm a software guy with decent soldering skills and minimal knowledge in electronics so please answer like I'm not the brightest electronic bulb on the tree.\n
    \n
    > Thank you in advance!\n
    \n
    Cross-posting my question from StackExchange.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687328506 {#1739
    date: 2023-06-21 08:21:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1910 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  +badges: Doctrine\ORM\PersistentCollection {#2020 …}
  +children: [
    App\Entity\EntryComment {#1676
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +body: """
        Thanks for the explanation!\n
        \n
        I measured the signal generator alone, not connected to the input. It goes to 4.5V high and 0.001V low. Then I connected it to the input and measured at the input. I got 4.5V high and 1.1V low.\n
        \n
        Also I ordered the 74LVC1G07 buffer along with a breakout board which should allow me to hook it up inline and test. I'll report back when I do.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687155877 {#1696
        date: 2023-06-19 08:24:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lightrush@lemmy.ca"
        "@hardware26@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1589 …}
      +nested: Doctrine\ORM\PersistentCollection {#1592 …}
      +votes: Doctrine\ORM\PersistentCollection {#1552 …}
      +reports: Doctrine\ORM\PersistentCollection {#1663 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
      -id: 1071
      -bodyTs: "'0.001':23 '1.1':44 '4.5':19,40 '74lvc1g07':51 'allow':60 'alon':10 'along':53 'also':47 'back':72 'board':57 'breakout':56 'buffer':52 'connect':12,28 'explan':4 'generat':9 'goe':17 'got':39 'high':21,42 'hook':63 'inlin':66 'input':15,32,37 'll':70 'low':25,46 'measur':6,34 'order':49 'report':71 'signal':8 'test':68 'thank':1 'v':20,24,41,45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/430385"
      +editedAt: DateTimeImmutable @1687155895 {#1606
        date: 2023-06-19 08:24:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1687155877 {#1610
        date: 2023-06-19 08:24:37.0 +02:00
      }
      +"title": 1071
    }
  ]
  -id: 132
  -titleTs: "'counteract':17 'increas':7 'low':9 'pull':4 'pull-up':3 'resistor':6 'side':10 'signal':13 'solv':1"
  -bodyTs: "'-5':60 '/down':71 '0':59 '74lvc1g07':9 'accept':52 'advanc':227 'answer':212 'bit':131 'brightest':218 'buffer':6 'built':101 'built-in':100 'bulb':220 'comput':46,152 'correct':87,94 'counteract':179 'cross':147,229 'cross-post':228 'decent':202 'detect':86,93,120 'devic':80 'drain':5 'ebik':45 'electron':209,219 'expect':153 'guess':143 'guy':200 'high':89,117 'higher':132 'hook':77,109,135,187 'increas':172 'input':20,40,50,65,97,139,195 'intern':181 'isn':145 'knowledg':207 'like':7,213 'lineup':34 'low':91,126,149,159,174 'm':142,197,215 'measur':121 'minim':206 'note':13 'one':62 'open':4 'order':155 'part':16,30 'pleas':211 'possibl':177 'post':230 'problem':41 'produc':81 'pull':24,69,104,168,183,190 'pull-down':189 'pull-up':23,68,103,167,182 'question':232 'rang':57 'regist':157 'resistor':26,72,106,170,185,192 'right':162 'side':118,127 'signal':55,82,84,112 'skill':204 'softwar':199 'solder':203 'solut':1 'squar':53 'stackexchang':234 'thank':224 'think':164 'threshold':150 'tree':223 'trick':12 'two':49 'use':2 'v':61 'voltag':123 'wave':54 'work':18,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687130578
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/738378"
  +editedAt: DateTimeImmutable @1687363171 {#1640
    date: 2023-06-21 17:59:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687102078 {#2411
    date: 2023-06-18 17:27:58.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1551
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: Proxies\__CG__\App\Entity\Image {#2378 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1874 …}
  +slug: "SOLVED-A-pull-up-resistor-increases-the-low-side-of-a"
  +title: "[SOLVED] A pull-up resistor increases the low side of a signal, how can I counteract it?"
  +url: "https://electronics.stackexchange.com/q/670924/107963"
  +body: """
    Solution\n
    --------\n
    \n
    Using an open drain buffer like the `74LVC1G07` did the trick. Note that this part only works for inputs with a pull-up resistor. There are other parts from the same lineup that can work with any input.\n
    \n
    Problem\n
    -------\n
    \n
    > I have an ebike computer that has two inputs that accept square wave signals. The range is 0-5V. One of the inputs has no pull-up/down resistors on it. When I hook up a device producing signal, the signal is detected correctly. Both highs and lows are detected correctly. The other input has a built-in pull-up resistor. When I hook the same signal to it, only the high side is detected. Measuring the voltage of the low side, it's a bit higher than when hooked to the other input and I'm guessing it isn't crossing the low threshold the computer expects in order to register the low.\n
    \n
    > Am I right in thinking that the pull-up resistor is increasing the lows?\n
    \n
    > Is it possible to counteract the internal pull-up resistor by hooking a pull-down resistor to the input?\n
    \n
    > I'm a software guy with decent soldering skills and minimal knowledge in electronics so please answer like I'm not the brightest electronic bulb on the tree.\n
    \n
    > Thank you in advance!\n
    \n
    Cross-posting my question from StackExchange.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687328506 {#1739
    date: 2023-06-21 08:21:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1910 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  +badges: Doctrine\ORM\PersistentCollection {#2020 …}
  +children: [
    App\Entity\EntryComment {#1676
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +body: """
        Thanks for the explanation!\n
        \n
        I measured the signal generator alone, not connected to the input. It goes to 4.5V high and 0.001V low. Then I connected it to the input and measured at the input. I got 4.5V high and 1.1V low.\n
        \n
        Also I ordered the 74LVC1G07 buffer along with a breakout board which should allow me to hook it up inline and test. I'll report back when I do.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687155877 {#1696
        date: 2023-06-19 08:24:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lightrush@lemmy.ca"
        "@hardware26@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1589 …}
      +nested: Doctrine\ORM\PersistentCollection {#1592 …}
      +votes: Doctrine\ORM\PersistentCollection {#1552 …}
      +reports: Doctrine\ORM\PersistentCollection {#1663 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
      -id: 1071
      -bodyTs: "'0.001':23 '1.1':44 '4.5':19,40 '74lvc1g07':51 'allow':60 'alon':10 'along':53 'also':47 'back':72 'board':57 'breakout':56 'buffer':52 'connect':12,28 'explan':4 'generat':9 'goe':17 'got':39 'high':21,42 'hook':63 'inlin':66 'input':15,32,37 'll':70 'low':25,46 'measur':6,34 'order':49 'report':71 'signal':8 'test':68 'thank':1 'v':20,24,41,45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/430385"
      +editedAt: DateTimeImmutable @1687155895 {#1606
        date: 2023-06-19 08:24:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1687155877 {#1610
        date: 2023-06-19 08:24:37.0 +02:00
      }
      +"title": 1071
    }
  ]
  -id: 132
  -titleTs: "'counteract':17 'increas':7 'low':9 'pull':4 'pull-up':3 'resistor':6 'side':10 'signal':13 'solv':1"
  -bodyTs: "'-5':60 '/down':71 '0':59 '74lvc1g07':9 'accept':52 'advanc':227 'answer':212 'bit':131 'brightest':218 'buffer':6 'built':101 'built-in':100 'bulb':220 'comput':46,152 'correct':87,94 'counteract':179 'cross':147,229 'cross-post':228 'decent':202 'detect':86,93,120 'devic':80 'drain':5 'ebik':45 'electron':209,219 'expect':153 'guess':143 'guy':200 'high':89,117 'higher':132 'hook':77,109,135,187 'increas':172 'input':20,40,50,65,97,139,195 'intern':181 'isn':145 'knowledg':207 'like':7,213 'lineup':34 'low':91,126,149,159,174 'm':142,197,215 'measur':121 'minim':206 'note':13 'one':62 'open':4 'order':155 'part':16,30 'pleas':211 'possibl':177 'post':230 'problem':41 'produc':81 'pull':24,69,104,168,183,190 'pull-down':189 'pull-up':23,68,103,167,182 'question':232 'rang':57 'regist':157 'resistor':26,72,106,170,185,192 'right':162 'side':118,127 'signal':55,82,84,112 'skill':204 'softwar':199 'solder':203 'solut':1 'squar':53 'stackexchang':234 'thank':224 'think':164 'threshold':150 'tree':223 'trick':12 'two':49 'use':2 'v':61 'voltag':123 'wave':54 'work':18,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687130578
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/738378"
  +editedAt: DateTimeImmutable @1687363171 {#1640
    date: 2023-06-21 17:59:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687102078 {#2411
    date: 2023-06-18 17:27:58.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: Proxies\__CG__\App\Entity\Image {#2378 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1874 …}
  +slug: "SOLVED-A-pull-up-resistor-increases-the-low-side-of-a"
  +title: "[SOLVED] A pull-up resistor increases the low side of a signal, how can I counteract it?"
  +url: "https://electronics.stackexchange.com/q/670924/107963"
  +body: """
    Solution\n
    --------\n
    \n
    Using an open drain buffer like the `74LVC1G07` did the trick. Note that this part only works for inputs with a pull-up resistor. There are other parts from the same lineup that can work with any input.\n
    \n
    Problem\n
    -------\n
    \n
    > I have an ebike computer that has two inputs that accept square wave signals. The range is 0-5V. One of the inputs has no pull-up/down resistors on it. When I hook up a device producing signal, the signal is detected correctly. Both highs and lows are detected correctly. The other input has a built-in pull-up resistor. When I hook the same signal to it, only the high side is detected. Measuring the voltage of the low side, it's a bit higher than when hooked to the other input and I'm guessing it isn't crossing the low threshold the computer expects in order to register the low.\n
    \n
    > Am I right in thinking that the pull-up resistor is increasing the lows?\n
    \n
    > Is it possible to counteract the internal pull-up resistor by hooking a pull-down resistor to the input?\n
    \n
    > I'm a software guy with decent soldering skills and minimal knowledge in electronics so please answer like I'm not the brightest electronic bulb on the tree.\n
    \n
    > Thank you in advance!\n
    \n
    Cross-posting my question from StackExchange.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687328506 {#1739
    date: 2023-06-21 08:21:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1410 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1910 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  +badges: Doctrine\ORM\PersistentCollection {#2020 …}
  +children: [
    App\Entity\EntryComment {#1676
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +body: """
        Thanks for the explanation!\n
        \n
        I measured the signal generator alone, not connected to the input. It goes to 4.5V high and 0.001V low. Then I connected it to the input and measured at the input. I got 4.5V high and 1.1V low.\n
        \n
        Also I ordered the 74LVC1G07 buffer along with a breakout board which should allow me to hook it up inline and test. I'll report back when I do.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1687155877 {#1696
        date: 2023-06-19 08:24:37.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lightrush@lemmy.ca"
        "@hardware26@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1589 …}
      +nested: Doctrine\ORM\PersistentCollection {#1592 …}
      +votes: Doctrine\ORM\PersistentCollection {#1552 …}
      +reports: Doctrine\ORM\PersistentCollection {#1663 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
      -id: 1071
      -bodyTs: "'0.001':23 '1.1':44 '4.5':19,40 '74lvc1g07':51 'allow':60 'alon':10 'along':53 'also':47 'back':72 'board':57 'breakout':56 'buffer':52 'connect':12,28 'explan':4 'generat':9 'goe':17 'got':39 'high':21,42 'hook':63 'inlin':66 'input':15,32,37 'll':70 'low':25,46 'measur':6,34 'order':49 'report':71 'signal':8 'test':68 'thank':1 'v':20,24,41,45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/430385"
      +editedAt: DateTimeImmutable @1687155895 {#1606
        date: 2023-06-19 08:24:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1687155877 {#1610
        date: 2023-06-19 08:24:37.0 +02:00
      }
      +"title": 1071
    }
  ]
  -id: 132
  -titleTs: "'counteract':17 'increas':7 'low':9 'pull':4 'pull-up':3 'resistor':6 'side':10 'signal':13 'solv':1"
  -bodyTs: "'-5':60 '/down':71 '0':59 '74lvc1g07':9 'accept':52 'advanc':227 'answer':212 'bit':131 'brightest':218 'buffer':6 'built':101 'built-in':100 'bulb':220 'comput':46,152 'correct':87,94 'counteract':179 'cross':147,229 'cross-post':228 'decent':202 'detect':86,93,120 'devic':80 'drain':5 'ebik':45 'electron':209,219 'expect':153 'guess':143 'guy':200 'high':89,117 'higher':132 'hook':77,109,135,187 'increas':172 'input':20,40,50,65,97,139,195 'intern':181 'isn':145 'knowledg':207 'like':7,213 'lineup':34 'low':91,126,149,159,174 'm':142,197,215 'measur':121 'minim':206 'note':13 'one':62 'open':4 'order':155 'part':16,30 'pleas':211 'possibl':177 'post':230 'problem':41 'produc':81 'pull':24,69,104,168,183,190 'pull-down':189 'pull-up':23,68,103,167,182 'question':232 'rang':57 'regist':157 'resistor':26,72,106,170,185,192 'right':162 'side':118,127 'signal':55,82,84,112 'skill':204 'softwar':199 'solder':203 'solut':1 'squar':53 'stackexchang':234 'thank':224 'think':164 'threshold':150 'tree':223 'trick':12 'two':49 'use':2 'v':61 'voltag':123 'wave':54 'work':18,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687130578
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/738378"
  +editedAt: DateTimeImmutable @1687363171 {#1640
    date: 2023-06-21 17:59:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687102078 {#2411
    date: 2023-06-18 17:27:58.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1676
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: Proxies\__CG__\App\Entity\Image {#2378 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1874 …}
    +slug: "SOLVED-A-pull-up-resistor-increases-the-low-side-of-a"
    +title: "[SOLVED] A pull-up resistor increases the low side of a signal, how can I counteract it?"
    +url: "https://electronics.stackexchange.com/q/670924/107963"
    +body: """
      Solution\n
      --------\n
      \n
      Using an open drain buffer like the `74LVC1G07` did the trick. Note that this part only works for inputs with a pull-up resistor. There are other parts from the same lineup that can work with any input.\n
      \n
      Problem\n
      -------\n
      \n
      > I have an ebike computer that has two inputs that accept square wave signals. The range is 0-5V. One of the inputs has no pull-up/down resistors on it. When I hook up a device producing signal, the signal is detected correctly. Both highs and lows are detected correctly. The other input has a built-in pull-up resistor. When I hook the same signal to it, only the high side is detected. Measuring the voltage of the low side, it's a bit higher than when hooked to the other input and I'm guessing it isn't crossing the low threshold the computer expects in order to register the low.\n
      \n
      > Am I right in thinking that the pull-up resistor is increasing the lows?\n
      \n
      > Is it possible to counteract the internal pull-up resistor by hooking a pull-down resistor to the input?\n
      \n
      > I'm a software guy with decent soldering skills and minimal knowledge in electronics so please answer like I'm not the brightest electronic bulb on the tree.\n
      \n
      > Thank you in advance!\n
      \n
      Cross-posting my question from StackExchange.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687328506 {#1739
      date: 2023-06-21 08:21:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1410 …}
    +votes: Doctrine\ORM\PersistentCollection {#1708 …}
    +reports: Doctrine\ORM\PersistentCollection {#1910 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
    +badges: Doctrine\ORM\PersistentCollection {#2020 …}
    +children: [
      App\Entity\EntryComment {#1676}
    ]
    -id: 132
    -titleTs: "'counteract':17 'increas':7 'low':9 'pull':4 'pull-up':3 'resistor':6 'side':10 'signal':13 'solv':1"
    -bodyTs: "'-5':60 '/down':71 '0':59 '74lvc1g07':9 'accept':52 'advanc':227 'answer':212 'bit':131 'brightest':218 'buffer':6 'built':101 'built-in':100 'bulb':220 'comput':46,152 'correct':87,94 'counteract':179 'cross':147,229 'cross-post':228 'decent':202 'detect':86,93,120 'devic':80 'drain':5 'ebik':45 'electron':209,219 'expect':153 'guess':143 'guy':200 'high':89,117 'higher':132 'hook':77,109,135,187 'increas':172 'input':20,40,50,65,97,139,195 'intern':181 'isn':145 'knowledg':207 'like':7,213 'lineup':34 'low':91,126,149,159,174 'm':142,197,215 'measur':121 'minim':206 'note':13 'one':62 'open':4 'order':155 'part':16,30 'pleas':211 'possibl':177 'post':230 'problem':41 'produc':81 'pull':24,69,104,168,183,190 'pull-down':189 'pull-up':23,68,103,167,182 'question':232 'rang':57 'regist':157 'resistor':26,72,106,170,185,192 'right':162 'side':118,127 'signal':55,82,84,112 'skill':204 'softwar':199 'solder':203 'solut':1 'squar':53 'stackexchang':234 'thank':224 'think':164 'threshold':150 'tree':223 'trick':12 'two':49 'use':2 'v':61 'voltag':123 'wave':54 'work':18,37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687130578
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/738378"
    +editedAt: DateTimeImmutable @1687363171 {#1640
      date: 2023-06-21 17:59:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1687102078 {#2411
      date: 2023-06-18 17:27:58.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +body: """
    Thanks for the explanation!\n
    \n
    I measured the signal generator alone, not connected to the input. It goes to 4.5V high and 0.001V low. Then I connected it to the input and measured at the input. I got 4.5V high and 1.1V low.\n
    \n
    Also I ordered the 74LVC1G07 buffer along with a breakout board which should allow me to hook it up inline and test. I'll report back when I do.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687155877 {#1696
    date: 2023-06-19 08:24:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lightrush@lemmy.ca"
    "@hardware26@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1589 …}
  +nested: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  -id: 1071
  -bodyTs: "'0.001':23 '1.1':44 '4.5':19,40 '74lvc1g07':51 'allow':60 'alon':10 'along':53 'also':47 'back':72 'board':57 'breakout':56 'buffer':52 'connect':12,28 'explan':4 'generat':9 'goe':17 'got':39 'high':21,42 'hook':63 'inlin':66 'input':15,32,37 'll':70 'low':25,46 'measur':6,34 'order':49 'report':71 'signal':8 'test':68 'thank':1 'v':20,24,41,45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/430385"
  +editedAt: DateTimeImmutable @1687155895 {#1606
    date: 2023-06-19 08:24:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687155877 {#1610
    date: 2023-06-19 08:24:37.0 +02:00
  }
  +"title": 1071
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1676
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: Proxies\__CG__\App\Entity\Image {#2378 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1874 …}
    +slug: "SOLVED-A-pull-up-resistor-increases-the-low-side-of-a"
    +title: "[SOLVED] A pull-up resistor increases the low side of a signal, how can I counteract it?"
    +url: "https://electronics.stackexchange.com/q/670924/107963"
    +body: """
      Solution\n
      --------\n
      \n
      Using an open drain buffer like the `74LVC1G07` did the trick. Note that this part only works for inputs with a pull-up resistor. There are other parts from the same lineup that can work with any input.\n
      \n
      Problem\n
      -------\n
      \n
      > I have an ebike computer that has two inputs that accept square wave signals. The range is 0-5V. One of the inputs has no pull-up/down resistors on it. When I hook up a device producing signal, the signal is detected correctly. Both highs and lows are detected correctly. The other input has a built-in pull-up resistor. When I hook the same signal to it, only the high side is detected. Measuring the voltage of the low side, it's a bit higher than when hooked to the other input and I'm guessing it isn't crossing the low threshold the computer expects in order to register the low.\n
      \n
      > Am I right in thinking that the pull-up resistor is increasing the lows?\n
      \n
      > Is it possible to counteract the internal pull-up resistor by hooking a pull-down resistor to the input?\n
      \n
      > I'm a software guy with decent soldering skills and minimal knowledge in electronics so please answer like I'm not the brightest electronic bulb on the tree.\n
      \n
      > Thank you in advance!\n
      \n
      Cross-posting my question from StackExchange.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687328506 {#1739
      date: 2023-06-21 08:21:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1410 …}
    +votes: Doctrine\ORM\PersistentCollection {#1708 …}
    +reports: Doctrine\ORM\PersistentCollection {#1910 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
    +badges: Doctrine\ORM\PersistentCollection {#2020 …}
    +children: [
      App\Entity\EntryComment {#1676}
    ]
    -id: 132
    -titleTs: "'counteract':17 'increas':7 'low':9 'pull':4 'pull-up':3 'resistor':6 'side':10 'signal':13 'solv':1"
    -bodyTs: "'-5':60 '/down':71 '0':59 '74lvc1g07':9 'accept':52 'advanc':227 'answer':212 'bit':131 'brightest':218 'buffer':6 'built':101 'built-in':100 'bulb':220 'comput':46,152 'correct':87,94 'counteract':179 'cross':147,229 'cross-post':228 'decent':202 'detect':86,93,120 'devic':80 'drain':5 'ebik':45 'electron':209,219 'expect':153 'guess':143 'guy':200 'high':89,117 'higher':132 'hook':77,109,135,187 'increas':172 'input':20,40,50,65,97,139,195 'intern':181 'isn':145 'knowledg':207 'like':7,213 'lineup':34 'low':91,126,149,159,174 'm':142,197,215 'measur':121 'minim':206 'note':13 'one':62 'open':4 'order':155 'part':16,30 'pleas':211 'possibl':177 'post':230 'problem':41 'produc':81 'pull':24,69,104,168,183,190 'pull-down':189 'pull-up':23,68,103,167,182 'question':232 'rang':57 'regist':157 'resistor':26,72,106,170,185,192 'right':162 'side':118,127 'signal':55,82,84,112 'skill':204 'softwar':199 'solder':203 'solut':1 'squar':53 'stackexchang':234 'thank':224 'think':164 'threshold':150 'tree':223 'trick':12 'two':49 'use':2 'v':61 'voltag':123 'wave':54 'work':18,37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687130578
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/738378"
    +editedAt: DateTimeImmutable @1687363171 {#1640
      date: 2023-06-21 17:59:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1687102078 {#2411
      date: 2023-06-18 17:27:58.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +body: """
    Thanks for the explanation!\n
    \n
    I measured the signal generator alone, not connected to the input. It goes to 4.5V high and 0.001V low. Then I connected it to the input and measured at the input. I got 4.5V high and 1.1V low.\n
    \n
    Also I ordered the 74LVC1G07 buffer along with a breakout board which should allow me to hook it up inline and test. I'll report back when I do.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687155877 {#1696
    date: 2023-06-19 08:24:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lightrush@lemmy.ca"
    "@hardware26@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1589 …}
  +nested: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  -id: 1071
  -bodyTs: "'0.001':23 '1.1':44 '4.5':19,40 '74lvc1g07':51 'allow':60 'alon':10 'along':53 'also':47 'back':72 'board':57 'breakout':56 'buffer':52 'connect':12,28 'explan':4 'generat':9 'goe':17 'got':39 'high':21,42 'hook':63 'inlin':66 'input':15,32,37 'll':70 'low':25,46 'measur':6,34 'order':49 'report':71 'signal':8 'test':68 'thank':1 'v':20,24,41,45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/430385"
  +editedAt: DateTimeImmutable @1687155895 {#1606
    date: 2023-06-19 08:24:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687155877 {#1610
    date: 2023-06-19 08:24:37.0 +02:00
  }
  +"title": 1071
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1676
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: Proxies\__CG__\App\Entity\Image {#2378 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1874 …}
    +slug: "SOLVED-A-pull-up-resistor-increases-the-low-side-of-a"
    +title: "[SOLVED] A pull-up resistor increases the low side of a signal, how can I counteract it?"
    +url: "https://electronics.stackexchange.com/q/670924/107963"
    +body: """
      Solution\n
      --------\n
      \n
      Using an open drain buffer like the `74LVC1G07` did the trick. Note that this part only works for inputs with a pull-up resistor. There are other parts from the same lineup that can work with any input.\n
      \n
      Problem\n
      -------\n
      \n
      > I have an ebike computer that has two inputs that accept square wave signals. The range is 0-5V. One of the inputs has no pull-up/down resistors on it. When I hook up a device producing signal, the signal is detected correctly. Both highs and lows are detected correctly. The other input has a built-in pull-up resistor. When I hook the same signal to it, only the high side is detected. Measuring the voltage of the low side, it's a bit higher than when hooked to the other input and I'm guessing it isn't crossing the low threshold the computer expects in order to register the low.\n
      \n
      > Am I right in thinking that the pull-up resistor is increasing the lows?\n
      \n
      > Is it possible to counteract the internal pull-up resistor by hooking a pull-down resistor to the input?\n
      \n
      > I'm a software guy with decent soldering skills and minimal knowledge in electronics so please answer like I'm not the brightest electronic bulb on the tree.\n
      \n
      > Thank you in advance!\n
      \n
      Cross-posting my question from StackExchange.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687328506 {#1739
      date: 2023-06-21 08:21:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1410 …}
    +votes: Doctrine\ORM\PersistentCollection {#1708 …}
    +reports: Doctrine\ORM\PersistentCollection {#1910 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
    +badges: Doctrine\ORM\PersistentCollection {#2020 …}
    +children: [
      App\Entity\EntryComment {#1676}
    ]
    -id: 132
    -titleTs: "'counteract':17 'increas':7 'low':9 'pull':4 'pull-up':3 'resistor':6 'side':10 'signal':13 'solv':1"
    -bodyTs: "'-5':60 '/down':71 '0':59 '74lvc1g07':9 'accept':52 'advanc':227 'answer':212 'bit':131 'brightest':218 'buffer':6 'built':101 'built-in':100 'bulb':220 'comput':46,152 'correct':87,94 'counteract':179 'cross':147,229 'cross-post':228 'decent':202 'detect':86,93,120 'devic':80 'drain':5 'ebik':45 'electron':209,219 'expect':153 'guess':143 'guy':200 'high':89,117 'higher':132 'hook':77,109,135,187 'increas':172 'input':20,40,50,65,97,139,195 'intern':181 'isn':145 'knowledg':207 'like':7,213 'lineup':34 'low':91,126,149,159,174 'm':142,197,215 'measur':121 'minim':206 'note':13 'one':62 'open':4 'order':155 'part':16,30 'pleas':211 'possibl':177 'post':230 'problem':41 'produc':81 'pull':24,69,104,168,183,190 'pull-down':189 'pull-up':23,68,103,167,182 'question':232 'rang':57 'regist':157 'resistor':26,72,106,170,185,192 'right':162 'side':118,127 'signal':55,82,84,112 'skill':204 'softwar':199 'solder':203 'solut':1 'squar':53 'stackexchang':234 'thank':224 'think':164 'threshold':150 'tree':223 'trick':12 'two':49 'use':2 'v':61 'voltag':123 'wave':54 'work':18,37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687130578
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/738378"
    +editedAt: DateTimeImmutable @1687363171 {#1640
      date: 2023-06-21 17:59:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1687102078 {#2411
      date: 2023-06-18 17:27:58.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +body: """
    Thanks for the explanation!\n
    \n
    I measured the signal generator alone, not connected to the input. It goes to 4.5V high and 0.001V low. Then I connected it to the input and measured at the input. I got 4.5V high and 1.1V low.\n
    \n
    Also I ordered the 74LVC1G07 buffer along with a breakout board which should allow me to hook it up inline and test. I'll report back when I do.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1687155877 {#1696
    date: 2023-06-19 08:24:37.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lightrush@lemmy.ca"
    "@hardware26@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1589 …}
  +nested: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  -id: 1071
  -bodyTs: "'0.001':23 '1.1':44 '4.5':19,40 '74lvc1g07':51 'allow':60 'alon':10 'along':53 'also':47 'back':72 'board':57 'breakout':56 'buffer':52 'connect':12,28 'explan':4 'generat':9 'goe':17 'got':39 'high':21,42 'hook':63 'inlin':66 'input':15,32,37 'll':70 'low':25,46 'measur':6,34 'order':49 'report':71 'signal':8 'test':68 'thank':1 'v':20,24,41,45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/430385"
  +editedAt: DateTimeImmutable @1687155895 {#1606
    date: 2023-06-19 08:24:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1687155877 {#1610
    date: 2023-06-19 08:24:37.0 +02:00
  }
  +"title": 1071
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details