ATS-MINI Dashboard #356
Replies: 11 comments 9 replies
-
|
Hi!Where can I view the source code of the "ATS-MINI Dashboard" project? Very interesting. |
Beta Was this translation helpful? Give feedback.
-
|
When I try to connect to Wi-Fi with version 10.1.1.1, I get this error and I can't enter my Wi-Fi password or username at all. I get the error: "Error: /index.html.gz not found in LittleFS". I hope you fix this error as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
|
Try to access it by specifying. http://10.1.1.1/config |
Beta Was this translation helpful? Give feedback.
-
|
Which ESP32-S3 controller pin will be used to decode CW, PSK31, etc. signals? Will the RTTY signal also be decoded?
|
Beta Was this translation helpful? Give feedback.
-
|
Hello! virenderscideas
Alternatively, a signal decoder circuit can be made using LM386 and LM567 chips. This is done, for example, in the ATS-25 radio receiver.
I think this is the right solution, GPIO 11. The fact is that one of the authors of the firmware (H.J. Berndt) for the ATS-Mini radio receiver also used GPIO 11 as an audio input for the CW and RTTY decoder. H.J. Berndt I also used a digital microphone (INMP441) to decode the signals, which I think will be better and more promising. + It will ensure hardware compatibility between the firmware versions. I think that in your firmware, you can also use a digital microphone to decode signals. If possible, it would be good to (for the future), to provide a level switch to GPO1=1/0 (Si4732, 4-pin), in case of upgrading the ATS-Mini, to be able to switch AM-FM antennas.
If possible, it would be nice to add to Menu->Settings the turning on and off of the auto tuner chip capacitor.Si4732. Auto Tuner (On / Off). / if(band->bandMode==FM) Auto Tuner (On), This may be necessary for those who have V1 or V2 radios. These radios do not have a Hi-Z field-effect transistor on the antenna input. You can connect ferrite and loop antennas to the radio and experiment with them. The Si4732 automatic tuning chip will automatically tune these antennas into resonance. This is convenient. For those who have V3, V4, or higher radios, the automatic tuning chip capacitor is not important and can be disabled. Auto tuner (off). Starting with version V2.21, the chip's autotuner capacitor is disabled by default. If possible, it is recommended to set the clock (Menu-> Settings-Up time-> Set time-> Hours, Minutes). To be able to display EiBi information without syncing via Wi-Fi or RDS. If possible, double the font size of the settings functions. |
Beta Was this translation helpful? Give feedback.
-
ATS RADIO FULL SCHEMATIC DIAGRAM.
|
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @RadioHam25 I can only do minor hardware modification and only focus on firmware and web application. |
Beta Was this translation helpful? Give feedback.
-
|
Hello virenderscideas! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @RadioHam25 , Seems after loading memories you did not save changes in espconnect. you have to write your file it will take some time. In ESP connect you have to write LittleFS at top, when you load it just show load in browser but not write in LittleFS, you have to write it from top Options. In future memories will also be directly uploaded and editable with web client. I added Auto tuner settings. Increasing Font size can't be possible with current implementation as TFT_eSPI does not support it. font size scaling possible with font type 1 and custom .vlw font. Font type 1 scalable but not legible properly and scaling with .vlw increase firmware size as I have to load custom font lib. I already did POC with it and it works when playing with translation part. It possible but increase framework size so discarded at that time. One feature also there in webclient. which I think worthwhile mention here, If display is in sleep mode then webclient display can make it visible. Just double click on rotary encoder and then after sometime (refresh) display will start showing in webclient. |
Beta Was this translation helpful? Give feedback.




















Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
Build this https://tarang-wine.vercel.app/, to control ats-mini remotely over wifi network (Use AP),
ats-mini.ino.partitions.zip

device flash
Memory list
memories.zip
use https://thelastoutpostworkshop.github.io/ESPConnect/ to upload memories.json using LittleFS tools
still in early stage, suggestions and feedbacks are welcome.
Regards,
Virender
Beta Was this translation helpful? Give feedback.
All reactions