Hi,
I have Teensy 4.0 with ADS1256 and USB filter to remove noise. I want put it on one board. Important for me is send data to PC via USB. Now I have connected cutted usb cable from teensy, connected to USB filter 5V,...
Thank you Joe. I was thinking that differential reading will help lower noise. But seems it is the same as AIN0 and AINCOM.
There is huge noise from USB to ADXL/ADS1256. I have some usb filter and it helps but it means...
It is just for me. I am sending data via usb to Python.
if (Serial.available() > 0) {
inChar = Serial.read();
if (inChar == 'r') { // if received char r, send buffer...
But I am not sure where is difference. There are 4 wires 5V, GND, D+, D-. If I connect it from micro USB to USB A or USB B, it must work, or am I wrong? For me is better use "more starndard" USB, like cables for...
Hi,
I have Teensy 4.0, it is project for measurement. I will print box on 3d printer. But micro sub to too weak for me. I need USB A female as connection to computer.
I need do it as small as possible.
Use this...
great, thank you so much for help. The code from last time works very well, only noise make difficulties. Let's see if differential reading will lower the noise.
Yes, I have testing rig for vibrations - adxl is mounted on it. If is connected Vou to AIN0 and gnd to AINCOM, its OK (not differential with noise). But When I connect Vou to AIN0 and gnd to AIN1, I can see just sine...
I tried today connect adxl VDD to 3.3V, Vou to AIN0 and gnd to AIN1. I changed code as above but I see just sine wave 50Hz.
I am thinking if is it right wiring.? Is ADXL1005 eval board suitable for differential reading?
Now ADXL is connected Vout to AIN0 and gnd to INCOM.
For differential reading I will have connected gnd and Vout to AIN0 a AIN1. Or am I wrong and this line is not necessarry for differential reading?
Hi,
I have Teensy 4.0 and ADS1256 module. I read data from ADXL and send via USB to PC. But I have problem with lot of noise from USB. If I use USB isolator, it is OK.
But I am thinking about otehr possibility -...
Hi all,
Is teensy 4.0 suitable to collect data from accelerometer (adxl1005) with 60k or 30k sample rate, 12bit resolution? Very important is precise timing.
Thank you for any advice.
Pins looks connected ok.
"high speed serial connection with an industrial dust/water-proof 3-pin connector"
What is it? I do not know this connection.
Also I have to solve problems like lot of noise from USB...
Yes, connector is all inserted (tried without box). Seems loose a lot. Tried many cables. I can move the connector left/right very easily and Teensy is connecting / disconnecting. Is there any way how to correct it? ...
Hi,
I have Teensy 4.0 and project where I send data via USB cable to PC. But quite offten I hav problem, if I touch the cable or Teensy in plastic box, then Teensy is starting connecting and disconnecting and I have to...