Miscalibrated extruder: Your printer is not pushing enough filament into the hotend. The pressure drops during extrusion (especially with a larger nozzle) and flow briefly stops until enough new filament is pushed in to build pressure again: Solution recalibrate your extruder like described in this guide. Basically you command your extruder to move in some length of filament, measure how much it actually moves and update that value. These are the required commands:
M503 ; get current extruder steps
M83 ; relative mode
G1 F100 E180 ; extrude 180 mm, assuming you marked 200mm on the filament
M92 E??? ; update new extruder value
M500 ; save