Giter Site home page Giter Site logo

Comments (7)

Alexx2321979 avatar Alexx2321979 commented on June 11, 2024 1

411 chip not work normal in softserial!
Sbus work through uart1 and conflicts with another device on uart 1. softserial also conflicts with a device on uart 2. the output is simple 411 full she......
tested on both geprc f411aio and jhemcu f411 noxe v3
It is impossible to install 3 devices (vtx hd, cross, gps) only 2 devices. It's better to buy a board with a 405 chip

from emuflight.

nerdCopter avatar nerdCopter commented on June 11, 2024

EmuFlight is based from ButterFlight/Betaflight 3.5.x . EmuF GPS support is severely lacking and I do not know much about GPS configuration.

GEPRCF411_AIO definition seems to already support softserial:

#define USE_UART1
#define UART1_RX_PIN PA10
#define UART1_TX_PIN PA9
#define USE_UART2
#define UART2_RX_PIN PA3
#define UART2_TX_PIN PA2
#define USE_SOFTSERIAL1
#define SOFTSERIAL1_RX_PIN PB10
#define SOFTSERIAL1_TX_PIN PA0
#define USE_SOFTSERIAL2
#define SERIAL_PORT_COUNT 5
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
#define SERIALRX_PROVIDER SERIALRX_SBUS
#define SERIALRX_UART SERIAL_PORT_USART1

I'm wondering if UART1 and SOFTSERIAL1 cannot be used at same time due to identical PINs PA0 & PB10. I do not know enough about it.

Only these Baro/Mag are supported if it's any consolation:

drivers/barometer/barometer_bmp085.c \
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_ms5611.c \
drivers/compass/compass_hmc5883l.c \
drivers/compass/compass_qmc5883l.c\

from emuflight.

Alexx2321979 avatar Alexx2321979 commented on June 11, 2024

20231102_185006
Screenshot_20231102_204116_Telegram

this stock firmware. R11 T11 is softserial? i konect GPS bn180, but not work.

from emuflight.

nerdCopter avatar nerdCopter commented on June 11, 2024

i would agree that 11 is softSerial. In Betaflight if you flashed 4.4 or later, you must enable GPS in cloud-build.
BetaFlight discord: https://discord.betaflight.com/
EmuFlight discord: https://discord.gg/BWqgBg3

from emuflight.

Alexx2321979 avatar Alexx2321979 commented on June 11, 2024

1

you must enable GPS in cloud-build.

sorry, please give more info for this.
(flashing whis this options)
i have Betaflight 4.4.2 newest, gps enable in konfig - UBLOX potr auto, but not work....

from emuflight.

nerdCopter avatar nerdCopter commented on June 11, 2024

if you have an M10 GPS, betaflight 4.5 has support for M10.
Please go to appropriate Discord server for help and support.

from emuflight.

nerdCopter avatar nerdCopter commented on June 11, 2024

Thank you for the information.
F411 known to be less than ideal, but i did not know these details.

F411 also sometimes needs pid_denom = 2 to process all the filters and features. (#915)

from emuflight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.