Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2025-07-23 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2025-07-23 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-12-31 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-12-26 Thread via GitHub
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/

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-12-25 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-25 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-22 Thread via GitHub
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.

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-22 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-19 Thread via GitHub
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.

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-18 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-18 Thread via GitHub
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

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-16 Thread via GitHub
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

[I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-16 Thread via GitHub
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