Search results

  1. L

    touch buttons

    Hello everybody! please tell me There is a device that uses touch buttons but I want to use regular buttons instead. How to do this without reflashing (without changing) the controller?
  2. L

    uBlox Library

    I have just started reading the documentation for my receiver, English is not my native language - the process of studying the documentation is moving very hard. It doesn't matter to me if it's the Almanac or something else. My task: I have two receivers, the first works constantly, the second...
  3. L

    uBlox Library

    @mjs513 Yes! I was wrong, but anyway I'm glad that the second option works because it suits me better. I plan to port to another processor in the future. I apologize for misleading you! it's good that you fixed it in the Git library Now I'm working on the Almanac. Any thoughts? i really need...
  4. L

    uBlox Library

    it does not work, I put any numbers from 10 to 10000! gps.SetRATE(1000,1000, true); // Navigation/Measurement Rate Settings, e.g. 100ms => 10Hz, 200 => 5.00Hz, 1000ms => 1Hz, 10000ms => 0.1Hz It works uint8_t const _SET_RATE [14] = {0xB5, 0x62, 0x06, 0x08, 0x06, 0x00, 0x64...
  5. L

    uBlox Library

    Hooray! earned! needed at the beginning: void setup() { Serial.begin(230400); while ( !Serial && (millis() < 10000)) ; // wait until serial monitor is open or timeout 10 seconds gps.begin(9600); //gps.SetGPSbaud(115200, true); //...
  6. L

    uBlox Library

    I'm trying to simplify the program for further porting to another processor. For tests I use Teensy 4.0. problem here // CFG-PRT (0x06 0x00) Get/Set Port Configuration for UART uint8_t const SET9600B_CFG_PRT[28] = {0xB5, 0x62, 0x06, 0x00, 0x14, 0x00, 0x01, 0x00, 0x00, 0x00, 0xC0, 0x08...
  7. L

    help find u-Center old versions

    @mjs513 Sorry for the long answer. We have air raid alerts very often, sometimes several times a day. Thanks for your answers! Sometimes I find answers to my questions myself, but it takes time.
  8. L

    What program do you recommend for wiretapping the COM port?

    OP is looking for a Windows XP program to solve his problem –– i.e. a COM port sniffer ––, and is not interested in solutions that use a Teensy. I'd say this is the wrong forum to ask such questions. Yes! I screwed up. PC of course! Windows 7 64bit.
  9. L

    What program do you recommend for wiretapping the COM port?

    I have one PS + uCenter program + GPS receiver. I need another program to analyze (listen) the dialogue
  10. L

    What program do you recommend for wiretapping the COM port?

    I have a GPS receiver, it communicates with the U-Center. I need to eavesdrop on their dialogue
  11. L

    What program do you recommend for wiretapping the COM port?

    I just need to know what they're saying. And there you need RX and TX Don't invent. there are programs that can listen.
  12. L

    What program do you recommend for wiretapping the COM port?

    Any terminal is not suitable. There is a device that interacts with the program, I need to listen to what they are talking about. My system winXP 64
  13. L

    What program do you recommend for wiretapping the COM port?

    There was a task of wiretapping Serial PORT
  14. L

    help find u-Center old versions

    Should have said what message are you looking at? for example, I want to use teensy to set the pulse frequency, for this I need to know what message to send then i need to know how to change bitrate without u-Сeter maybe i'm confusing Messege wiev and Configure wiev
  15. L

    help find u-Center old versions

    can really see where you are in the message center - image is too small and doesn;t open up for me
  16. L

    help find u-Center old versions

    my receiver is neo M8U-0-10 and M8N-0-10 My version is 22.05, it's not there. Maybe something needs to be turned on?
  17. L

    help find u-Center old versions

    Hello everyone! Where can I find older versions of y-center, I need 8.18 or so. Or can someone send me an email lukashuk1966@gmail.com
  18. L

    Question for those who know the gps system

    @ Mark J Culross KD5RXT Thank you! Studying the subject.
  19. L

    Question for those who know the gps system

    Thanks for your reply! Now it remains to learn how to receive this Almanac from my Neo-M8 from Ublox. Who knows how to do it?
  20. L

    Question for those who know the gps system

    One person claims the following: There are two GPS receivers, the first one is always on and receives NMEA messages, as soon as the second one connects to the system, you can upload data and it also starts working as if it is in hot start mode. Are there such receivers? if so, which ones?
  21. L

    LittleVGL on Teensy

    This once again confirms "Woe from Wit". A generic product will never work well!
  22. L

    uBlox Library

    I want Teensy4.0 to set it all up
  23. L

    uBlox Library

    my task is to read the geoposition from different satellites at the same time. for example, analyzing the flow of GPS and Glonas at the same time, perhaps some more constellations how to do it?
  24. L

    uBlox Library

    Hello everybody! Is it possible to analyze geolocation from satellites of all available systems by receiving only one uBlox package at a time? If yes, how to do it? or does each system require 7 receivers to be configured and used?
  25. L

    LittleVGL on Teensy

    Good. In any case, thanks!
  26. L

    LittleVGL on Teensy

    I'm not making a claim. I'm just asking for advice.
  27. L

    LittleVGL on Teensy

    Why is there so much sex every time? Your library seemed beautiful to me, but very incomprehensible
  28. L

    LittleVGL on Teensy

    Thank you! that's how it compiles. I want to try also LVGL_Arduino. What else should I do? - I renamed #include "lv_demos.h" - configured display driver - moved all files to the sketch folder after compiling this error; LVGL_Arduino: In function 'void my_disp_flush(lv_disp_drv_t*, const...
  29. L

    LittleVGL on Teensy

    As soon as I save the project to another folder, it stops compiling. What am I doing wrong?
  30. L

    LittleVGL on Teensy

    Thanks, it worked! But it was a lot of sex! If you publish for TEENSY 4/4.+ ILI9341_T41 then next time prepare the library so that you plug and play!
  31. L

    LittleVGL on Teensy

    and too LVGL ( https://github.com/vindar/ILI9341_T4...heads/main.zip
  32. L

    LittleVGL on Teensy

    Now this error
  33. L

    LittleVGL on Teensy

    /*Montserrat fonts with ASCII range and some symbols using bpp = 4 *https://fonts.google.com/specimen/Montserrat*/ #define LV_FONT_MONTSERRAT_8 0 #define LV_FONT_MONTSERRAT_10 0 #define LV_FONT_MONTSERRAT_12 1 #define LV_FONT_MONTSERRAT_14 1 #define LV_FONT_MONTSERRAT_16 1 #define...
  34. L

    LittleVGL on Teensy

    C:\Users\.....\Documents\Arduino\libraries\ILI9341_T4-main\examples\lvgl_music_demo\src\music\lv_demo_music_list.c:59:19: error: 'lv_font_montserrat_12' undeclared (first use in this function) font_small = &lv_font_montserrat_12; ^...
  35. L

    LittleVGL on Teensy

    Hello! I am using Teensy 4.0, 4.1 + ILI9341 screen + ILI9341_T4-main library All examples from this library except lvgl_touch_minimal and lvgl_music_demo compile and work fine. also tried to install different versions of lvgl-8.2.0 library and latest one
  36. L

    LittleVGL on Teensy

    Hi all! I'm starting to berate myself for deciding to check out this library. I have never had so much sex! Why are you posting unadapted stuff? There are 90% of people here who need working examples and have neither the time nor the brains, but I am just like that. I am using Teensyduino...
  37. L

    MLX90640 Thermal Camera and a Teensy 4.0

    НЕ компилируется! Очень много ошибок. таких как эта и подобных ......\Arduino\libraries\ILI9341_t3_controls-master\ILI9341_t3_Controls.cpp:57:268: error: 'ILI9341_t3_font_t' does not name a type void BarChartH::init(float GraphXLoc, float GraphYLoc, float GraphWidth, float GraphHeight, float...
  38. L

    Suggestions for Teensy 3.6 with MLX90640 and LCD

    Hi all! I checked these projects. The first - draws only one top line, The second one gives a lot of errors during compilation. like this - \ILI9341_t3_Controls.cpp:781:185: error: 'uint16_t' was not declared in this scope void SliderV::init(uint16_t SliderX, uint16_t SliderY, uint16_t...
  39. L

    My works: Thermography made by teensy 3.2

    Hello! There seems to be an error in the specified code. Only one top line is shown on the display Help identify the cause please
  40. L

    My project the data logger. need help

    I can't compile the project (text above). Everything was great before. I am currently using Arduino 1.8.19 + Teensyduino 1.57. What's wrong? How to change a project? Help me please? I'm using Teensy3.6, I need maximum card write speed TeensySdioLogger:13: error: 'sd' was not declared in this...
  41. L

    ILI9431_t3_slideshow problem?

    As it turned out, the problem was in the file format mismatch. After taking pictures on a smartphone, I opened it and re-saved it in PaintBrash, all problems disappeared.
  42. L

    ILI9431_t3_slideshow problem?

    Decided! I had to change the size of the original file. If I understand correctly, then the size should not be more than 320 * 240. can't find description of functions
  43. L

    ILI9431_t3_slideshow problem?

    Hello everyone! I am using Teensyduino 1.56, T3.6 or T4.1 + ILI9341 display with ILI9431_t3_slideshow example. Only the name of the files is displayed on the screen. I need to display the contents of JPEG files. What do I need to change or what other example should I use?
  44. L

    multilingual interface for TFT

    I understand that in my case different encodings are used. But your recommendation does not help me or I do not know how to apply it.
  45. L

    multilingual interface for TFT

    Hello! I am using T3.6 and ILI9341 display (SPI). my project must have a multilingual interface: English, Russian and Ukrainian. Can you please tell me how can I modify the Arduino environment and my sketch to display multiple languages ​​at the same time? #include "SPI.h" #include "LoRa.h"...
  46. L

    problem with memcpy (p, b, 128)?

    Yes! it worked. Thank you!
  47. L

    problem with memcpy (p, b, 128)?

    I added as you said, although I do not have an audio shield. SGTL5000, it didn't help. I also found out interrupt adc0_isr () triggers = BUFFER_SIZE * AudioMemory (20) and does not go there anymore
  48. L

    problem with memcpy (p, b, 128)?

    I also found out that the Queue.getBuffer () function produces new addresses each time and the number of them is the same as defined in AudioMemory (20). something is wrong? still doesn't work, doesn't go into if (fft.available ())
  49. L

    problem with memcpy (p, b, 128)?

    it turned out to insert a photo
Back
Top