Search found 633 matches

by mrburnette
Sun Oct 24, 2021 1:21 am
Forum: IDE's
Topic: Upload code issue on Linux-Ubuntu
Replies: 13
Views: 18467

Re: Upload code issue on Linux-Ubuntu

As a "rule of thumb", do not leave the ArduinoIDE open and your USB enumerated to an Arduino board. This goes also for Windows when using non-Microsoft com drivers. Bad things will happen sometimes and mess with your head. The internet has numerous stories of such dark skies surrounding Li...
by mrburnette
Sat Oct 23, 2021 6:16 pm
Forum: IDE's
Topic: arduino slow compilation caused by GCC?
Replies: 6
Views: 6839

Re: arduino slow compilation caused by GCC?

... In the meantime a way around it is to fix the temporary build folder that can be set in the IDE config file. This is so that it won't need to rebuild all the object files with each change. For 10 years I have used the "slow" excuse as the primary reason to upgrade my notebook and I am...
by mrburnette
Sat Oct 23, 2021 5:46 pm
Forum: Off topic
Topic: charging lipo batteries
Replies: 25
Views: 17652

Re: charging lipo batteries

There are identical formfactor cells that are rechargeable

Image
by mrburnette
Sat Oct 23, 2021 12:18 pm
Forum: General discussion
Topic: Fast ADC and DAC on Arduino required
Replies: 7
Views: 4343

Re: Fast ADC and DAC on Arduino required

Recently I found an example on net that shows a time interrupt function based on HardwareTimer, that worked as expected on DB. On the other side, the Arduino’s analogRead is ridiculously slow, taking 40% of processing time, and 3% of analogWrite. Opinion and generalized observation: Too many Arduin...
by mrburnette
Sat Oct 23, 2021 11:49 am
Forum: IDE's
Topic: arduino slow compilation caused by GCC?
Replies: 6
Views: 6839

Re: arduino slow compilation caused by GCC?

kurtow187: Interesting. However I have multiple IDE installations on Win10 and "no issues noticed." Same (as one would expect) with Linux. Such "extended" compile/link times may be nothing more than Windows "constipation." The Arduino IDE is JAVA-based and each IDE-vers...
by mrburnette
Fri Oct 22, 2021 11:24 pm
Forum: Projects
Topic: AHT10 humidity sensor over Software I2C
Replies: 28
Views: 16671

Re: AHT10 humidity sensor over Software I2C

Or, one could throw hardware at the problem: https://learn.adafruit.com/adafruit-tca9548a-1-to-8-i2c-multiplexer-breakout In theory, you could have 8 of these multiplexers on each of 0x70-0x77 addresses in order to control 64 of the same-I2C-addressed-part. The software-only solution is less costly,...
by mrburnette
Sun Oct 17, 2021 1:54 pm
Forum: General discussion
Topic: most storage is full before compile, why?
Replies: 2
Views: 1529

Re: most storage is full before compile, why?

This question has been asked and answered so many times... https://www.stm32duino.com/viewtopic.php?t=1071 https://www.stm32duino.com/viewtopic.php?t=986 ... and more times that I can count on the old forum and on Arduino.cc. https://forum.arduino.cc/t/why-does-even-a-very-simple-sketch-use-400-byte...
by mrburnette
Sun Oct 17, 2021 1:24 am
Forum: Libraries & Hardware
Topic: VL6180x not connecting by I2C to maple mini r2 by Baite
Replies: 6
Views: 10102

Re: VL6180x not connecting by I2C to maple mini r2 by Baite

Using wire no device can be found and using softwire I get message that mostly all addresses are found. Maybe you forgot about: https://electronics.stackexchange.com/questions/524698/stm32-i2c-do-i-need-external-pullups Good read: http://www.mosaic-industries.com/embedded-systems/sbc-single-board-c...
by mrburnette
Wed Oct 13, 2021 5:25 pm
Forum: General discussion
Topic: Reducing the current consumption of STM32L412KB
Replies: 9
Views: 4146

Re: Reducing the current consumption of STM32L412KB

IMO: STM32duino is not the best choice when doing low-level, low-power projects. As Arduino is created through wrappers and creative coding tricks, it has some inherent overhead. Rather, the better choice would be to toss Arduino'ish thinking and get down to a professional level of programming rathe...
by mrburnette
Wed Oct 06, 2021 9:45 pm
Forum: General discussion
Topic: To change Pin tasks
Replies: 1
Views: 1148

Re: To change Pin tasks

STM32F103 Internals.jpg The STM32F103xx has a matrix internal connection (actually several different buses), flexible but not every internal connection to any external connection. The STM32Arduino core respects the internal matrix. The reference manual RM0008 is the authority. 2.2.1 System Architec...

Go to advanced search