Search found 32 matches
- Thu Mar 04, 2021 6:34 am
- Forum: IDE's
- Topic: Arduino IDE 2.0
- Replies: 3
- Views: 104
Re: Arduino IDE 2.0
it seemed to be evolved from the 'pro' ide https://www.arduino.cc/pro/arduino-pro-ide apparently it isn't made of java but rather typescript/javascript https://github.com/arduino/arduino-ide it seem to suggest where things are headed, it would be more of typescript/javascript based than java. and q...
- Thu Mar 04, 2021 6:30 am
- Forum: IDE's
- Topic: board manager for RogerClark's version + arduino IDE2.0
- Replies: 13
- Views: 218
Re: board manager for RogerClark's version + arduino IDE2.0
the only minor catch is that those archives / zip may not be updated as the repository. hence, if there are issues, it may take a little effort to fetch the repository and manually update that in the installed location. the archives are fetched from dan brown's site if you review the package.json I...
- Wed Mar 03, 2021 5:56 am
- Forum: IDE's
- Topic: board manager for RogerClark's version + arduino IDE2.0
- Replies: 13
- Views: 218
Re: board manager for RogerClark's version + arduino IDE2.0
you can use http://dan.drown.org/stm32duino/package ... index.json for Roger's core boards manager installation
- Wed Jan 27, 2021 6:29 am
- Forum: Libraries & Hardware
- Topic: FlashStorage_STM32 Library to use emulated-EEPROM
- Replies: 6
- Views: 568
Re: FlashStorage_STM32 Library to use emulated-EEPROM
Khoi Hoang, if you played with STM32 NVM controller, could you try to make ArduinoOTA library InternalStorage implementation for STM32?
https://github.com/jandrassy/ArduinoOTA/issues/4
https://github.com/jandrassy/ArduinoOTA/issues/4
- Tue Sep 22, 2020 11:44 am
- Forum: General discussion
- Topic: do you use STM32 for IoT?
- Replies: 4
- Views: 755
Re: do you use STM32 for IoT?
so main main Arduino project is a heating power Triac based regulator consuming photovoltaic surplus. it reads data from inverter's datamanager over Modbus TCP, for monitoring it has Telnet server and web server with html, css and js. it uses Blynk cloud service to be accessible from anywhere with a...
- Sun Sep 20, 2020 9:37 am
- Forum: General discussion
- Topic: do you use STM32 for IoT?
- Replies: 4
- Views: 755
do you use STM32 for IoT?
I wonder. I see on this forum almost no threads about networking, Ethernet, WiFi, IoT, Web Server, OTA upload. I searched for a word WiFi and the treads returned showed no discussion about STM32 project with WiFi. Is it only the forum or are STM32 MCUs really used only for 'classic' projects with di...
- Sun Sep 13, 2020 1:30 pm
- Forum: General discussion
- Topic: Figgering Out the Differences
- Replies: 6
- Views: 1289
Re: Figgering Out the Differences
@rikysuhendra , in old IDE you had Roger's core and in the new IDE installation you have the core by STM
- Tue Sep 01, 2020 4:15 pm
- Forum: IDE's
- Topic: Arduino Pro IDE and STM32
- Replies: 5
- Views: 2231
Re: Arduino Pro IDE and STM32
I can step debug the Blue Pill in Eclipse Sloeber with ST-Link. I have in boards.txt in my_boards custom definitions (https://github.com/jandrassy/my_boards) this lines added BluePill128kswd.build.flags.optimize=-g -Og BluePill128kswd.compiler.c.extra_flags=-DDEBUG BluePill128kswd.compiler.cpp.extra...
- Wed Jul 15, 2020 6:39 pm
- Forum: General discussion
- Topic: Newbie stuck at first flash attempt (STM32F103)
- Replies: 31
- Views: 8542
Re: Newbie stuck at first flash attempt (STM32F103)
I want to know what upload method did you select? your post doesn't contain the command
- Wed Jul 15, 2020 4:09 pm
- Forum: General discussion
- Topic: Newbie stuck at first flash attempt (STM32F103)
- Replies: 31
- Views: 8542
Re: Newbie stuck at first flash attempt (STM32F103)
you do upload from IDE? what are your Tools menu settings? No, not yet. I am just using ST Cube Programmer at the moment, as I had the first error messages in the Arduino IDE (with the most recent core installed etc.) and then tried to reduce the impacts of other software. Blink didn't compile?