Search found 6 matches
- Tue Jul 06, 2021 12:38 pm
- Forum: General discussion
- Topic: TFTLCD_8BIT_STM32 issue
- Replies: 2
- Views: 3951
TFTLCD_8BIT_STM32 issue
Hi Guys, I've another problem with the TFTLCD_8bit library I think. Because, the screen went White out of the blue, after 4 days working and adjusting it, and when I got the right AD read. I've modified some pins, but It was working fine without any problem, the main library is here (https://github ...
- Sat Jun 26, 2021 6:49 pm
- Forum: Projects
- Topic: Issues with AD Conversion
- Replies: 10
- Views: 9642
Re: Issues with AD Conversion
Thank for your advertising, I'm a inexperient developer, but it will be good work with people like you all, you gave me some nice tips and advertising.
And I'm Brazilian, there aren't this kind of enterprises here, lot of taxes, etc., that turns things hard and mostly we need to import this kind of ...
And I'm Brazilian, there aren't this kind of enterprises here, lot of taxes, etc., that turns things hard and mostly we need to import this kind of ...
- Sat Jun 26, 2021 3:39 pm
- Forum: Projects
- Topic: Issues with AD Conversion
- Replies: 10
- Views: 9642
Re: Issues with AD Conversion
use adc1. adc2 has less features and kind of use adc1 as 'master', i.e. for some things like dual interleaved samples, you need to start with adc1.
with adc1 use you have PA0 adc0, PA1 adc1, PA2 adc2, PA3, adc3, using more than that overlaps spi1 (i think there is alternate function gpios, but i'm ...
- Sat Jun 26, 2021 2:02 pm
- Forum: Projects
- Topic: Issues with AD Conversion
- Replies: 10
- Views: 9642
Re: Issues with AD Conversion
Hello guys, I'm newbie with arduino IDE and stm32f103c8, and I'm having this issue with ad conversion.
Well, I'm using Roger's STM32duino (https://github.com/rogerclarkmelbourne/Arduino_STM32), and this ILI9341 library (https://github.com/iwalpola/Adafruit_ILI9341_8bit_STM), Ok.
But at certain ...
- Sat Jun 26, 2021 2:00 pm
- Forum: Projects
- Topic: Issues with AD Conversion
- Replies: 10
- Views: 9642
Re: Issues with AD Conversion
Why don't you use ADC1?
For pins please use PAx, PBy format.
I've tried, but the result is the same, in this example I've forgot to put some libraries, but I'm trying to get the real reading, but it always get different values from 0 to 4096, even if I put the potenciometer in the max ...
- Fri Jun 25, 2021 6:45 pm
- Forum: Projects
- Topic: Issues with AD Conversion
- Replies: 10
- Views: 9642
Issues with AD Conversion
Hello guys, I'm newbie with arduino IDE and stm32f103c8, and I'm having this issue with ad conversion.
Well, I'm using Roger's STM32duino (https://github.com/rogerclarkmelbourne/Arduino_STM32), and this ILI9341 library (https://github.com/iwalpola/Adafruit_ILI9341_8bit_STM), Ok.
But at certain ...
Well, I'm using Roger's STM32duino (https://github.com/rogerclarkmelbourne/Arduino_STM32), and this ILI9341 library (https://github.com/iwalpola/Adafruit_ILI9341_8bit_STM), Ok.
But at certain ...