@clinker8
Try this version of the example. I changed the Set... to set and it now compiles. If you use the mechanical version you will have to make the same type of changes
28427
Type: Posts; User: mjs513
@clinker8
Try this version of the example. I changed the Set... to set and it now compiles. If you use the mechanical version you will have to make the same type of changes
28427
@KrisKasprzak
Just tried compiling the example without mods and getting the same errors as @clinker8
ILI9341_t3_Menu_TouchInput: In function 'void setup()':
ILI9341_t3_Menu_TouchInput:1736:...
There are a few supporting libraries for the ILI9341 developed by @KrisKasprzak
https://forum.pjrc.com/threads/69216-FREE-Menu-Library-for-ILI9341-Displays?highlight=menus
as for gauges and...
Didn't really think it was an issue, was just documenting what I was seeing :). I did rerun the Makefiles comparison test.
1. Reformatted the SDCard.
2. Ran Makefiles with the 't' and 'v'...
Test #2 - moved MTP.begin to after setting up the file systems and had 1 inaccuarate file transfer
28419
As a second test I ran Tim's MakeFiles sketch using MTPDisk, MTP.begin and index file on sd card.
Copied Primes folder to SDCard. Didn't see any $$Fail messages but did see several messages like...
@KurtE - @defragster used my MTP_TEST_INTEGRITY sketch with the following configuration
1. BuiltinSDCard only
2. Index file on sd card.
Copied files from PC to SD Card, including primes...
Just tried it with the usb drive and partition files transferred no problems will try again with the SD Card
UPDATE: Just tried primes with sd card and had no issues
I tend to always startup serial first then MTP.begin - just habit. For sake of transparency I only tested with your makefiles2204 - didn't try the primes test. Just ran another series of tests as...
@defragster - @KurtE
Here is the integrity sketch with only 2 drives set up (Builtin sd card and Program Mem). It seems to work for MTP+DISK with Index in Progam Mem - you might what to give it a...
Probably not. All MTP.begin is doing is starting the interval timer handling the first few messages to quote Kurt. Why it works not with MTP Commented out with MTP_Serial not sure. More...
Maybe I need a fresh IDE 1.8.19 with TD 1.57b1? Not sure if there are any holdover issues from using IDE 2.0? As noted I killed that TD 1.56subset in %appdata% when the Beta 1 released.
Did disk...
As I said in post #1197 yes I did run and was seeing similar errors. After I made the change to use LFSPRGM to store the MTPINDEX the problems went away and I posted the results of both the makefile...
Running your 1_primes test. Unzip and ran bat, then copied all files to the SD card in less than minute or so.
Coping back to the PC - same thing less than a minute
1. Code compare the files...
Sorry not running primes - don't like running bat files on my computer and no need. I am running your makefiles.ino from github with the mods mentioned:
28407
This is what I get from running...
@defragster - @KurtE
Sorry got distracted but think I (we) figured out the issue. Downloaded the Makefile2204.ino from github and ran the example using a 128Gb SD Card and saw the same problems...
Ok catching up now after the dentist. This is what I currently have on my ext 64gb samsung sd card:
Storage Index 2 Name: EXT1 Selected
Space Used = 19660800
Filesystem Size = 63831015424...
@defragster - not sure about everything else but I just copied a 1.1MB .bin file to an ext sd card without issues, then took the card out and was able to transfer back to the pc. Was also able to...
@PaulStoffregen
All I can say is ditto to what Kurt said. Parts shortages I think is going to be a way of life for the next year and may get worse. Sorry to hear about PJRC getting hit with...
@defragster
Hi Tim
A little confused are you transfering files from the PC to the Builtinsd Card over MTP. I just transferred 104MB of audio files to the BUILTIN SDCard in about 14 seconds?
...
Good after noon all.
Using Kurt's latest branch with formatting decided to test the changes with my MTP_TEST_INTEGRITY sketch (not pushed yet with the updates)> Here is a dump of the storage list...
@wwatson
Sorry been distracted with USBMSC stuff. Sounds like you are making progress. Also probably applicable SimpleFTPServer as well. Will have to play again soon with this.
That seemed to happen to me more when I transferred from the client to the server. going from server to client it always failed.
Oh shoot I attached the wrong file. Thanks for pointing that out:
Ok guess its my turn. while @KurtE was working on all that I started looking at formatting again. Unfortunately a lot of whats in fatFormat and exFatFormat is dependent on the final API and where...
Was something that you mentioned and started me thinking. This is a team effort on this project.
@wwatson
As promised here is what I am using that got it working. Still some flakiness on transferring files but seems to be working.
1. WifiNINA Library: https://github.com/mjs513/WiFiNINA (no...
Well - finally feel like I made some progress - I switched to using SDFat2 instead of SD just for the heck of it, turned debug off and was able to connect and get the directory listing. And was able...
Just looked in wifinina library (
void SpiDrv::spiSlaveSelect()
{
WIFININA_SPIWIFI->beginTransaction(SPISettings(8000000, MSBFIRST, SPI_MODE0));
digitalWrite(WIFININA_SLAVESELECT, LOW);...
@wwatson
Still playing to see what I can see - I did fix, I think, all the warnings etc with SD but still not working for me.
One last question before I quit on this, are you using GPI0?
Looks like I am using the same libraries that you are using - not sure why I can not get the directory listing. Are you using the nina-fw bin file that I generated?
Oh figured out get Passive...
Not a problem considering I am not the greatest either I do better with c++ than numpy or scipy - its all a learning exercise.
@joepasquariello
Thats a great explanation - and yes thats my interpretation.
Since printconfig is rarely used (anyway no one has asked) I went back to double check if it was printing the values...
It gets invoked this way:
myEnc1.printConfig(&myEnc1.EncConfig);
which will print out something like:
enableReverseDirection: 0
decoderWorkMode: 0
HOMETriggerMode: 0...
Yep, dan accepted the PR that I did after we made a few changes to the way I had originally incoporated it. THanks
Thanks - got that one checked as well. Not sure why yours is working and mine is not. If you get a chance export your filezilla setting and post them for me - pretty sure I got them right but who...
@wwatson - are you using the accept branch of WifiNina or the master branch? I still can't get filezilla to display the directory
@wwatson - double checked what I am using for handleFtp and its the same as what you posted. Still getting the error an no directory display for some reason. Have been reading and seems everybody...
Please be advised that i2c_t3 does not work with Teensy 4.x devices. The author has not updated the library for Teensy 4 so only works with Teensy 3.x devices. You will have to change that to use...
@wwatson think I am pretty much done for the night so will update in the morning. Nice job
Fascinating - that worked like a charm !!!!! but I noticed in Filezilla that the SD Card contents don't show in Filezilla?
Status: Connection established, waiting for welcome message......
@wwatson
Ok what version of filezilla are you using - this is what I am seeing
28324
@wwatson - at least you are seeing connecting - I did something so now I am not connecting again - argh.
@KurtE - haven't tried with anyother hardware except the T4 and the airlift
Yeah I have been getting those warnings as well both with the adafruit and the model adafruit version. That was going to next next but running out of steam. Are u still getting the callback errors?
Yep - I updated my WifiNINA accept branch as well so maybe that will help if you havent already done that: https://github.com/mjs513/WiFiNINA/tree/accept
Haven't tried using the generic WifiNINA...
Decided to start from scratch now that the firmware has been updated so I went back to using the Adafruit WifiNINA library from Github and at least now I think its semi working with the updated...
I2C Slave Mode - Seems to be working. Since I don't seem to do anything easy. I used the sketches from this post...
Just as a followup I did update usb_desc to use MTP+SERIAL plus I had already uninstalled the package version in appdata for IDE2 at least for now - just makes it easier to update libraries and make...
Morning All
See everyone was busy last night.
No problem on installing the the 1.57-beta1. As @defragster said this time no blue screens from Windows complaining about security.
Ran my...
Thanks - and probably was starting to look at it but running out of time