Search found 63 matches

by myksj1105
Tue May 14, 2024 3:48 am
Forum: General discussion
Topic: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function
Replies: 2
Views: 151

Re: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function

#include "STM32LowPower.h"

Can I use the above library? 'STM32LowPower' ?
by myksj1105
Mon May 13, 2024 9:37 pm
Forum: General discussion
Topic: STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function
Replies: 2
Views: 151

STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function

STM32F103CB ‘Sleepy mode’ and ‘Wake up’ function [Status] 1. MCU: STM32F103CB 2. CORE1: https://github.com/rogerclarkmelbourne/Arduino_STM32 3. CORE2: https://github.com/stm32duino/Arduino_Core_STM32 hello. We want to configure it with low power. 1. Enter ‘Sleepy Mode’ through firmware. 2. In terms ...
by myksj1105
Mon May 13, 2024 9:29 pm
Forum: General discussion
Topic: STM32F103 / As a ‘USB Host’, I would like to save a ‘txt’ file on USB.
Replies: 2
Views: 629

Re: STM32F103 / As a ‘USB Host’, I would like to save a ‘txt’ file on USB.

There's nothing about usb host in F103 datasheet so I don't think it's possible. You will need external USB host chip/module that uses SPI / UART to communicate with STM32. There are USB host shields and modules for Arduino that should work without problems with stm32 core GonzoG Thank you for your...
by myksj1105
Thu May 09, 2024 4:36 am
Forum: General discussion
Topic: STM32F103 / As a ‘USB Host’, I would like to save a ‘txt’ file on USB.
Replies: 2
Views: 629

STM32F103 / As a ‘USB Host’, I would like to save a ‘txt’ file on USB.

[Current Status] 1. MCU: STM32F103CB 2. CORE1: https://github.com/rogerclarkmelbourne/Arduino_STM32 3. CORE2: https://github.com/stm32duino/Arduino_Core_STM32 - lib : https://github.com/stm32duino/Arduino_Core_STM32/issues/559 [What I want to do] 1. As a ‘USB Host’, I would like to save a ‘txt’ file...
by myksj1105
Thu May 09, 2024 1:28 am
Forum: General discussion
Topic: Is there an example of 'STM32WB55CE' 'RF communication'? help me~~
Replies: 2
Views: 748

Is there an example of 'STM32WB55CE' 'RF communication'? help me~~

Is there an example of 'STM32WB55CE' 'RF communication'? hello. Nice to meet you. 1. Core: https://github.com/stm32duino/Arduino_Core_STM32 2. Circuit: https://drive.google.com/file/d/1mVuiKSZ830vhdsI89TsLEXtBgHIp6BLD/view?usp=sharing 3. MCU: STM32WB55CE Here's what you're curious about: 1. Can the ...
by myksj1105
Thu May 09, 2024 1:21 am
Forum: General discussion
Topic: 'STM32WB55CE' What should I use to hold the boot?
Replies: 0
Views: 427

'STM32WB55CE' What should I use to hold the boot?

- Core : https://github.com/stm32duino/Arduino_Core_STM32?tab=readme-ov-file#generic-stm32wb-boards - MCU : STM32WB55CE What should I use to hold the boot? Can you tell me what the boot file is? I would appreciate it if you could let me know. - url : https://github.com/rogerclarkmelbourne/STM32duino...
by myksj1105
Wed Apr 24, 2024 5:11 pm
Forum: General discussion
Topic: ‘MCU basic current’ increases after PWM operation. help me.
Replies: 2
Views: 2443

Re: ‘MCU basic current’ increases after PWM operation. help me.

I found the cause. (Additional circuit diagram) url: https://drive.google.com/file/d/1sUG4Njh6N8fxbmLm5A1JxwvhqjxqI6ch/view?usp=sharing - MR1: Shunt resistance - L4,L5: Bead resistance (0 ohm~1 ohm) - Directly connected to ADC to measure current. After removing L4 and L5, the problem disappeared. It...
by myksj1105
Wed Apr 24, 2024 2:47 am
Forum: General discussion
Topic: ‘MCU basic current’ increases after PWM operation. help me.
Replies: 2
Views: 2443

‘MCU basic current’ increases after PWM operation. help me.

‘MCU basic current’ increases after PWM operation. - core: https://github.com/rogerclarkmelbourne/Arduino_STM32 1. If there is no operation, the total current of 0.07A flows. 2. Turn on PWM - (source code)pinMode(PA6, PWM); pwmWrite(PA6, 5000); 3. Turn off PWM - (source code)pinMode(PA6, PWM); pwmWr...
by myksj1105
Thu Mar 14, 2024 9:43 am
Forum: General discussion
Topic: I2C communication does not work.
Replies: 3
Views: 1037

Re: I2C communication does not work.

@ag123

Thank you for your interest.


1. It works well via Serial (UART).
2. The 'CM1107' board is capable of UART communication and I2C communication.
- If 'CM1107 R/T' is 0VDC, it operates through I2C.
3. It does not work when communicating via I2C.

Go to advanced search