Search found 11 matches
- Sunday 30 August 2020 21:58
- Forum: MySensors
- Topic: PWM for 4-pins FAN
- Replies: 6
- Views: 1981
Re: PWM for 4-pins FAN
Up for any help
- Tuesday 25 August 2020 23:10
- Forum: MySensors
- Topic: PWM for 4-pins FAN
- Replies: 6
- Views: 1981
Re: PWM for 4-pins FAN
Ok I see what you mean. But I'm using my gateway without any communication module (sensors dyrectly on the gateway wich is plug via USB on my Pi) so no need to do that? Right? //#define MY_RADIO_RF24 //#define MY_RADIO_NRF5_ESB //#define MY_RADIO_RFM69 //#define MY_RADIO_RFM95 Any idea why the ...
- Tuesday 25 August 2020 21:34
- Forum: MySensors
- Topic: PWM for 4-pins FAN
- Replies: 6
- Views: 1981
Re: PWM for 4-pins FAN
If I do this my fan start to make a little noise. (the one that I got rid off using #define PWM_FREQ_HZ (25000) #define PWM_CYCLE_US (1000000/PWM_FREQ_HZ) Timer1.initialize(PWM_CYCLE_US); Timer1.pwm(LED_PIN, 1023); ) I think it is because TimerOne library only work with pin9 and 10 on the arduino ...
- Tuesday 25 August 2020 9:56
- Forum: Python
- Topic: PWM with an arduino
- Replies: 2
- Views: 659
Re: PWM with an arduino
I now got a solution but nothing to do with python so here the new thread https://www.domoticz.com/forum/viewtopi ... 42&t=33772
- Tuesday 25 August 2020 9:55
- Forum: MySensors
- Topic: PWM for 4-pins FAN
- Replies: 6
- Views: 1981
PWM for 4-pins FAN
Hello everyone, following another post I did to control the speed of a fan using PWM, I now have the solution using Mysensors. My problem now is that I can't get the switch more than 99% in domoticz... The only way to get 100% is to turn it off and turn it back on. As long as you touch the slider of ...
- Monday 24 August 2020 1:59
- Forum: Python
- Topic: PWM with an arduino
- Replies: 2
- Views: 659
Re: PWM with an arduino
Any help?
P.S: English is not my native language do not hesitate to ask for more explanations if it is not clear.
P.S: English is not my native language do not hesitate to ask for more explanations if it is not clear.
- Saturday 22 August 2020 6:38
- Forum: Python
- Topic: PWM with an arduino
- Replies: 2
- Views: 659
PWM with an arduino
Hello guys , I am trying to integrate an arduino nano-based assembly into domoticz which allows me to manage the speed rotation of a fan (PWM) from 0 to 100. The arduino and the Raspberry pi are connected via USB and I already have a python script which allows me to manage it from the terminal. For ...
- Saturday 19 December 2015 1:30
- Forum: Switches and Scenes
- Topic: 10min delay on GPIO command
- Replies: 2
- Views: 982
Re: 10min delay on GPIO command
Nop, I use only domoticz. I think that I'm gonna solve it by hardware
- Thursday 17 December 2015 15:12
- Forum: Switches and Scenes
- Topic: 10min delay on GPIO command
- Replies: 2
- Views: 982
10min delay on GPIO command
Hi everybody, I'm working on a way to get a lamp ON for a certain time (between 10pm to 3am) with a regular check of the state (if there is any outage, the Pi at the reboot will check the Lamp status). What I did was to set a Timer command each 10min what is perfect from here. Now I got another ...
- Tuesday 15 December 2015 15:51
- Forum: Temperature and Weather
- Topic: Get DHT value without IP
- Replies: 2
- Views: 1540
Re: Get DHT value without IP
Thank you it works perfectly!
- Friday 11 December 2015 3:30
- Forum: Temperature and Weather
- Topic: Get DHT value without IP
- Replies: 2
- Views: 1540
Get DHT value without IP
Hello, First of all, be sure that I feel sorry for my bad english. I'll do my best :D I'm trying to get my Rpi running Domoticz with a DHT22 wired on the GPIO4 without any connexion. Let me explain: to get my values up to date in domoticz from the sensor, i've found a script that use json to send ...