-
Older Activity
-
06-04-2023, 09:15 PM
Was kind of curious and it appears LittleFS can be used on the ESP32 but not Teensy version. Here is a reference that might help
https://www.mischianti.org/2021/04/01/esp32-integrated-littlefs-filesystem-5/
3 replies | 55 view(s)
-
05-24-2023, 12:18 PM
Thought I saw something a while ago about this. This may explain it: https://forum.pjrc.com/threads/70660-Teensy-4-0-analogWriteFrequency-rounding-errors?p=309572&viewfull=1#post309572
10 replies | 319 view(s)
-
05-14-2023, 09:02 PM
Nice @KurtE - looks like you got almost 100% working :)
67 replies | 3336 view(s)
-
05-14-2023, 10:27 AM
@tjaekel - nice job on getting it work.
4 replies | 166 view(s)
-
05-14-2023, 02:41 AM
As @joepasquariello and @wwatson said is its own file system. Its designed for use with NOR or NAND flash chips. On the T4.1 that could be on the QSPI bus as well as on one of the SPI busses for the T4 or T3.x chips. ...
3 replies | 130 view(s)
-
05-14-2023, 02:35 AM
Well you made me look and sure enough the sketch as written uses 309k. Looks like most of that is coming from using IOSTREAM. If I change the sketch to:
#include <iomanip>
//#include <iostream>
using namespace...
84 replies | 4418 view(s)
-
05-14-2023, 02:02 AM
@PaulStoffregen - @KurtE
Based on the testing so far think this would a good idea to add for the next beta - so basically I second what @KurtE said on getting the PR's incorporated
67 replies | 3336 view(s)
-
05-14-2023, 01:18 AM
Just ran across something interesting with the new toolchain and and updating to c17
Found that cout now works (no cin does not) and the c++ function setprecission works. Came across this when I was looking at...
84 replies | 4418 view(s)
-
05-14-2023, 12:39 AM
Thought had crossed my mind when I was working on it. Seems that stuff that we did is always in the back of my mind when I work with the IMU's
67 replies | 3336 view(s)
-
05-13-2023, 11:04 PM
Did a bit more work on the 2 sketches - wanted to see about requesting a data set and receiving just that data or if I wanted all of it so I created a menu on the host side:
Command list
I - Get IMU Data
L - Get...
67 replies | 3336 view(s)
-
05-12-2023, 11:02 PM
As a test I decided to see what would happen if I used a T4.0 as a sensor hub and then send the data via RAWHID. First I pulled out the old sensor board that we used for I2C testing using just the BNO080 and the...
67 replies | 3336 view(s)
-
05-11-2023, 10:02 PM
You may want to check out the spislave_t4 library. Check out this thread to see if it works for you: https://forum.pjrc.com/threads/66389-SPISlave_T4?highlight=spislave_t4
As for really long cables - ditto to what...
7 replies | 180 view(s)
-
05-10-2023, 10:38 PM
Synched up the changes and used RawHid512 to xfer that problematic jpeg up and down. Both xfer's were successful and images displayed correctly - just from that limited test it looks like it works.
67 replies | 3336 view(s)
-
05-10-2023, 10:13 PM
You may want to test the display without trying to use the SD card or the PCA at the same time. Think that the issue is that you need to have the MISO line attached for the SD card to work. Never tried the SD Card on...
7 replies | 128 view(s)
-
05-10-2023, 06:58 PM
First - not sure what display you have, what sketch you are using or what your wiring is. The ST7789 320x240 display that we tested with was from Adafruit...
7 replies | 128 view(s)
-
05-10-2023, 02:28 PM
@KurtE - @wwatson - @defragster
Did some more testing with that one jpeg that showed issues with uploading and downloading with MTP enabled.
Found that if you just comment out the mtp_loop command in the...
67 replies | 3336 view(s)
-
05-10-2023, 11:37 AM
Glad it all worked out. And thanks for turning everything off and testing. Didn't get around to that yesterday :). Even with everything turned off most files I transferred seemed to have not issue except for a few...
67 replies | 3336 view(s)
-
05-09-2023, 08:25 PM
Thats pretty much it. One change you need to make the host sketch
void loop() {
mtp_loop;
myusb.Task();
uint8_t filename;
int cmd = check_Serial_for_command(filename);
if (cmd != CMD_NONE) {
...
67 replies | 3336 view(s)
-
05-08-2023, 11:01 PM
Ditto - me too (playing for fun). Just wanted to let you know.
67 replies | 3336 view(s)
-
05-08-2023, 07:19 PM
Afternoon @KurtE (at least in NY)
Anyways I downloaded the latest and greatest changes you made and tried transferring a 4.8mb jpg.
The sketch says it transferred the file successfully:
...
67 replies | 3336 view(s)
-
05-03-2023, 11:44 AM
It sounds like making "ms" volatile is the safer way to go.
17 replies | 376 view(s)
-
05-02-2023, 09:59 PM
Don;t think I am going to be able to confirm this - I tried connecting with firefox/IE/chrome on Windows 10 and Firefox/chrome on a android phone and could not connect to the ap server. Tried with a airlift featherwing...
186 replies | 8630 view(s)
-
05-01-2023, 11:32 PM
Can you tell me what sketch you are using to test with. If its the sketch in your previous post it does not seem to be working for me. Yet if I run some of the example sketches from WiFiNina or WifiNina-geneic they...
186 replies | 8630 view(s)
-
04-28-2023, 09:01 PM
Cool article Mike - I've seen the overclocking video before which was fun.
1 replies | 223 view(s)
-
04-24-2023, 06:09 PM
@thebigg - @brtaylor
Yes you are right I forgot a copy and paste of that in the examples - didn't seem to be much of impact of leaving it out though that I could tell. Last couple of days been rewicking the example...
16 replies | 1138 view(s)
-
04-24-2023, 05:52 PM
Yep - that was what I was looking at - the little breakout board of theirs - really not worth the money to be honest. :)
Thanks for the RTK link will have to check it out.
16 replies | 1138 view(s)
-
04-24-2023, 04:57 PM
Hi Brian
And yes - still like the 6050 or the 6500 (but the 9250 grew on me a bit). Not a fan of the new ICM boards for some reason.
as for that ADIS IMU looks like the price just doubled (looked on digikey) :(
...
16 replies | 1138 view(s)
-
04-22-2023, 12:30 PM
Got a bit curious about what would happen if going between versions other than what was mentioned. So here goes.
Actually had to run the comparisons twice. On the first set of install downgrades/upgrades...
84 replies | 4418 view(s)
-
04-22-2023, 03:08 AM
Cool let us know how it works out. Any suggestions for new MEMs IMU to play with :)
16 replies | 1138 view(s)
-
04-21-2023, 11:01 PM
@brtaylor
Just gave it a test spin using your old MPU-9250 library which has the calibration and FIFO functions still in it (https://github.com/mjs513/invensense-imu/tree/MPU-9250_custom) along with @DonKelly...
16 replies | 1138 view(s)
-
04-21-2023, 11:31 AM
The example above is using the QuadEncoder Library.
111 replies | 26660 view(s)
-
04-20-2023, 11:52 AM
Could be - just don't know enough about the risks but now that you mention it might very well - probably should just kill the PR.
Could very well be. The Eigen library is all headers so it seems to work. The UBX...
84 replies | 4418 view(s)
-
04-20-2023, 10:55 AM
@luni - @CollinK
Ran into the same problem with a couple of @brtaylor libraries. Since the libs weren't mine I added ifdef/undef to the top of the sketch before those libs. Did put a PR in to Paul and reported to...
84 replies | 4418 view(s)
-
04-19-2023, 10:02 PM
Yes sir. The ILI9488_t3 lib has been updated with the current stuff
84 replies | 4418 view(s)
-
04-18-2023, 03:31 PM
Madgwick's fusion library caries the MIT License - check out the main branch
16 replies | 1138 view(s)
-
04-18-2023, 11:46 AM
Been playing a bit with Fusion using NXPMotionSense lib and FreeIMU Lib. In both cases I started with calibrating using either MotionCal for NXPMotionSense or the FreeIMU Cal GUI:
from MotionCAL
and FreeIMU GUI
...
16 replies | 1138 view(s)
-
04-18-2023, 12:40 AM
Files were just deleted between the main branch and the teensy/arduino branch, i.e., here is a screen shot of the main branch:
and my branch
MainBranch Fusion -> TeensyBranch src
Examples -> Examples but added...
16 replies | 1138 view(s)
-
04-17-2023, 12:02 PM
Morning Joe
Probably bad wording but basically just restructured the lib for arduino and deleted the python folders, etc.
16 replies | 1138 view(s)
-
04-16-2023, 02:38 PM
While updating my version of Fabio Versano's FreeIMU library I was looking for some of Madgwick's old papers and came across the fact the Madgwick changed what we have known as MadgwichAHRS. This occurred with the...
16 replies | 1138 view(s)
-
04-15-2023, 04:20 PM
Hi @KurtE
was just looking at colors.cpp and looks like there may be support for RGB565 transparency - not sure:
/**
* alpha-blend `fg_col` over this one with a given opacity in the range 0.0f (fully...
81 replies | 8908 view(s)
-
04-13-2023, 02:28 PM
@KurtE
Pretty much did the same thing as you. Ran Paul's test case, not changes, plus duplicated what you and I saw with running 2 sketches with different USB types.
Like you said looks like that issue is fixed...
84 replies | 4418 view(s)
-
04-13-2023, 11:34 AM
@PaulStoffregen
Was playing around with a library and decided to test propsheild again with NXPMotionsense but noticed that its no longer in the examples list of either 2.0.05 nightly or 1.8.19 with 0.59.2 not sure...
84 replies | 4418 view(s)
-
04-12-2023, 03:31 PM
Just did the merge so the ILI9488 lib should be in sync now with the ILI9341 library.
15 replies | 442 view(s)
-
04-12-2023, 02:01 PM
Nice work @KurtE. Updates to Graphics libs never stop do they.
15 replies | 442 view(s)
-
04-11-2023, 06:48 PM
Not automatically I don't. Only thing I can thing of is to download the commit around that date. Maybe this one dated march 7: https://github.com/arduino/arduino-ide/tree/24dc0bbc88bcfd083e03b0c8601cffb08e8d5728
84 replies | 4418 view(s)
-
04-11-2023, 06:12 PM
If you looked carefully at the issue that @KurtE raised on github you will notice that I found the problem started after the 3/11/23 nightly build. As of the 3/11 build it was working with out a problem
84 replies | 4418 view(s)
-
04-11-2023, 11:15 AM
Actually you are right and my fault for not remembering thanks for reminding me. I actually put in a PR to that back in September 2022 to fix the issue: https://github.com/PaulStoffregen/cores/pull/655. Guess will...
84 replies | 4418 view(s)
-
04-10-2023, 09:54 PM
@Paul - @brtaylor
I was in the process of updating a very old library that I had and all was going well until I was trying to run an example that used the eigen library from @brtaylor...
84 replies | 4418 view(s)
-
04-10-2023, 12:51 PM
Good Morning All - hope everyone had a good day yesterday.
Installed updates in 1.8.19 on a win 10x64 no issue
Compile with faster Talkie Toms_diner example with any errors so old ways still work :)
then tried...
84 replies | 4418 view(s)
-
04-09-2023, 10:50 AM
Still taking my first sips of coffee so confuse easily until after second cup. :)
13 replies | 503 view(s)
-
04-09-2023, 10:42 AM
Ok you lost me Tim. Haven't seen a beta 2 out yet in Boards Manager for 2.0.4 or an anoucement?
13 replies | 503 view(s)