Skip to main content

Posts

Showing posts with the label Programming

Show current date,time and temperature with Kidbright.

Hello everyone today I will be talking about another tutorial for kid bright. This one is about the current date, time and temperature. So let's just start first up you need a forever block. Next, a LED 16x8 scroll block and put a date block from the clock and put a wait LED matrix ready block underneath that. Next, do the same thing except put a time block at the scroll LED. Next, do the same thing ANOTHER time except put a temperature sensor in the scroll LED. Next, if you want you can put a delay in each of them, but I didn't do that. This is really easy to do really. Anyways that is all for today bye!

When the sensor is dark, let the USB work

Hello everyone today I will be talking about another tutorial with Kid bright again so when it is dark you can turn on the light, fan or other stuff on. So let's begin first you need a forever block and a set x to block. You can change it. It doesn't really matter. So next you get the light level sensor from the sensor. Next, you put a LED 16x8 2 chars block underneath it. Next a delay 0.5 block underneath that. Now you get an if do else block from logic. In the if you get a = block and change it to a < symbol. Next, you get an X block at the front and a number block at the back you can change it to 30-50. I did 50 because why not? At do you get an LED 16x8 scroll block and you get a print block. You can change the word to when it is dark you want it to say this on the screen. Next, get a write USB (on) block from the I/O and next a delay block set to 3.5 or 3. At the else do the same thing except change the word in there for when it is day time you want it to say this w...