fdcavalcanti commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-3108956101
I'll close this due to inactivity.
Also, ADC has been fully implemented. Check it out
[here](https://github.com/apache/nuttx/issues/15692).
--
This is an automated message
fdcavalcanti closed issue #14816: [HELP] ESP32-S3 Don't work ADC
URL: https://github.com/apache/nuttx/issues/14816
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscrib
acassis commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2566226468
@shizacat I think if you get it working without using the 3rd-party-hal it
will be better. ESP32 support was implemented in the standard registers
description, as Greg Nutt did for a
fdcavalcanti commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2562545648
Hi @shizacat. That's would be a nice contribution!
To accomplish this, you need to use other similar features as example. Since
you are using Xtensa, take a look at `arch/
shizacat commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2562269497
@acassis
Hello, I want to try to change the implementation of the ADC driver to work
through components/hal.
But I encountered difficulties.
I thought to take a ready-made
shizacat commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2498292158
@fdcavalcanti Thank you!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
acassis commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2493784288
@fdcavalcanti maybe @nuttxs could take a look, he added this driver.
As I remember the idea as to keep Xtensa as proper driver and new RISC
(ESP32-C3/C6, etc) will use the HAL.
fdcavalcanti commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2493759010
@shizacat thanks. I did a quick test here without your RTC control
modifications.
The voltage is indeed returning a bad value. If I hold the ADC pin to 3v3 or
GND I can s
shizacat commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2486079323
@fdcavalcanti
NuttX version: 12.7.0
> Does the voltage issue happen on other pins?
Yes, I tested on ADC Channel 0,1,2, the voltage behavior on the pin was the
same.
fdcavalcanti commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2482660925
Thanks for the report. I'll look into this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
fdcavalcanti commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2482785311
@shizacat what NuttX version are you using?
Does the voltage issue happen on other pins? Could you check?
--
This is an automated message from the Apache Git Service.
To
acassis commented on issue #14816:
URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2480620471
@shizacat thanks for finding this issue and reporting it here! @tmedicci
@fdcavalcanti @eren-terzioglu
--
This is an automated message from the Apache Git Service.
To respond to t
shizacat opened a new issue, #14816:
URL: https://github.com/apache/nuttx/issues/14816
### Description
Hello. I trying to read value from ADC, but have something problem.
1) Added this code, without it don't get anything. It always returns the
same value, regardless of the applied
13 matches
Mail list logo