Skip to content
#

firmware

Here are 1,098 public repositories matching this topic...

Marlin
rglory
rglory commented Apr 27, 2020

Currently comment on runout sensor configuration says:

  • By default the firmware assumes HIGH=FILAMENT PRESENT.

which is quite confusing and not very informative for regular user. As we test filament sensor status by M119 command It should clearly say when filament present on M119 we should see either "open" or "TRIGGERED" status and we can flip FIL_RUNOUT_INVERTING otherwise. Nobody really

rvalle
rvalle commented Mar 19, 2020

Expected behavior

During firmware configuration
Should be easy to select the value for LUA_FLASH_STORE in user_config.h
Options and/or units should be clearly documented so that the setting can be used.

Actual behavior

current default setting is:
//#define LUA_FLASH_STORE 0x10000

Comments

0x10000 corresponds to 64kb in hex, What are the other possibl

mcspr
mcspr commented Sep 6, 2019

Is your feature request related to a problem? Please describe.

ref #1864 , there needs to be a concise way to check that utility functions (brightness calculation, channel setting, value conversion etc.) work without problems with some set of expected inputs and outputs.

Describe the solution you'd like

  • special build option to replace application code with bunch of assert calls. i
maryannhorton
maryannhorton commented Nov 13, 2019

I am trying to add additional IEs to the beacon/probe resp frames on a PI 3B+ using nexmon. I'm having difficulty understanding how these frames get configured.

I gather the frames come in from hostapd into cfg80211.c, which pulls out selected IEs and passes them from the brcmfmac driver, using string commands like arp_ol and ndoe, across an interface (dbus?) to the firmware, which reassembles

PaoloFCantoni
PaoloFCantoni commented Jan 2, 2020

If using timers while flying (rather than telemetry - battery usage etc.) you may need various timers for the various batteries you use. Sometimes, you might forget and use the wrong one (ask me how I know :( ) It would be useful to be able to adjust the current value of the timer up or down.

model.incrementTimer(timer, value)
Increment/decrement model timer parameters

Parameters
tim

Improve this page

Add a description, image, and links to the firmware topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firmware topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.