Hi Steve,
I've mentioned about it in the first line ;)
Of course I've checked examples. They are works well but only on first level. As I wrote, I can enter setup page and display all items but other buttons are dead. I use one button to go to the setup page where I would like to chcange two ...
Search found 6 matches
- Sat Feb 06, 2021 8:38 pm
- Forum: General discussion
- Topic: Buttons problem
- Replies: 10
- Views: 8393
- Fri Feb 05, 2021 3:56 pm
- Forum: General discussion
- Topic: Buttons problem
- Replies: 10
- Views: 8393
Re: Buttons problem
Thanks Ray,
Button King library if very flexible. It has click, double click, triple click, press, double press, triple press with configurable press and release time and of course debouncing time. So I could use it in almost all project but my brain goes to sleep :( and I can not understand syntax ...
Button King library if very flexible. It has click, double click, triple click, press, double press, triple press with configurable press and release time and of course debouncing time. So I could use it in almost all project but my brain goes to sleep :( and I can not understand syntax ...
- Fri Feb 05, 2021 12:37 pm
- Forum: General discussion
- Topic: Buttons problem
- Replies: 10
- Views: 8393
Buttons problem
Hi All,
I would like to ask you very much for help in arduino. I tried to cover the subject with the Button King library because it has a press function without having to play with mills.
The topic is quite simple.
I want to press the SET button and hold for a while (I just used press here) then ...
I would like to ask you very much for help in arduino. I tried to cover the subject with the Button King library because it has a press function without having to play with mills.
The topic is quite simple.
I want to press the SET button and hold for a while (I just used press here) then ...
- Sun Dec 27, 2020 4:07 pm
- Forum: Projects
- Topic: DS18B20 on STM32F103C8
- Replies: 8
- Views: 10639
Re: DS18B20 on STM32F103C8
IT WORKS!!!! Grrreeeeaaattt!!!
Thank You very much!!!!
Thank You very much!!!!
- Thu Dec 24, 2020 12:08 pm
- Forum: Projects
- Topic: DS18B20 on STM32F103C8
- Replies: 8
- Views: 10639
Re: DS18B20 on STM32F103C8
Hi,
I use STM32F103C8 "black pill" board with 64k memory. In board manager I've selected STM32F1xx/GD32F1xx boards ver. 2020.12.17 by stmduino and use Generic STM32F103C series with ST-Link programmer. My program works well without OneWire.h and DS18B20 libraries and commented all lines which use ...
I use STM32F103C8 "black pill" board with 64k memory. In board manager I've selected STM32F1xx/GD32F1xx boards ver. 2020.12.17 by stmduino and use Generic STM32F103C series with ST-Link programmer. My program works well without OneWire.h and DS18B20 libraries and commented all lines which use ...
- Wed Dec 23, 2020 8:24 pm
- Forum: Projects
- Topic: DS18B20 on STM32F103C8
- Replies: 8
- Views: 10639
DS18B20 on STM32F103C8
Hi All,
I'm building a project of motorcycle computer like device. It displays some important informations for bikers. It works on Arduino Nano but Nano was too slow. Now I'm trying to port it to stm32. Almost all works fine but I have a problem with OneWire library. I would like to use DS18B20 ...
I'm building a project of motorcycle computer like device. It displays some important informations for bikers. It works on Arduino Nano but Nano was too slow. Now I'm trying to port it to stm32. Almost all works fine but I have a problem with OneWire library. I would like to use DS18B20 ...