@wwatson - @khoih-prog
Think I got doStore working with the following changes - this is with SimpleFTPServer if you can give it a try and let me know if it works for you.
bool...
Type: Posts; User: mjs513
@wwatson - @khoih-prog
Think I got doStore working with the following changes - this is with SimpleFTPServer if you can give it a try and let me know if it works for you.
bool...
@wwatson - @ khoih-prog
Don't think its an SPI issue either since we were able to transfer files in one direction. As for using the AdvancedWebServer - not 100% sure whats going on with that. I...
Understood but I just tried using a Adafruit M0 datalogger with the WiFiNINA library and while it connected and show some life it did not show the graph or even try to update - basically just hung:...
And @wwatson
First I had to modify the advanced webserver sketch to work with the adafruit WiFiNINA library:
28472
in the serial monitor after connection I see:
Starting AdvancedWebServer...
Had some time so first thing I wanted to check was WiFiNINA_Generic:
1. Running WifiWebServer - does not work can make a connection to the T4.1/Airlift
2. Running the WebClient sketch succeeds:
...
Made the suggested change but also had to copy over the retry function and while I was at it I did copy over the setRetry function as well.
Two tests were run. Transferring from the PC to T4.1...
Gave this a try with your Generic library that I downloaded this morning. Made the changes to WiFiNINA_Pinout_Generic.h and client says again about waiting for response from server.
28468
...
@wwatson - @KurtE - @defragster
Decided to have a little fun with MTP/MSC/USBHost so I picked up a M.2 SATA 500GB card and used a M.2 SSD adapter to USB:...
@khoih-prog and @wwatson
Sorry been away from this for a while been distracted as I mentioned before but been following whats going on. Its great that you found the bug !!!!
Anyway, I just...
@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......