Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lost ability manage GPIO pin with TX/RX state change #40

Closed
Sergey-R5AU opened this issue Nov 27, 2023 · 3 comments
Closed

Lost ability manage GPIO pin with TX/RX state change #40

Sergey-R5AU opened this issue Nov 27, 2023 · 3 comments

Comments

@Sergey-R5AU
Copy link

Sergey-R5AU commented Nov 27, 2023

Hi Andre !

after some updates of Pluto i lost ability to driving GPIO with changing RX/TX state with:
RX
TX

I have tested separately onoff package with simple JS script like:

'use strict';
const Gpio = require('onoff').Gpio;
const led = new Gpio(6, 'out');
led.writeSync(1);

GPIO6 driving fine as previously , but state not changing with TX/RX RemSDR - with TX Audio button or with external switch based on arduino.

What could be wrong, what i can trace and check ?

Thank you !

common

@Sergey-R5AU
Copy link
Author

I have been spending a time for isolation and solving problem above.
Even on the last version completely lost TX audio !
On the fact: core of issue is - version of the Browsers , Chrome or Edge.
I roll back to the version of the Chrome 110.xx - all works fine.
Problem: new version are not supporting used node.js and especially incompatible with used version of socket.io
Recommended to use latest version of node.js and t libraries.
Problem solved.

@Sergey-R5AU
Copy link
Author

Problem solved as mentioned in the last post. Latest versions of browsers are not supporting used version of node.js and socket.io with used in RemSDR images.

@dona76
Copy link

dona76 commented Feb 21, 2024

Very nice software André !
I've fixed the TX issue with rolling back Chrome to 104 version (ether 32 or 64b) and following method 1 in
https://www.browserstack.com/guide/downgrade-to-older-versions-of-chrome
With Group Policy, it is possible to disable gogole update.
73' F4BSP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants