@@fpiSTM
https://github.com/rogerclarkmelbourne/ ... /board.cpp
'Adafruit_MAX31865(7, 4, 5, 6);'
Why?
'Adafruit_MAX31865(4,7,6,5);'
Why? 7,4,5,6?
I'm curious.
Search found 95 matches
- Mon Jan 06, 2025 4:02 am
- Forum: General discussion
- Topic: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
- Replies: 8
- Views: 1305
- Mon Jan 06, 2025 1:49 am
- Forum: General discussion
- Topic: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
- Replies: 8
- Views: 1305
Re: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
No matter how hard I try, it doesn't work.
Can someone help me?
Even if I use 'Adafruit_MAX31865(7, 4, 5, 6)', the exact value does not come out.
It seems to be a problem with the library code.
Can someone help me?
Even if I use 'Adafruit_MAX31865(7, 4, 5, 6)', the exact value does not come out.
It seems to be a problem with the library code.
- Mon Nov 25, 2024 5:44 am
- Forum: General discussion
- Topic: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
- Replies: 8
- Views: 1305
Re: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
Adafruit_MAX31865 thermo = Adafruit_MAX31865(7, 4, 5, 6);
It seems that SPI communication is working, but the actual result value is not correct.
I am looking for another library.
14:43:45.948 -> REFIN- < 0.85 x Bias - FORCE- open
14:43:45.948 -> RTDIN- < 0.85 x Bias - FORCE- open
14:43:45.948 ...
It seems that SPI communication is working, but the actual result value is not correct.
I am looking for another library.
14:43:45.948 -> REFIN- < 0.85 x Bias - FORCE- open
14:43:45.948 -> RTDIN- < 0.85 x Bias - FORCE- open
14:43:45.948 ...
- Thu Nov 21, 2024 12:18 am
- Forum: General discussion
- Topic: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
- Replies: 8
- Views: 1305
Re: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
@fpiSTM
Thank you. ~~!!
Thank you. ~~!!
- Wed Nov 20, 2024 8:41 am
- Forum: General discussion
- Topic: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
- Replies: 8
- Views: 1305
- Wed Nov 20, 2024 8:38 am
- Forum: General discussion
- Topic: [maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
- Replies: 8
- Views: 1305
[maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
[maple mini] Adafruit_MAX31865 library : The correct value is not displayed.
1. Adafruit_MAX31865 library : https://www.adafruit.com/product/3328
2. PT-100 : 2wire
3. CODE :
#include <Wire.h>
#include "Adafruit_MAX31865.h"
// Use software SPI: CS, DI, DO, CLK
Adafruit_MAX31865 thermo ...
1. Adafruit_MAX31865 library : https://www.adafruit.com/product/3328
2. PT-100 : 2wire
3. CODE :
#include <Wire.h>
#include "Adafruit_MAX31865.h"
// Use software SPI: CS, DI, DO, CLK
Adafruit_MAX31865 thermo ...
- Wed Sep 25, 2024 11:46 pm
- Forum: General discussion
- Topic: I want to know how to turn off 'watchdog' on STM32F103C8T6.
- Replies: 1
- Views: 4943
I want to know how to turn off 'watchdog' on STM32F103C8T6.
I want to know how to turn off 'watchdog' on STM32F103C8T6.
For example, in the case of Arduino,
wdt_enable(WDTO_4S); ON
wdt_disable(); OFF
(maple board)
core : https://github.com/rogerclarkmelbourne/Arduino_STM32
iwdg_prescaler WATCHDOG;
uint16_t TIMES = 10000; // 65,535
iwdg_init(IWDG_PRE ...
For example, in the case of Arduino,
wdt_enable(WDTO_4S); ON
wdt_disable(); OFF
(maple board)
core : https://github.com/rogerclarkmelbourne/Arduino_STM32
iwdg_prescaler WATCHDOG;
uint16_t TIMES = 10000; // 65,535
iwdg_init(IWDG_PRE ...
- Wed Sep 25, 2024 11:07 pm
- Forum: General discussion
- Topic: Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?
- Replies: 2
- Views: 2184
Re: Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?
@fpiSTM
Thank you for your reply.
Thank you for your reply.
- Tue Sep 24, 2024 6:44 am
- Forum: General discussion
- Topic: Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?
- Replies: 2
- Views: 2184
Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?
Is there a way to use 4 STM32F103C8T6 UARTs (TTL)?
CORE1 : https://github.com/stm32duino/Arduino_Core_STM32
Is there any way to use 4 'UART' functions?
Either hardware or software.
CORE1 : https://github.com/stm32duino/Arduino_Core_STM32
Is there any way to use 4 'UART' functions?
Either hardware or software.
- Wed Jun 12, 2024 11:46 am
- Forum: General discussion
- Topic: OLED 128x64 SSD1306 sometimes doesn't work :-(
- Replies: 12
- Views: 9491
Re: OLED 128x64 SSD1306 sometimes doesn't work :-(
loarri
hobbya
[u8x8.setContrast] does not work
link: https://forum.arduino.cc/t/u8x8-setcontrast-does-not-work/1270946
hello. Nice to meet you.
MCU: STM32Duino STM32F103C8
1. The operation was implemented through the ‘u8x8’ library.
2. However, the 'setContrast' command of 'u8x8' is not ...
hobbya
[u8x8.setContrast] does not work
link: https://forum.arduino.cc/t/u8x8-setcontrast-does-not-work/1270946
hello. Nice to meet you.
MCU: STM32Duino STM32F103C8
1. The operation was implemented through the ‘u8x8’ library.
2. However, the 'setContrast' command of 'u8x8' is not ...