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

esp8266 port #15

Open
henfri opened this issue Oct 30, 2022 · 12 comments
Open

esp8266 port #15

henfri opened this issue Oct 30, 2022 · 12 comments

Comments

@henfri
Copy link

henfri commented Oct 30, 2022

    Are you still trying to use a ESP8266? Preferences (storing data in NVS) is a feature of ESP32 and not available on the ESP8266 and thereby the complete storage layer has to be ported to something available on the ESP8266.

Originally posted by @frickelzeugs in #14 (comment)

I am using https://github.com/vshymanskyy/Preferences for ESP8266, which makes it available also on this hardware.

@PhagoZ
Copy link

PhagoZ commented Nov 16, 2022

Ich hab das eben mal auf nem 8266 Di mini geflashed
Das config Wifi wird zwar erstellt, aber es gibt keine weboberfläche.
Ich dachte erst es würde an der IP liegen (einer meiner Router hat die selbe IP), allerdings war das Problem noch da, nachdem ich die IP für die config geändert habe.

@bgirr
Copy link

bgirr commented Nov 16, 2022

Hatte das gleiche Problem, liegt tatsächlich am ESP8266. Problem ist nicht so einfach lösbar, bin deswegen jetzt auf einen ESP32 umgestiegen.

@PhagoZ
Copy link

PhagoZ commented Nov 16, 2022

ach mist, von den 8266ern hab ich sooo viele rumzuliegen ^^

@henfri
Copy link
Author

henfri commented Nov 16, 2022

Don't give up so easily.

  1. what code are you using?
  2. did you upload the Filesystem image?
  3. what do you see on the serial-log?

Best regards,
Hendrik

@PhagoZ
Copy link

PhagoZ commented Nov 16, 2022

Don't give up so easily.

  1. what code are you using?
    I copied the code from:
    https://github.com/frickelzeugs/FingerprintDoorbell/pull/11/commits/0930022173655ad90a6e52927eae8cdc78cec440
  2. did you upload the Filesystem image?
    I uloaded the code via Visual Studio.. so do I??
    Didn´t find a way to do it.
    Edit: found it and tried it. same problem
  3. what do you see on the serial-log?
    The log from VS during the upload?

best regards Marius

@henfri
Copy link
Author

henfri commented Nov 18, 2022

You need to run in platform.io:
image

And then, post the log when it is running, i.e. when choosing "monitor" in platform.io. That gives you debugging information.

@PhagoZ
Copy link

PhagoZ commented Nov 18, 2022

Yeah I already found the upload Filesystem and did it.

I will try again on monday and Post the log.
For now I ordered some D1 Minis with esp32 and it's running.
But I will help with the Port to 8266 with my "Problems".

@henfri
Copy link
Author

henfri commented Nov 20, 2022

Yes, would be nice to get this running also on 8266.

@RocketSience
Copy link

@henfri

  1. You are using Serial1 to communicate with the fingerprint reader in your code.

image

As Serial1 on an ESP8266 can only transmit data, how can this work?
How did you connect the reader?

I am trying your fork, but get no RX connection from the fingerprint reader, however TX ist working (LED Colour changes)

  1. i have the same problem as @PhagoZ. I have uploaded the Filesystem, but there are no Files listed...
    image

@AxelHoss
Copy link

AxelHoss commented May 3, 2023

is there an update for esp8266?

@henfri
Copy link
Author

henfri commented May 3, 2023

Not that i know of

@AxelHoss
Copy link

AxelHoss commented May 4, 2023

Ok, then i will try it with tasmota

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants