The PWM function is in the pulseio module. It is also very easy to use, such as:import pulseio
import boardpwm = pulseio.PWMOut(board.D13, frequency=50)
pwm.duty_cycle = 2 ** 15The duty cycle of the P...
[i=s]This post was last edited by dql2016 on 2021-4-25 18:59[/i]I don't have much knowledge about Bluetooth yet, so I can only run the official routine to see the effect. The routine I tested is this:...
dql2016onsemi and Avnet IoT Innovation Design Competition
Spectrum Type
Traditionally, cellular networks operate in licensed spectrum and Wi-Fi operates in unlicensed spectrum. However, in the 5G era, this division has gradually become blurred. On the one ha...
This software architecture refers to TI's MSP430Ware, which is different from the MSP430Ware++ introduced in the blog. Please pay attention when reading. When we use MSP430Ware, we should first downlo...
C2000 series chips are widely used in digital power supply and motor control, in which overcurrent and overvoltage protection are essential. TI's Picollo series chips, starting from F2802x, have integ...