Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RuiSantosdotme/Random-Nerd-Tutorials
/ functions
Functions
689 in github.com/RuiSantosdotme/Random-Nerd-Tutorials
⨍
Functions
689
◇
Types & classes
44
↳
Endpoints
7
↓ 3 callers
Method
_write_dsp_ctrl
(self)
Projects/Raspberry-Pi-Pico/MicroPython/tm1637/tm1637.py:79
↓ 3 callers
Method
backlight_off
Turns the backlight off. This isn't really an LCD command, but some modules have backlight controls, so this allows the hal to pas
Projects/ESP-MicroPython/lcd/lcd_api.py:113
↓ 3 callers
Method
backlight_off
(self)
Projects/Raspberry-Pi-Pico/MicroPython/lcd_api.py:107
↓ 3 callers
Method
custom_char
Write a character to one of the 8 CGRAM locations, available as chr(0) through chr(7).
Projects/ESP-MicroPython/lcd/lcd_api.py:164
↓ 3 callers
Method
custom_char
(self, location, charmap)
Projects/Raspberry-Pi-Pico/MicroPython/lcd_api.py:154
↓ 3 callers
Function
do_connect
(ssid, password)
Projects/ESP-MicroPython/wifimgr.py:85
↓ 3 callers
Method
humidity
(self)
Projects/ESP-MicroPython/bme680.py:130
↓ 3 callers
Method
move
(self, angle)
Projects/Raspberry-Pi-Pico/MicroPython/servo.py:28
↓ 3 callers
Function
publish_mqtt
(topic, value)
Projects/Raspberry-Pi-Pico/MicroPython/mqtt/mqtt_publish.py:79
↓ 3 callers
Method
quit
(self)
Projects/ESP-MicroPython/umail.py:108
↓ 3 callers
Method
quit
(self)
Projects/Raspberry-Pi-Pico/MicroPython/email/umail.py:106
↓ 3 callers
Function
read_file
(filepath)
Projects/Raspberry-Pi-Pico/MicroPython/web_server_filesystem/main.py:27
↓ 3 callers
Method
reconnect
(self)
Projects/Raspberry-Pi-Pico/MicroPython/mqtt/umqtt/robust.py:20
↓ 3 callers
Function
scroll_in_screen
(screen)
Projects/ESP-MicroPython/oled/screen_scroll.py:31
↓ 3 callers
Function
scroll_in_screen_v
(screen)
Projects/ESP-MicroPython/oled/screen_scroll.py:57
↓ 3 callers
Function
scroll_out_screen
(speed)
Projects/ESP-MicroPython/oled/screen_scroll.py:40
↓ 3 callers
Function
scroll_out_screen_v
(speed)
Projects/ESP-MicroPython/oled/screen_scroll.py:66
↓ 3 callers
Function
scroll_screen_in_out
(screen)
Projects/ESP-MicroPython/oled/screen_scroll.py:48
↓ 3 callers
Function
scroll_screen_in_out_v
(screen)
Projects/ESP-MicroPython/oled/screen_scroll.py:74
↓ 3 callers
Method
step_until
(self, target, dir=None)
Projects/Raspberry-Pi-Pico/MicroPython/stepper.py:64
↓ 3 callers
Method
stop
(self, value=None)
Projects/ESP-MicroPython/urtc.py:99
↓ 3 callers
Method
temperature
(self, num)
Projects/Raspberry-Pi-Pico/MicroPython/tm1637/tm1637.py:180
↓ 3 callers
Function
update_display
()
Projects/ESP-MicroPython/esp32_espnow_two_way_BME280_OLED.py:75
↓ 3 callers
Method
wait_msg
(self)
Projects/Raspberry-Pi-Pico/MicroPython/mqtt/umqtt/simple.py:179
↓ 2 callers
Method
__initialise
(self, pin)
Projects/Raspberry-Pi-Pico/MicroPython/servo.py:49
↓ 2 callers
Function
_read24
(arr)
Projects/ESP-MicroPython/bme680.py:38
↓ 2 callers
Function
_read24
(arr)
Projects/Raspberry-Pi-Pico/MicroPython/bme680.py:38
↓ 2 callers
Method
_send_pulse_and_wait
Send the pulse to trigger and listen on echo pin. We use the method `machine.time_pulse_us()` to get the microseconds until the ech
Projects/ESP-MicroPython/HCSR04/hcsr04.py:30
↓ 2 callers
Function
add_minutes_to_time
(dt, minutes)
Projects/ESP-MicroPython/esp_set_periodic_alarms_ds3231.py:27
↓ 2 callers
Function
add_minutes_to_time
(dt, minutes)
Projects/Raspberry-Pi-Pico/MicroPython/DS3231_Set_Periodic_Alarms.py:22
↓ 2 callers
Method
brightness
Set the display brightness 0-7.
Projects/Raspberry-Pi-Pico/MicroPython/tm1637/tm1637.py:100
↓ 2 callers
Function
convert_to_decimal_degrees
(coord)
Projects/Raspberry-Pi-Pico/MicroPython/NEO_M8N_GPS_SD_Card_Logger.py:52
↓ 2 callers
Method
date_string
Creates a readable string of the current date. Can select between long format: Januray 1st, 2014 or two short formats:
Projects/Raspberry-Pi-Pico/MicroPython/micropyGPS.py:756
↓ 2 callers
Method
duty_cycle
(self, speed)
Projects/ESP-MicroPython/dcmotor.py:32
↓ 2 callers
Method
duty_cycle
(self, speed)
Projects/Raspberry-Pi-Pico/MicroPython/dcmotor.py:29
↓ 2 callers
Method
encode_char
Convert a character 0-9, a-z, space, dash or star to a segment.
Projects/ESP-MicroPython/tm1637/tm1637.py:141
↓ 2 callers
Method
encode_char
Convert a character 0-9, a-z, space, dash or star to a segment.
Projects/Raspberry-Pi-Pico/MicroPython/tm1637/tm1637.py:141
↓ 2 callers
Method
forward
(self, speed)
Projects/ESP-MicroPython/dcmotor.py:15
↓ 2 callers
Method
forward
(self, speed)
Projects/Raspberry-Pi-Pico/MicroPython/dcmotor.py:12
↓ 2 callers
Function
getY
Projects/Arduino_Poor_mans_oscilloscope_processing_code.c:40
↓ 2 callers
Function
get_temperature
()
Projects/Raspberry-Pi-Pico/MicroPython/web_server_filesystem/main.py:33
↓ 2 callers
Method
hal_sleep_us
Sleep for some time (given in microseconds).
Projects/ESP-MicroPython/lcd/lcd_api.py:210
↓ 2 callers
Method
hal_sleep_us
(self, usecs)
Projects/Raspberry-Pi-Pico/MicroPython/lcd_api.py:185
↓ 2 callers
Method
hal_write_data
Write data to the LCD. It is expected that a derived HAL class will implement this function.
Projects/ESP-MicroPython/lcd/lcd_api.py:198
↓ 2 callers
Method
hal_write_data
(self, data)
Projects/Raspberry-Pi-Pico/MicroPython/lcd_api.py:180
↓ 2 callers
Method
hex
Display a hex value 0x0000 through 0xffff, right aligned.
Projects/Raspberry-Pi-Pico/MicroPython/tm1637/tm1637.py:158
↓ 2 callers
Method
init_spi
(self, baudrate)
Projects/Raspberry-Pi-Pico/MicroPython/sd_card/sdcard.py:50
↓ 2 callers
Method
latitude_string
Create a readable string of the current latitude data :return: string
Projects/Raspberry-Pi-Pico/MicroPython/micropyGPS.py:705
↓ 2 callers
Method
longitude_string
Create a readable string of the current longitude data :return: string
Projects/Raspberry-Pi-Pico/MicroPython/micropyGPS.py:720
↓ 2 callers
Method
lost_power
(self)
Projects/ESP-MicroPython/urtc.py:117
↓ 2 callers
Method
lost_power
(self)
Projects/Raspberry-Pi-Pico/MicroPython/urtc.py:117
↓ 2 callers
Method
no_interrupt
(self)
Projects/ESP-MicroPython/urtc.py:128
↓ 2 callers
Method
no_interrupt
(self)
Projects/Raspberry-Pi-Pico/MicroPython/urtc.py:128
↓ 2 callers
Function
plotTemperature
(jsonValue)
Projects/ESP32/ESP32_Charts_Multiple_Series/data/script.js:72
↓ 2 callers
Function
read_profiles
()
Projects/ESP-MicroPython/wifimgr.py:67
↓ 2 callers
Function
read_temp_raw
()
Projects/Raspberry-Pi/ds18b20_basic.py:16
↓ 2 callers
Function
restart_and_reconnect
()
Projects/ESP-MicroPython/MQTT/esp_bme680_mqtt.py:58
↓ 2 callers
Function
restart_and_reconnect
()
Projects/ESP-MicroPython/MQTT/esp_bme280_mqtt.py:56
↓ 2 callers
Function
restart_and_reconnect
()
Projects/ESP-MicroPython/MQTT/esp_ds18b20_mqtt.py:51
↓ 2 callers
Function
restart_and_reconnect
()
Projects/ESP-MicroPython/MQTT/esp_dht_mqtt.py:51
↓ 2 callers
Function
send_header
(client, status_code=200, content_length=None )
Projects/ESP-MicroPython/wifimgr.py:104
↓ 2 callers
Method
temperature_f
(self, num)
Projects/ESP-MicroPython/tm1637/tm1637.py:190
↓ 2 callers
Method
temperature_f
(self, num)
Projects/Raspberry-Pi-Pico/MicroPython/tm1637/tm1637.py:190
↓ 2 callers
Method
to
(self, addrs, mail_from=None)
Projects/ESP-MicroPython/umail.py:77
↓ 1 callers
Method
__angle_to_u16_duty
(self, angle)
Projects/Raspberry-Pi-Pico/MicroPython/servo.py:45
↓ 1 callers
Function
_decode_data
(data)
Projects/ESP-MicroPython/esp32_ble_basic.py:40
↓ 1 callers
Function
_decode_temperature
(data)
Projects/Raspberry-Pi-Pico/MicroPython/BLE_Client.py:19
↓ 1 callers
Function
_encode_data
(data)
Projects/ESP-MicroPython/esp32_ble_basic.py:36
↓ 1 callers
Function
_encode_message
(message)
Projects/Raspberry-Pi/RPi_to_RPi_Pico/ble_sample.py:29
↓ 1 callers
Function
_encode_message
(message)
Projects/Raspberry-Pi/RPi_to_RPi_Pico/ble_time.py:30
↓ 1 callers
Function
_encode_temperature
(temp_deg_c)
Projects/Raspberry-Pi-Pico/MicroPython/BLE_Peripheral.py:28
↓ 1 callers
Method
_read_calibration
(self)
Projects/ESP-MicroPython/bme680.py:191
↓ 1 callers
Method
_read_calibration
(self)
Projects/Raspberry-Pi-Pico/MicroPython/bme680.py:191
↓ 1 callers
Method
_recv_len
(self)
Projects/Raspberry-Pi-Pico/MicroPython/mqtt/umqtt/simple.py:45
↓ 1 callers
Method
_step
(self, dir)
Projects/Raspberry-Pi-Pico/MicroPython/stepper.py:42
↓ 1 callers
Method
backlight_on
Turns the backlight on. This isn't really an LCD command, but some modules have backlight controls, so this allows the hal to pass
Projects/ESP-MicroPython/lcd/lcd_api.py:104
↓ 1 callers
Method
backlight_on
(self)
Projects/Raspberry-Pi-Pico/MicroPython/lcd_api.py:99
↓ 1 callers
Method
backwards
(self, speed)
Projects/ESP-MicroPython/dcmotor.py:21
↓ 1 callers
Method
backwards
(self, speed)
Projects/Raspberry-Pi-Pico/MicroPython/dcmotor.py:18
↓ 1 callers
Function
blink_blue_led
()
Projects/ESP-MicroPython/esp_asynchronous_programming.py:19
↓ 1 callers
Function
blink_blue_led
()
Projects/Raspberry-Pi-Pico/MicroPython/Pico_Asynchronous_Programming.py:19
↓ 1 callers
Function
blink_green_led
()
Projects/ESP-MicroPython/esp_asynchronous_programming.py:13
↓ 1 callers
Function
blink_green_led
()
Projects/Raspberry-Pi-Pico/MicroPython/Pico_Asynchronous_Programming.py:13
↓ 1 callers
Function
blink_led
()
Projects/Raspberry-Pi-Pico/MicroPython/async_web_server.py:117
↓ 1 callers
Function
blink_task
()
Projects/Raspberry-Pi/RPi_to_RPi_Pico/rpi_led_receive.py:31
↓ 1 callers
Function
bounce
(r, g, b, wait)
Projects/ESP-MicroPython/esp32_esp8266_ws2812b.py:32
↓ 1 callers
Method
brightness
Set the display brightness 0-7.
Projects/ESP-MicroPython/tm1637/tm1637.py:100
↓ 1 callers
Function
celsius_to_fahrenheit
(temp_celsius)
Projects/Raspberry-Pi-Pico/MicroPython/Internal_Temperature_Sensor_picozero_loop.py:8
↓ 1 callers
Function
celsius_to_fahrenheit
(temp_celsius)
Projects/Raspberry-Pi-Pico/MicroPython/Pico_Internal_Temperature_Sensor.py:21
↓ 1 callers
Function
celsius_to_fahrenheit
(temp_celsius)
Projects/Raspberry-Pi-Pico/MicroPython/Internal_Temperature_Sensor_picozero.py:7
↓ 1 callers
Function
celsius_to_fahrenheit
(temp_celsius)
Projects/Raspberry-Pi-Pico/MicroPython/tm1637/tm1637_internal_temp_sensor.py:16
↓ 1 callers
Function
celsius_to_fahrenheit
(celsius)
Projects/Raspberry-Pi/bme280_basic.py:14
↓ 1 callers
Function
check_basic_auth
Check basic authentication
Projects/ESP-IDF/wifi_web_server_http_auth/wifi_web_server_http_auth.c:112
↓ 1 callers
Function
check_for_updates
(OTA)
Projects/ESP-MicroPython/OTA_Updates_PHP_Alternative/program2.py:17
↓ 1 callers
Function
check_for_updates
(OTA)
Projects/ESP-MicroPython/OTA_Updates_PHP_Alternative/program1.py:31
↓ 1 callers
Function
check_for_updates
(OTA)
Projects/ESP-MicroPython/OTA_Updates_PHP/program_1/program.py:39
↓ 1 callers
Function
check_for_updates
(OTA)
Projects/ESP-MicroPython/OTA_Updates_PHP/program_2/program.py:15
↓ 1 callers
Method
check_msg
(self)
Projects/Raspberry-Pi-Pico/MicroPython/mqtt/umqtt/simple.py:215
↓ 1 callers
Method
circle
(self, x0, y0, radius, *args, **kwargs)
Projects/ESP-MicroPython/oled/gfx.py:105
↓ 1 callers
Function
clear
()
Projects/ESP-MicroPython/esp32_esp8266_ws2812b.py:76
← previous
next →
101–200 of 689, ranked by callers