Giter Club home page Giter Club logo

stm32-tutorials's People

Contributors

darlington49 avatar grzegorzwozny avatar myaqoobembedded avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stm32-tutorials's Issues

Can I contribute?

This year I took part in Hackctober Fest. I have to make 4 valid pull requests in order to win a Tshirt. I need to do it by 31oct and come within 75000 people in order to win.
Can I help you in any way, So in return you could accept my pull requests?

I saw your videos on youtube. I have seen that you work in Keil Ide, I use STM32Cube.
Can I add my files to your Repo? so that people working on Stm32Cube could also benefit.

Or any other help, please do tell. I use STM32F407VG Board.

Thank you, Sir
Sorry If I bothered you.

nRF24l01 TX_DS bit is no set in TX mode

Actual Behavior

Bit TX_DS (5) in status register is no set. Library tested on STM32F103C8T6. The problem is in NRF24_startWrite() function when BIT_PWR_UP is set and BIT_PRIM_RX is clear.

Step to reproduce

Before set BIT_PWR_UP and clear BIT_PRIM_RX in NRF24_startWrite() function set CE line as LOW. After set and clear bits change state on CE line.

Register init in Tutorial 43 - WAV Player from USB Disk

Hi, i just went through the code, in the function:
void CS43_Init(I2C_HandleTypeDef i2c_handle, CS43_MODE outputMode)
I found this:

iData[1] &= (1 << 5); // Clear all bits except bit 5 which is reserved
iData[1] &= ~(1 << 7);  // Slave
iData[1] &= ~(1 << 6);  // Clock polarity: Not inverted
iData[1] &= ~(1 << 4);  // No DSP mode
iData[1] &= ~(1 << 2);  // Left justified, up to 24 bit (default)
iData[1] |= (1 << 2);

I guess this;
iData[1] &= ~(1 << 2); // Left justified, up to 24 bit (default)
should be
iData[1] &= ~(1 << 3); // Left justified, up to 24 bit (default)
right ?

I guess this is not an issue here, since the bit is 0 by default anyway, but just to know,

Great code by the way, thanks for sharing !

STM32-Tutorials\Tutorial 24 - NRF24L01 Radio Transceiver

HI MYaqoob,
I am using your library for NRF24L01+, STM32-Tutorials\Tutorial 24 - NRF24L01 Radio Transceiver

I have the following issue, Would you please help me understanding what is wrong.PFA

  1. Previously it was receiving correct strings, but now I am just receiving as "TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT"
    My transmission strings look like this
  • ---------- Configured as Transmitter ------------
    Tx Count= 6566, Tx Failed= 0, Rx Count= 0, Rx Failed= 0

'T' is first letter which is transmitted, but it doesn't receives strings after that, I checked with SPI analyser.

image

  1. Sometime it goes to Power down mode abruptly and all value of status/config register becomes zero.
    I added NRF24_powerUp(); while changing mode Tx to Rx, but nothing helps.
    image

Radio_RF_Control.zip

stm32f103c8t6 not working

I tried this library for stm32f103c8t6 but it didn't work. I added your update later, but it didn't happen again. In the update I mean: NRF24_startWrite function added this line NRF24_ce(0); I would appreciate if you help. good work

delay configuration

hello mohammed..

i suggest using somthing like

#define custom_delay(x) HAL_delay(x)

and use it all over the library so you can later port it easily on something like FreeRTOS
refering to lcd i2c directory ^

Hey!

that's great tutorial.
I have seen and implemented Printf in UART, you should also include that in your tutorial.
Also, I want to know how to use Scanf in UART.
If you have any idea or any reference, please share.

16x2 i2c Convert to 20x4 i2c

I am trying to implement 20x4 LCD with your Library its working fine but i am getting characters only upto 16. I want to use complete 20x4 lcd how that can be done ?

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.