No haven't seen that, didn't update in a while must have missed that in the changelogs

Components look good.
Yes. I used -5 to -6 with my stereostim rig, and -1.3 with FOC-Stim. I believe this is mostly caused by the 3-transformer configuration.darthjj wrote: ↑Sun Jan 12, 2025 4:50 pm Didn't immediately realize it, but the common calibration in Restim should use 0 as a starting point, right? I mean unlike a stereostim where it's more likely to be around -5dB. Think I'll need to keep two instances of Restim with different settings, since I don't plan to retire the stereostim yet.
You are probably right, I didn't do a very thorough job testing the protocol for robustness.darthjj wrote: ↑Sun Jan 12, 2025 4:50 pm Btw. it is possible to get undefined behaviour by sending commands with values larger than int max, e.g. V02147483648. The platformio implementation does the most sensible thing and parses anything larger as 2147483647, which will still turn out wrong but at least the end result will stay within the expected [0,1) range. Running the same code on Linux gives -2147483648.
You can desolder the onboard pot, this leaves 3 pads which can be used to connect an external pot.Pinco wrote: ↑Wed Jan 15, 2025 5:38 pm Hi all,
I started looking at this new box that seems better than my old DIY box.
I have two points/questions, please clarify.
I do not see any pot in the schematic and I would like to manage the volume by hw and not just with sw.
I am not familiar at all with VSC platformio but I know a little of Arduino Eclipse IDE named Sloeber that I used for some simple projects. Do you think I can program with that ?
thanks
hi diglet,diglet wrote: ↑Wed Jan 15, 2025 6:57 pmYou can desolder the onboard pot, this leaves 3 pads which can be used to connect an external pot.Pinco wrote: ↑Wed Jan 15, 2025 5:38 pm Hi all,
I started looking at this new box that seems better than my old DIY box.
I have two points/questions, please clarify.
I do not see any pot in the schematic and I would like to manage the volume by hw and not just with sw.
I am not familiar at all with VSC platformio but I know a little of Arduino Eclipse IDE named Sloeber that I used for some simple projects. Do you think I can program with that ?
thanks
I have no experience with sloeber / eclipse. If you can install platformio in it, you should be able to compile and upload the code.
Yes, I noticed that you mentioned it a few times... How do you manage the volume in sw? I used windows controls for that but here the only way I see is through restim that it is not very practicalYou can desolder the onboard pot, this leaves 3 pads which can be used to connect an external pot.
never mind, I did some research, you have to load on sloeber/eclipse ST32 platforms/boards but it seems there are many issues. So I installed VSC platformio. I guess I will ask for your help regarding the config.h file.I have no experience with sloeber / eclipse. If you can install platformio in it, you should be able to compile and upload the code.
I did firmware update and that resolved issue where boards were resetting and losing connection (it was actually the development part of board that had some bug, the diglet's firmware ran fine and output serial comms to pin but the development daughterboard was switching to wrong mode).Afapp wrote: ↑Thu Jan 16, 2025 8:34 pm Is the firmware update important for the B-G431B-ESC1 board? Does the
https://www.st.com/en/development-tools ... eprog.html
STM cube programmer do it automatically or do I have to write this myself?
There is a button on the right-hand side of the Stm32CubeProgrammer windows with "firmware update". Click that and then a window will pop up that allows you to update the firmware.Afapp wrote: ↑Thu Jan 16, 2025 8:34 pm Is the firmware update important for the B-G431B-ESC1 board? Does the
https://www.st.com/en/development-tools ... eprog.html
STM cube programmer do it automatically or do I have to write this myself?
Users browsing this forum: No registered users and 59 guests