Search found 6 matches

by palouf34
Sun Aug 11, 2019 12:44 pm
Forum: ESP8266 boards
Topic: my script gets blocked when there's a watchdog
Replies: 2
Views: 2254

Re: my script gets blocked when there's a watchdog

sorry a see you response so later, I'm reboot my nodemcu before.

but I restet this for futur problem.
by palouf34
Sat Aug 10, 2019 9:02 am
Forum: ESP8266 boards
Topic: my script gets blocked when there's a watchdog
Replies: 2
Views: 2254

my script gets blocked when there's a watchdog

I have a recurring problem with my script despite the watchdog found on one of the topics on this forum. I'm trying to do the following operations: this is my script: #station meteo #import standard library import machine import time import urequests # import special library import bme280 import vem...
by palouf34
Mon Jan 28, 2019 11:46 am
Forum: General Discussion and Questions
Topic: rpc command
Replies: 0
Views: 1823

rpc command

Hi, for my program, i want execute on rpc command. look this generic example: http://#IP_JEEDOM#/core/api/jeeApi.php?apikey=#APIKEY#&type=virtual&id=#ID#&value=#value# with #APIKEY# , #ID# is constant and #value# result of use more sensor. I'm not see on the documentation and I don't see process for...
by palouf34
Tue Jan 22, 2019 9:52 am
Forum: Drivers for External Components
Topic: VEML7700
Replies: 2
Views: 3232

Re: VEML7700

I pushed on github my version of this library.

https://github.com/palouf34/veml7700

I have tested it in several situations and it is stable. if you encounter bugs do not hesitate to open a request on github for me to fix the anomalies.

thank you to you.
by palouf34
Fri Jan 18, 2019 10:15 am
Forum: Drivers for External Components
Topic: VEML7700
Replies: 2
Views: 3232

Re: VEML7700

Hello,

I have made good progress on the creation of this new lib.
I still have some tests to do before I push my source on github so that other people with this module can use it simply without breaking my head too much.

thank you
by palouf34
Sun Jan 06, 2019 3:54 pm
Forum: Drivers for External Components
Topic: VEML7700
Replies: 2
Views: 3232

VEML7700

Good morning, everyone, I'm looking to program a nodemcu (esp8266) with an external component that is the veml7700. here is the datasheet: http://www.vishay.com/docs/84323/designingveml7700.pdf here is the tutorial for arduino. https://www.dfrobot.com/wiki/index.php/Gravity:_I2C_VEML7700_Ambient_Lig...