-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Attiny84 #115
Comments
Can't really debug your system for you. Start debugging the hardware level:
Continue to the software level:
|
So you don't know if it's actually undamaged.
Both are tiny, not enough to filter out any significant ripples.
Find a way to debug the ATTiny then.
Collect the serial debug logs, make them have timestamps (when the lines were printed), can't really make this clearer. |
Uhh, are you totally sure?
Enable the network's built-in debugging and pastebin the logs with timestamps, then I can actually look at what's going on, your description now doesn't tell me more than it tells you. |
Sorry 4,7µf. Can you tell me where put capacitor 10000uF ( between 5v and GND ) and ceramic capacitor ( between 3.3v and GND ) ? Can you tell me where or what flag activate for enable debugging. Thanks |
On the nRF24L01+'s 3V3 and GND pin.
See RF24Network_config.h
|
Ok Thanks But I'm not sure about understanding for capacitors :s https://user-images.githubusercontent.com/11637270/31079065-b4214796-a784-11e7-9a2b-a7f3710020a5.png |
I have uncomment this: But I have not print, I don't understand. I have test send from attiny, no problem I recevied data send by Attiny. I have change capactior. |
Hello,
I use your library RF24 and RF24Network.
I have four Arduino Uno and one attiny84 with NRF24L01+.
The Network is:
0 Arduino UNO
1 Arduino UNO
011 Attiny84
0111 Arduino UNO
021 Arduno UNO
The probleme is with the Attiny84, when I send data to 011 from 0 sometimes ( often ) no data is received.
The same for 0111 from 0.
Do you have an idea ?
Thanks
The text was updated successfully, but these errors were encountered: