Closed glydrfreak closed 4 years ago
Hello, i think USB driver is different, and xctrack does not support it
Le dim. 12 juil. 2020 à 23:40, glydrfreak notifications@github.com a écrit :
I've successfully tested this with Arduino nano.
I'm trying to get it to work with an Adafruit Feather M0 (with native USB), but no luck.
Both boards are running the same code, but I cannot establish a connection when using the Adafruit Feather M0. Any thoughts?
vspeedvario@gmail.com
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dvarrel/XCTRACK_vario/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBMTNRPIXAA2TB7O4HCKTR3IUV7ANCNFSM4OX7T5QA .
That sure would be nice to have XCtrack support it. Thanks for the info!
The reason I asked is because I want to send pressure data as frequent as possible. I can get about 55 samples per second with the arduino nano, and somewhere on the order of 85 samples per second with an M0 processor. Is there a reason you limit the data transfer to three times per second in the code?
You re right, it s better to send more than 3 Times a second Le lun. 13 juil. 2020 à 20:56, glydrfreak notifications@github.com a écrit :
That sure would be nice to have XCtrack support it. Thanks for the info!
The reason I asked is because I want to send pressure data as frequent as possible. I can get about 55 samples per second with the arduino nano, and somewhere on the order of 85 samples per second with an M0 processor. Is there a reason you limit the data transfer to three times per second in the code?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dvarrel/XCTRACK_vario/issues/1#issuecomment-657733008, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBMTKAA6ACT75Q3RCF64DR3NKF3ANCNFSM4OX7T5QA .
Hello,
I'm beginer and when i try to upload the code, with bluino (on android phone), the error message indicating that the file MS5611.h is not found appears.
Could you help me?
Thank you! Laurent
Hello, you have to download ms5611 library , see m'y github readme
Le mer. 22 juil. 2020 à 09:30, moby74 notifications@github.com a écrit :
Hello,
I'm beginer and when i try to upload the code, with bluino (on android phone), the error message indicating that the file MS5611.h is not found appears.
Could you help me?
Thank you! Laurent
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dvarrel/XCTRACK_vario/issues/1#issuecomment-662292307, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBMTJ5FTHZ5ZV6MEW3F5TR42IPTANCNFSM4OX7T5QA .
That sure would be nice to have XCtrack support it. Thanks for the info!
The reason I asked is because I want to send pressure data as frequent as possible. I can get about 55 samples per second with the arduino nano, and somewhere on the order of 85 samples per second with an M0 processor. Is there a reason you limit the data transfer to three times per second in the code?
hello, with max resolution (0.012mbar with OSR 4096) it takes about 15ms, so we can't read more than 65Hz. what frequency should be ok, with paragliding ? 10Hz should be enough ?
Thank you Dvarrel. I loaded the library MS5611 and it resolved the problem. For the ARV/WDT, I don't know if i have the right thing because during upload, i have a eeror message for the lines 63/67: "cast from pointer to smaller type 'unint16' (aka 'unsigned short') loses information"
Thank you for your help. Laurent
Garanti sans virus, je travaille sous Linux !
Le jeu. 23 juil. 2020 à 09:21, moby74 notifications@github.com a écrit :
Thank you Dvarrel. I loaded the library MS5611 and it resolved the problem. For the ARV/WDT, I don't know if i have the right thing because during upload, i have a eeror message for the lines 63/67: "cast from pointer to smaller type 'unint16' (aka 'unsigned short') loses information"
Thank you for your help. Laurent
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/dvarrel/XCTRACK_vario/issues/1#issuecomment-662856765, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBMTIMISN2N75LXP3AE3DR47QHRANCNFSM4OX7T5QA .
I've successfully tested this with Arduino nano.
I'm trying to get it to work with an Adafruit Feather M0 (with native USB), but no luck.
Both boards are running the same code, but I cannot establish a connection when using the Adafruit Feather M0. Any thoughts?
vspeedvario@gmail.com