Mickaelh51 / Arduino-Oregon-Library

To decode data from Oregon Sensors
MIT License
19 stars 7 forks source link

esp8266 #2

Closed sergio49650 closed 6 years ago

sergio49650 commented 7 years ago

The same code (simple example) works fine on arduino, but I get rubbish on esp8266. Noise on GPIO may be?

Mickaelh51 commented 7 years ago

Hi, Maybe a low power ? Arduino power is 12v. For wireless projects it's very important... Now I use rflink for my projects.

On May 6, 2017 7:06 PM, "sergio49650" notifications@github.com wrote:

The same code (simple example) works fine on arduino, but I get rubbish on esp8266. Noise on GPIO may be?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Mickaelh51/Arduino-Oregon-Library/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AJbW3Gd4CJzwr-DI1xamjWxy2_wFmaC4ks5r3Kh9gaJpZM4NS1cy .

sergio49650 commented 7 years ago

Nop tried that too, with external vcc. The 433 reciever need 5v. It obviously comes from the esp hardware, may be with another gpio...

Le 06/05/2017 à 19:47, HUBERT MICKAEL a écrit :

Hi, Maybe a low power ? Arduino power is 12v. For wireless projects it's very important... Now I use rflink for my projects.

On May 6, 2017 7:06 PM, "sergio49650" notifications@github.com wrote:

The same code (simple example) works fine on arduino, but I get rubbish on esp8266. Noise on GPIO may be?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Mickaelh51/Arduino-Oregon-Library/issues/2, or mute the thread

https://github.com/notifications/unsubscribe-auth/AJbW3Gd4CJzwr-DI1xamjWxy2_wFmaC4ks5r3Kh9gaJpZM4NS1cy .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Mickaelh51/Arduino-Oregon-Library/issues/2#issuecomment-299655530, or mute the thread https://github.com/notifications/unsubscribe-auth/AbK3YXhbIlRjUuXMLYjbb-Ar6UbvBBTfks5r3LIzgaJpZM4NS1cy.

Mickaelh51 commented 7 years ago

Maybe yes. I never tried with this hardware. Just Arduino uno

On May 6, 2017 9:05 PM, "sergio49650" notifications@github.com wrote:

Nop tried that too, with external vcc. The 433 reciever need 5v. It obviously comes from the esp hardware, may be with another gpio...

Le 06/05/2017 à 19:47, HUBERT MICKAEL a écrit :

Hi, Maybe a low power ? Arduino power is 12v. For wireless projects it's very important... Now I use rflink for my projects.

On May 6, 2017 7:06 PM, "sergio49650" notifications@github.com wrote:

The same code (simple example) works fine on arduino, but I get rubbish on esp8266. Noise on GPIO may be?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Mickaelh51/Arduino-Oregon-Library/issues/2, or mute the thread

https://github.com/notifications/unsubscribe-auth/AJbW3Gd4CJzwr- DI1xamjWxy2_wFmaC4ks5r3Kh9gaJpZM4NS1cy .

— You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub https://github.com/Mickaelh51/Arduino-Oregon- Library/issues/2#issuecomment-299655530, or mute the thread https://github.com/notifications/unsubscribe-auth/AbK3YXhbIlRjUuXMLYjbb- Ar6UbvBBTfks5r3LIzgaJpZM4NS1cy.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Mickaelh51/Arduino-Oregon-Library/issues/2#issuecomment-299659787, or mute the thread https://github.com/notifications/unsubscribe-auth/AJbW3L37PP5t5DMsXA789qMPELKqLbFZks5r3MSMgaJpZM4NS1cy .

PonyOny commented 7 years ago

I'm having the same issue, just receiving constantly data with invalid output, did you mange to fix this @sergio49650

sergio49650 commented 7 years ago

I think it comes from WiFi interferences. I got the same invalid data with Bluetooth module connected to arduino. As soon module is disconnected, 433 works well and data are good.

dcolley commented 5 years ago

FWIW, I tried to disable WiFi.mode() to see if I can get this working on Wemos D1 Mini, and I still get rubbish readings.

Does anyone know if the clock speed could be a factor? My Uno runs 16MHz and the D1 MIni runs at 80MHz...