Have a look here for VGA output.
Type: Posts; User: BriComp
Have a look here for VGA output.
How about functions analogWrite16 and analogWriteFrequency16? Perhaps with the proviso that you must/cannot jump between analogWrite & analogWrite16 and the same for ..frequency.
You can always preserve your current Arduino environment, do your tests, and if necessary put the original back. I use this scheme:-
1: Click and open Program Files (x86)
2: Right click Arduino and...
Is this in the WiKi?
There's sort of a way. Click on a persons name/id, then select view forum posts. A page of that person's posts will appear. To search on the page, if using edge, click the ... at the top of the page...
Did you have it wired exactly as in the graphic, because it shows the GPIOx going into the 3.3V pin?
Perhaps you could use this version of Software Serial. Claims to be good at slow speed and can use any two GPIO pins.
Could you not user Serial3, it's right next door to Serial2?
I find the adum1201 very good and compact (see here) adn as a module can be bought at places like this.
#include <Audio.h>
#include <Wire.h>
#include <SPI.h>
#include <SD.h>
#include <SerialFlash.h>
#include <NewPing.h>
// GUItool: begin automatically generated code
AudioSynthWaveform...
28737
Above is a spreadsheet version of @Richardsons excellent info.
If you look at it properly it's NOT just the top line, that would be easy.
Look at GPIO7 does 32 belong under 19 or 20? pin 9 under 18 or 19 etc?
28733You should really say what program should be used to display the .txt file when you attempt to align columns in a text file. As you can see the columns do NOT line up when viewed with notepad in...
There definitively would be a market for something like that. The only problem would be the Marketing required to make it happen.
In the past I designed the electronics and software for the...
Could you use the T4.1?
It has 2X T3.2 EEPROM and 4X T4.0 EEPROM.
Possibly something to do with the Serial.print/.println filling up a buffer and then slowing down.
Which USB Serial are you using?
There is a problem with the Arduino serial monitor, in that it is...
Thanks for that, I was trying to make it as flexible as possible and also easy to use.I did a similar thing in the past! Was spending so much time and attention at RX/TX orientation that I completely...
I have written a library to communicate with the Nextion.
It has most of the I/O conditions covered but is in reality a skeleton Library which is intended to be expanded by the user.
You can see it...
Have a look at this. It is an example of how the HMI design can be much easier.
Since it is I2C, should be simple to use the Arduino Libraries. See here.
Obviously connecting to the LC I2C ports.
You could try going to the manufacturer here. I did and got 5 free samples and MORE IMPORTANTLY a free demo board.
I obviously asked for the samples and demo board. I am not sure that they will send...
I should think that you can use the same connection detail as for the Arduino UNO shown here complete with code.
Get one of these, the battery will last for years and will unlikely need adjusting!
If I remember correctly accuracy is quoted as being better than 1.5ppm which is about 1 second in 7 days.
It seems Laserpoint Limited was dissolved in 2017. See here.
Difficult to see, but comparing your photo with the Component Locations shown at the bottom of the T4.1 page it looks like L2 which from the circuit diagram is a Ferrite 120.
If it's R2 which is...
Perhaps : Please press the PROGRAM MODE BUTTON on your Teensy to upload your sketch.
Why can't you use the 4.0, they are the same size as the 3.2? Oh and also way faster than the 3.2.
...further to the above it might be that you are not reading all the reset data coming from the Nextion and the characters left in the serial buffer are corrupting the following data. Of course as...
After "Reset" Nextion returns the following:-
You have to handle all of that data before getting any other values.
Have a look at my code for
Nextion::reset(uint32_t br){in my Nextion.cpp
Translation:
Hi XForce, thanks for those kind words.
As far as numbers are concerned, I see very little delay (about 5ms).
What numbers are you returning from the Nextion?
Perhaps you could give a snippet of...
I too am using the Nextion display and wrote my own Library. I had heard bad things about the Itead library and in any case I prefer to know what is going on in my system so I wrote my own library....
See post #1
You realise that the LC is NOT 5V tolerant.
#include <PWMServo.h>
int channel[8];
int PPMin = 23;
#define TH1 2
#define TH2 3
PWMServo throttel1;
PWMServo throttel2;
What display are you using?
If it's a Nextion, not all of them are compatible with the T4.0, having a 5v serial interface rather than 3.3v.
The T4.0 is NOT 5v tolerant.
/*
Code by Robert E Bridges bob@bricomp-uk.com
This library is intended to be used to create your own Nextion Library. Most of it is done for you.
The function that you will mostly alter is...
I would recommend using Visual Micro(VM) with Visual Studio(VS).
If you code will compile with the Arduino IDE it will compile with VM ands VS.
The other major advantage is the VM gives you inbuilt...
No there is no hardware debugging available.
However there are debugging facilities, especially using VisualMicro with VisualStudio, see here.
I use it all the time and would not be without it. It...
You probably need a switch circuit after the voltage regulator and before the Teensy that only switches on when voltage has reached 3V.
If that was not clear the switched voltage will supply the...
Not particularly easy when you can't buy them!
#include <SPI.h>
#include <NativeEthernet.h>
#include <ArduinoRS485.h> // ArduinoModbus depends on the ArduinoRS485 library
#include <ArduinoModbus.h>
#include <Crc16.h>
//Crc 16 library...
You have not said what your problem is.
Your welcome, thanks for that.
Before you purchase anything, download the Nextion Design Editor. It has a debug facility which allows you to run your design in simulation mode.
This will better...
Why not use something like this?
It will be off by a few us every stroke, but since you are only going at 500 strokes/s I don't suppose it will matter.
The purists will say that this is NOT the way...
I have just put up a video and a link to the Teensy Nextion Driver.
You can see it here.
https://vimeo.com/711286962
I have recently finished a Driver for the Nextion Display.
Actually it is a Skeletal driver with most things done but an area where
you can insert your own code.
I...
How about using a Nextion?
You design your screen offline on an editor. Then send it to the Nextion display.
The display just sits there until you send data to it.
Basically it's a display with...
See here. That should do the trick.
Yes, I think I could be interested.