Search found 8 matches
- Fri Jan 07, 2022 6:48 am
- Forum: Projects
- Topic: [WIP] 1950 Mercury Lead sled
- Replies: 36
- Views: 11005
Re: 1950 Mercury Lead sled
Sie arbeitest sehr schnell! I'm impressed with how quickly you are moving through the phases. Also, how much quality of engineering you employ. Gut erledigt!
- Sat Dec 18, 2021 6:31 am
- Forum: User Interface
- Topic: New Olimex WiFi Module Problems
- Replies: 17
- Views: 16140
Re: New Olimex WiFi Module Problems
I found Olimex to be less than quality. In fact, no matter how impressive the ad, and how cheap the price, if I see Olimex, I run away. You confirmed my personal experience with that company. Sorry for your frustrations nonetheless.
- Sat Dec 04, 2021 11:15 pm
- Forum: User Interface
- Topic: Sharing one ESP8266 between multiple STM32s
- Replies: 10
- Views: 12008
Re: Sharing one ESP8266 between multiple STM32s
It wasn't until I got to the last post that I realized this thread is 10 months old. The thought I had is that CAN and I2C both use addressing protocols. Whether it's CAN, I2C, or UART, a custom protocol can use addressing schemes to get unaffected MCUs to ignore transmissions (software instead of h...
- Fri Nov 26, 2021 4:29 pm
- Forum: General
- Topic: Arduino Libraries Rant
- Replies: 9
- Views: 3306
Re: Arduino Libraries Rant
I looked into Arduino a couple of times, but I like the control of using just the processor itself. I work with the PIC line. Microchip now has a line of Nano boards that allow you to interface the PIC processor like you would an Arduino. The PIC community suffers its own challenges with Microchip C...
- Tue Nov 23, 2021 10:25 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 639901
Re: ZombieVerter VCU Support
There are many YouTube tutorials on soldering SMT parts, here's one:
You can look in the right side bar for more when you get to YouTube for more ideas.
You can look in the right side bar for more when you get to YouTube for more ideas.
- Mon Nov 15, 2021 8:42 pm
- Forum: Inverters / Motor Controllers
- Topic: STM32 woes
- Replies: 54
- Views: 17750
Re: STM32 woes
My experience has been with the Microchip PIC processors. What I found is that parts more than about a decade old are slow, limited, and expensive. Newer offerings are faster, offer more peripherals, and are cheaper. I looked up the ST part number you're working with and it appears to be about 15 ye...
- Mon Nov 15, 2021 2:41 pm
- Forum: Inverters / Motor Controllers
- Topic: stm32-template: structs with more than 12 members go to blocking_handler
- Replies: 4
- Views: 1944
Re: stm32-template: structs with more than 12 members go to blocking_handler
I work with PIC processors, but it may have something to do with page size. You may be filling a page and overflowing to another, and the context of usage cannot deal with that. Look at the disassembly for addressing to see where your linker is putting it. That may show you what's happening.
- Sun Nov 14, 2021 4:27 pm
- Forum: Battery Managment (BMS)
- Topic: 4-channel BMS with daisychain bus
- Replies: 231
- Views: 113113
Re: 4-channel BMS with daisychain bus
Just read through the entire thread. You mentioned using large value resistors for the resistor divider to keep parasitic losses to a minimum. A trick I use is to use a P-MOSFET (like a TP2104) to connect the battery to the high side of the resistor divider. Then I use much smaller resistor values. ...