Telegram Group & Telegram Channel
🌟اسکریپت Lua برای ماژول فرستنده nodemcu

uart.setup(1, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) — setup UART1 i.e. pin GPIO2

while true do —send string per second continuously

uart.write(1, "Hello friend\n")
tmr.delay(1000000)
end

🌟اسکریپت Lua برای ماژول گیرنده nodemcu

—callback on receiver data
uart.on("data","\n",function(data) print("receive from uart:", data) end, 0)

@micropython_iot
@raspberry_python
@raspberryproject



tg-me.com/micropython_iot/48
Create:
Last Update:

🌟اسکریپت Lua برای ماژول فرستنده nodemcu

uart.setup(1, 115200, 8, uart.PARITY_NONE, uart.STOPBITS_1, 1) — setup UART1 i.e. pin GPIO2

while true do —send string per second continuously

uart.write(1, "Hello friend\n")
tmr.delay(1000000)
end

🌟اسکریپت Lua برای ماژول گیرنده nodemcu

—callback on receiver data
uart.on("data","\n",function(data) print("receive from uart:", data) end, 0)

@micropython_iot
@raspberry_python
@raspberryproject

BY Micropython & IOT


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/micropython_iot/48

View MORE
Open in Telegram


Micropython & IOT Telegram | DID YOU KNOW?

Date: |

If riding a bucking bronco is your idea of fun, you’re going to love what the stock market has in store. Consider this past week’s ride a preview.The week’s action didn’t look like much, if you didn’t know better. The Dow Jones Industrial Average rose 213.12 points or 0.6%, while the S&P 500 advanced 0.5%, and the Nasdaq Composite ended little changed.

Dump Scam in Leaked Telegram Chat

A leaked Telegram discussion by 50 so-called crypto influencers has exposed the extraordinary steps they take in order to profit on the back off unsuspecting defi investors. According to a leaked screenshot of the chat, an elaborate plan to defraud defi investors using the worthless “$Few” tokens had been hatched. $Few tokens would be airdropped to some of the influencers who in turn promoted these to unsuspecting followers on Twitter.

Micropython & IOT from us


Telegram Micropython & IOT
FROM USA