-
Notifications
You must be signed in to change notification settings - Fork 12
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
Calibration #15
Comments
С точкой и показаниями разобрался. Теперь на амперметре не могу выставить точку, вместо 1А показывает 10 |
So, current firmware has been modified lately and it's broken if you try to use it with PlatformIO. I don't know if it still works with IAR. In any case, go to config_8s003.h and modify which board revision you have:
pick one of these. Then, make sure you run a re-calibration by shoring the calibration pin (D6) and then powering up the device. (Don't connect anything to the voltage input). |
Здравствуй. Напишу по порядку. У меня чип 8S003F3P6 . Сам чип таков что не могу его стирать но я иду в вкладку секуре бит и включаю потом выключаю бит защиты , тем самым получаю чистый чип. Скачал Ваш проект и поменял версию железа на |
This is good. I'll have a look at it to see what could have gone wrong with the last merge. Maybe @alexasf could add some clarification since I didn't test these changes. |
Моя рабочая ветка https://github.com/alexasf/vc288-alt-fw |
кто вкурсе че тут происходит? не получается залить в стм8 src\main.c:92: warning 112: function 'roundf' implicit declaration Environment Status Duration stm8sblue_debug FAILED 00:00:01.947 Terminal will be reused by tasks, press any key to close it. |
@ai-big-boss That's because of the last merge, where some bugs were introduced inadvertly. After my PR got merged, you should be able to build it again: |
ok thanks you bro! its working ! |
Please modify the config_8s003.h so it's set as following: #define BOARD_HW_V1 because these changes also default to a different board revision than the one you (and I) have. |
да спасибо разобрался интуитивно понятно все это превосходно! посмотрел код вспомнил что вы собирались добавить поддержку разных версий и нашел сам )) спасибо за ответ ! благодарен вам за хорошую работу ! успехов вам и всего самого лучшего ! от чистого сердца |
разобрался? |
К сожалению пока не разобрался. Прошил с ветки alexasf но там после калибровки не идет замер то есть замер делается только один раз только при включении. Если включил на 9 вольт то индикация не меняется если меняю вольтаж на измеряющем пине. Так и показывает 9 при любом входящем напряжении. Не исключено что я что то не правильно делаю, сейчас немного занят другим проектом и скоро вернусь к этому. |
Похоже АЦП затыкается. |
Протестировал измерение, на плате от термометра W1209. |
Привет всем. Столкнулся тоже с проблемой калибровки. Залил актуальную прошивку. Версия платы 1, при подаче питания 5в - показания 11,3
6в - 21,5
7в - 32.8
8в - 43,0
Резисторы перепроверил тестером и вроде соответствуют скетчу RV1,2 - 20k , R1-8k2 , R2-270k , R3-180k , R4-8k2
Подскажите правильное направление решения. Спасибо.
ENG
Hello everybody. I also ran into a calibration problem. Uploaded the current firmware. Board version 1, when the input power is 5V - display show 11.3
6v - 21.5
7v - 32.8
8v - 43.0
I checked the resistors with a tester and seem to correspond to the sketch RV1,2 - 20k, R1-8k2, R2-270k, R3-180k, R4-8k2
Prompt the right direction of the solution. Thank you.
The text was updated successfully, but these errors were encountered: