Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

development version 0.5.95 Nokia-Display fehlt plötzlich in den Settings #746

Closed
1 task
nuiler opened this issue Mar 8, 2023 · 13 comments
Closed
1 task
Assignees
Labels
bug Something isn't working fixed dev fixed

Comments

@nuiler
Copy link

nuiler commented Mar 8, 2023

Platform

ESP8266

Model name

No response

nRF24L01+ Module

No response

Antenna

circuit board

Power Stabilization

~100uF Elko

Connection diagram

Connection diagram I used:

nRF24L01+ Pin ESP8266 GPIO
Pin 1 GND [*] GND
Pin 2 +3.3V +3.3V
Pin 3 CE GPIO2 CE D4
Pin 4 CSN GPIO15 CS D8
Pin 5 SCK GPIO14 SCLK D5
Pin 6 MOSI GPIO13 MOSI D7
Pin 7 MISO GPIO12 MISO D6
Pin 8 IRQ GPIO0 IRQ D3
nRF24L01+ Pin ESP32 GPIO
Pin 1 GND [*] GND
Pin 2 +3.3V +3.3V
Pin 3 CE GPIO4 CE D4
Pin 4 CSN GPIO5 CS D5
Pin 5 SCK GPIO18 SCLK D18
Pin 6 MOSI GPIO23 MOSI D23
Pin 7 MISO GPIO19 MISO D19
Pin 8 IRQ GPIO0 IRQ D0

Note: [*] GND Pin 1 has a square mark on the nRF24L01+ module

Connection picture

  • I will attach/upload an Image of my wiring

Version

development version 0.5.95

Github Hash

f5ef19c

Build & Flash Method

ESP Tools (flash)

Desktop

Linux

Setup

Device Host Name

- Device Name: AHOY-DTU

WiFi

- SSID: YOUR_WIFI_SSID *don't paste here*
- Password: YOUR_WIFI_PWD *don't paste here*

Inverter

Inverter 0

- Address: 1141752123456
- Name: HM-600
- Active Power Limit: 65535
- Active Power Limit Control Type: no powerlimit
- Max Module Power (Wp): 375, 375
- Module Name: link, rech

General

- Interval [s]: 30
- Max retries per Payload: 5

NTP Server

- NTP Server / IP: pool.ntp.org
- NTP Port: 123

MQTT

- Broker / Server IP: 
- Port: 1883
- Username (optional): 
- Password (optional): 
- Topic: inverter

System Config

Pinout (Wemos)

- CS: D8 (GPIO15)
- CE: D4 (GPIO2)
- IRQ: D3 (GPIO0)

Radio (NRF24L01+)

- Amplifier Power Level: LOW

Serial Console

- print inverter data: [x]
- Serial Debug: [x]
- Interval [s]: 5
  • Reboot device after successful save: [x]
  • SAVE

Debug Serial Log output

No response

Error description

Seit dem Update auf development version 0.5.95 fehlt das Nokia-Display. Ist dies gewollt?

@nuiler nuiler added the bug Something isn't working label Mar 8, 2023
@knickohr
Copy link

knickohr commented Mar 8, 2023

Wurde wegen Stabilitätsproblemen und Verwendung anderer Ports vom ESP8266 entfernt. Wird nur noch am ESP32 (HSPI, andere Pins) supportet.

@nuiler
Copy link
Author

nuiler commented Mar 8, 2023

Schade - gab es einen Hinweis darauf?

@Loetnase
Copy link

Loetnase commented Mar 8, 2023

@knickohr
Das find ich auch schade.
Ich habe da so schöne Platinchen (PCB) für den ESP8266 fertigen lasse und auch schon was mit dem Nokia aufgebaut aber die Oleds funktionieren auch, ich bin fast soweit um die hier für alle online zu stellen. Siehe #733
Ist es denkbar einen ESP32 D1mini mit gleicher Pinbelegung wie ESP8266 zu verwenden.
Wären da alle PIOs entsprechend ummappbar.
Könnte am ESP32 D1mini auch das ePaper verwendet werden?

@knickohr
Copy link

knickohr commented Mar 8, 2023

Dazu habe es mehrere Diskussionen im Discord, auch gab es im Github Issues. Daraufhin wurde beschlossen das Nokia vorerst beim ESP8266 mal nicht über den SPI gleichzeitig mit dem NRF-Modul kommunizieren zu lassen. Der ESP32 hat 2 getrennte SPI, deshalb haben wir eine strikte Trennung eingeführt.

Die zweite Frage kann ich so auf die Schnelle auch nicht beantworten. Vergleiche doch einfach die GPOIs der beiden Module.

@lumapu
Copy link
Owner

lumapu commented Mar 8, 2023

@Loetnase
Habe gestern noch mit @dAjaY85 diskutiert, es kann gut sein, dass das Nokia in kürze beim ESP8266 wieder reinkommt.

@lumapu
Copy link
Owner

lumapu commented Mar 8, 2023

sollte wieder gehen mit Version 0.5.96

@lumapu lumapu added the fixed dev fixed label Mar 8, 2023
@lumapu lumapu assigned lumapu and unassigned stefan123t Mar 8, 2023
@Loetnase
Copy link

Loetnase commented Mar 9, 2023

Danke euch allen.
Ihr seid toll.

@dAjaY85
Copy link
Contributor

dAjaY85 commented Mar 9, 2023

Geht das Nokia wieder, hat es jemand getestet?

@Loetnase
Copy link

Loetnase commented Mar 9, 2023

Bei mir hat es leider nicht funktioniert.
Das Update von 0.5.93 auf 0.5.96 ergab einen blanken Bildschirm und bootenden ESP 8266.
Nachtrag: die Settings vom Display waren weg, nach Wiedereintrag hat es aber auch nichts angezeigt.
So sollte es eigentlich klappen aber ich habe leider keine Anzeige.
grafik

@knickohr
Copy link

knickohr commented Mar 9, 2023

Ich habe es auch nicht hin bekommen. Sieht auch so aus als ob Settings nicht übernommen werden. Beispiel OLED und Drehung, Kontrast (Helligkeit) ohne Funktion.

@lumapu
Copy link
Owner

lumapu commented Mar 9, 2023

OLED und Drehung konnte ich erfolgreich anwenden, aber wie ihr mich kennt ist die 0.5.97 schon bald unterwegs und behebt hoffentlich alle Probleme mit Displays

lumapu added a commit that referenced this issue Mar 9, 2023
improved saving settings of display #747, #746
disabled contrast for Nokia display #746
added Prometheus as compile option #719, #615
update MQTT lib to v1.4.1
limit decimal places to 2 in `live`
added `-DPIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48` to esp8266 debug build #657
a `max-module-power` of `0` disables channel in live view `setup`
@Loetnase
Copy link

Loetnase commented Mar 10, 2023

@lumapu
bei mir funktionier es in der 0.5.97 (rechts schwarzer Hintergrund) leider nicht wie gedacht.
Das Nokia Display zeigt wieder etwas an aber nur Offline weil die nrf24l01+ is not connected
Bei der 0.5.93 (links weisser Hintergrund) funktionier es, da geht die Hardware online.
Ich hoffe meine Einstellungen dazu sind alle richtig?
grafik
grafik
Rotation funktioniert nicht, pixel shifting funktioniert
grafik
Hast du ein Nokia zum Testen, wenn nein könnte ich dir eines komplett aufgebaut am Wemos zukommen lassen,
als kleines Dankeschön für deine Anstrengungen für uns alle.
grafik

@dAjaY85
Copy link
Contributor

dAjaY85 commented Mar 11, 2023

Moin, ich habe ein Nokia.

Mit dieser Hardwareverdrahtung soll es auf der dev 97 funktionieren.

Screenshot_2023-03-11-13-40-44-655_com.discord.jpg

@lumapu lumapu closed this as completed Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed dev fixed
Projects
None yet
Development

No branches or pull requests

6 participants