Questions tagged [nano]

4 questions
2
votes
1 answer

Unable to open files with multiple lines in ssh session

I am having an issue where I cannot view/edit the contents of a file that is larger than a few lines of text/code. When I use nano to open a file the system hangs after displaying: "[Read N lines]" and the only thing I can do is kill/restart the ssh…
0
votes
0 answers

How to read voltage data from arduino nano (slave) using i2c communication

python code: import smbus import time bus = smbus.SMBus(1) SLAVE_ADDRESS = 0x10 def requestreading(): # try: # # b1 = data[0] # b2 = data[1] # b3 = data[2] # b4 = data[3] # b5 = data[4] # b6…
0
votes
0 answers

can't open nano editor - "illegal instruction"

/etc/os-release says raspbian 10 (buster) pi 3 i know this worked previously, because i originally set up the whole pi using nano. but now, every time i open nano, any file, no file, sudo, or not, i get "illegal instruction" and nothing else. i have…
curtmcgirt
  • 11
  • 1
-1
votes
1 answer

Serial Communication of with

Background I'm trying to control some motors by raspberry pi zero w. I did, but the PWM produced by Software was unstable. So I decided to use arduino uno with zero. (Zero is required because I should install some software in it) It worked by…
RPF
  • 117
  • 2
  • 9