@jackobocze Ještě doplním, že existuje příklad přímo na použití ESP8266 - "0302-11 ESP8266 REST API"
Jak jednoduše začít s příkladem viz zde: https://www.rexygen.com/example-projects-rexygen/
Hezký den,
Tomáš
@jackobocze Ještě doplním, že existuje příklad přímo na použití ESP8266 - "0302-11 ESP8266 REST API"
Jak jednoduše začít s příkladem viz zde: https://www.rexygen.com/example-projects-rexygen/
Hezký den,
Tomáš
@pocket_brewing Hi Emil, thank you for your question. Have a look at FB called CNDR - Nonlinear conditioner (docs: https://www.rexygen.com/doc/PDF/ENGLISH/BRef_ENG.pdf#page=111).
It should do the job.
Let us know if it worked for you. Good luck with your project!
Kind Regards,
Tomas
@sadilekivan Hi Ivan,
thanks for sharing your project files - I was able to get the error as you described. I handed over your source-files to our developers. Once I have some information I will let you know.
Regards, Tomas
@jackobocze Dobrý den, zřejmě došlo při aktualizaci nějaké Arduino knihovny ke změně syntaxe. Postup co s tím např. zde: https://codeutility.org/arduino-esp8266-error-call-to-httpclientbegin-declared-with-attribute-error-obsolete-api-use-beginwificlient-url-stack-overflow/
Chybu v příkladech samozřejmě opravíme a oprava bude součástí další verze.
Hezký večer,
Tomáš
Hi Ivan,
thanks for question.
You are right - there is more simple way to center a string than adding variable prefix and suffix.
All you need is:
Let me know if I can be of any assistance.
Regards,
Tomas
@serg Hi Serg, thanks for reporting. This is not a bug. 3600 seconds is 60 minutes. If you want to edit your post after 60 minutes just write a new post underneath.
Cheers, Tomas
@hrabalo Hi,
Thanks for getting back to us. I'm glad it works for you now.
Good luck with your project.
Cheers, Tomas
@hrabalo Hi,
thanks for your question. First of all, I would like to mention that the REXduino repository is not maintained any more - therefore the full functionality is not guaranteed.
REXduino_commands.ino file contains all the commands - have a look at line 605 where communication with MPL115A2 starts (https://github.com/jaroslavs/REXduino/blob/master/REXduino_slave/REXduino_commands.ino#L605)
You can try to modify this function to read out TSC2007.
You will also need to modify REXduino_master.c accordingly so the appropriate data will show up at userRecv output.
What about connecting the TSC2007 directly to the RPi I2C pins? Have a look at I2C examples in REXYGEN: 0502 Generic I2C Communication
Hope it helps.
Cheers
Tomas
@gerritjan1 Hi,
have a look at function block "ABSROT". It might help you solve your task. Just set the lolim and hilim parameters as a range of the counter output.
Let us know if you managed get the desired behaviour.
Cheers,
Tomas
Hi!
Thanks for reaching out. In general, it is possible.
However, you would need to edit the sketch for REXduino in order to read out the touch position and communicate it to REXYGEN which could be pretty challenging (depending on your programming skills). It would require knowledge of the REXduino communication mechanism which is not documented (except the code).
What about posting the touch position information via REST API to REXYGEN? Example "0302-11 ESP8266 REST API" might be used as a hint.
Kind Regards,
Tomas
@rexpeter Hi Peter,
I have an update on your Topic. It is possible to change the Slave IP address by configuring "Address" parameter (e.g. GoTo flag "MTM__1_Address" in your case).
Cheers,
Tomas
@rexpeter Hi Peter, Thank you for your question. Welcome back!
The answer to your question is in Modbus Driver Documentation within Chapter 3.4: https://www.rexygen.com/doc/ENGLISH/MANUALS/MbDrv/MbDrv_ENG.html#x1-200003.4
It is possible to change the "Slave" parameter of selected Item (e.g. GoTo flag MTM__Adam_9_Slave). However, all the Slave addresses must be declared prior to compilation. Afterwards, you can switch the reference to the Slave at each Item (by introducing the GoTo flag mentioned above).
I hope it helps.
Let me know if it works for you.
Kind Regards,
Tomas
@jackobocze Dobrý den,
RPiDrv nemůže běžet na Windows targetu - RPiDrv na Windows neexistuje.
Pokud to potřebujete pro potřeby vývoje HMI, stačí do pole target funkce "Browse" zadat IP adresu Raspberry Pi s běžícím projektem místo "localhost".
Znovu prosíme o používání fora čistě v angličtině. Pokud je angličtina problém, použijte nějaký z překladačů, které jsou dnes již na velmi dobré úrovni. Důvod je ten, aby i ostatní uživatelé mohli tyto rady použít. Děkuji.
Zdraví Tomáš
Dobrý den,
řešila by to klávesnice + myš připojená do USB - v takovém případě budete mít z RPi "stolní počítač". Případně to lze řešit tak, že si nastavíte Chromium browser na RPi, aby se po spuštění automaticky spustil s požadovanou adresou ("127.0.0.1:8008") - klíčová slova pro Google "chromium autostart page"
Hezký den,
Tomáš Čechura
@jackobocze Dobrý den, zřejmě došlo při aktualizaci nějaké Arduino knihovny ke změně syntaxe. Postup co s tím např. zde: https://codeutility.org/arduino-esp8266-error-call-to-httpclientbegin-declared-with-attribute-error-obsolete-api-use-beginwificlient-url-stack-overflow/
Chybu v příkladech samozřejmě opravíme a oprava bude součástí další verze.
Hezký večer,
Tomáš