|
sending data to SD card - CS control inhibited (no GPIO device)
I want to write some data in .csv file on SD card. Some of data are written , but then I get error :
"CS control inhibited (no GPIO device)"
I added this in config file:
I havent got any idea what
I want to write some data in .csv file on SD card. Some of data are written , but then I get error :
"CS control inhibited (no GPIO device)"
I added this in config file:
I havent got any idea what
|
By
Edyta Bosacka <edyta.bosacka@...>
·
#2142
·
|
|
API meeting: agenda
Hi all,
Today's topics:
- Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing
Hi all,
Today's topics:
- Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing
|
By
Carles Cufi
·
#2141
·
|
|
ODP: Reading data from LSM6DS33 , I2C
Thank you 🙂 Thanks to your advice I opened this file but I still get error while writing to this file🙁Do you have any idea why? I will be very grateful for any help😊
Od: Lawrence King
Thank you 🙂 Thanks to your advice I opened this file but I still get error while writing to this file🙁Do you have any idea why? I will be very grateful for any help😊
Od: Lawrence King
|
By
Edyta Bosacka <edyta.bosacka@...>
·
#2140
·
|
|
Re: Sending data to .csv file
You didn’t check the return code from fs_open(). I am pretty sure the open failed, I think the correct file path is “/SD:/plink.csv”.
You then tried to write to a file with an invalid handle
You didn’t check the return code from fs_open(). I am pretty sure the open failed, I think the correct file path is “/SD:/plink.csv”.
You then tried to write to a file with an invalid handle
|
By
Lawrence King
·
#2139
·
|
|
Sending data to .csv file
Hi 🙂 I want to write some data to .csv file.
I took an example : \zephyrproject\zephyr\samples\subsys\fs\fat_fs and I added these to my code:
In main:
Os_x, os_y, os_z - these are variables I
Hi 🙂 I want to write some data to .csv file.
I took an example : \zephyrproject\zephyr\samples\subsys\fs\fat_fs and I added these to my code:
In main:
Os_x, os_y, os_z - these are variables I
|
By
Edyta Bosacka <edyta.bosacka@...>
·
#2138
·
|
|
Re: embed data files
Hi,
I usually use srec_cat utility for that purpose.
You can see quite good description here: http://www.keil.com/support/docs/2218.htm
Sometimes also classic xxd tool can be handy:
Hi,
I usually use srec_cat utility for that purpose.
You can see quite good description here: http://www.keil.com/support/docs/2218.htm
Sometimes also classic xxd tool can be handy:
|
By
artur.lipowski@...
·
#2137
·
|
|
Re: embed data files
Hi,
there are multiple networking samples that do this. Search generate_inc_file_for_target() to see some examples.
Cheers,
Jukka
Hi,
there are multiple networking samples that do this. Search generate_inc_file_for_target() to see some examples.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#2136
·
|
|
Re: SAME70 Xplained failed to build with ethernet networking
I reinstalled zephyr with “west init” and “west update” on July 19th and I just checked. Menuconfig shows the proper range 1-6 for number of RX/TX queues now.
Sorry, no idea why it is correct
I reinstalled zephyr with “west init” and “west update” on July 19th and I just checked. Menuconfig shows the proper range 1-6 for number of RX/TX queues now.
Sorry, no idea why it is correct
|
By
Sam Wong
·
#2135
·
|
|
Re: SAME70 Xplained failed to build with ethernet networking
Hi @sam,
I update my machine with the current main zephyr repo and west update.
Unfortunately I can't see the problem.
Environment (please complete the following information):
OS: Linux (Debian
Hi @sam,
I update my machine with the current main zephyr repo and west update.
Unfortunately I can't see the problem.
Environment (please complete the following information):
OS: Linux (Debian
|
By
nandojve@...
·
#2134
·
|
|
Re: Reading data from LSM6DS33 , I2C
Did you power up the Accelerometer? You should read the full datasheet, here is what is says about power:
Operating modes
The LSM6DS33 has three operating modes available:
only accelerometer
Did you power up the Accelerometer? You should read the full datasheet, here is what is says about power:
Operating modes
The LSM6DS33 has three operating modes available:
only accelerometer
|
By
Lawrence King
·
#2133
·
|
|
Reading data from LSM6DS33 , I2C
Hi 🙂
I want to read some data (axis_X) from accelerometer but I constantly get "0" answer.
I think my code is fine, but I dont know what could be a reason of my problem 🙁
Hi 🙂
I want to read some data (axis_X) from accelerometer but I constantly get "0" answer.
I think my code is fine, but I dont know what could be a reason of my problem 🙁
|
By
Edyta Bosacka <edyta.bosacka@...>
·
#2132
·
|
|
Re: Reading data from LSM6DS33 , I2C
Edyta,
WHO_AM_I_REG should be the third parameter, not forth.
Cheers,
Adam
Edyta,
WHO_AM_I_REG should be the third parameter, not forth.
Cheers,
Adam
|
By
Adam Podogrocki
·
#2131
·
|
|
Re: Reading data from LSM6DS33 , I2C
Hi Edyta
Your code doesn’t show what value you used for I2C_ADDR. You will not get an ACK on the I2C bus if you have the wrong I2C addr for the LSM3DS33. Without an ACK, you get a bus error.
Hi Edyta
Your code doesn’t show what value you used for I2C_ADDR. You will not get an ACK on the I2C bus if you have the wrong I2C addr for the LSM3DS33. Without an ACK, you get a bus error.
|
By
Lawrence King
·
#2130
·
|
|
Reading data from LSM6DS33 , I2C
I am trying to get Who I am data from accelerometer LSM6DS33, but I cannot receive them. I' m getting this error: I2C transfer errorI am: 0. What can be the reason of this?
#define
I am trying to get Who I am data from accelerometer LSM6DS33, but I cannot receive them. I' m getting this error: I2C transfer errorI am: 0. What can be the reason of this?
#define
|
By
Edyta Bosacka <edyta.bosacka@...>
·
#2129
·
|
|
embed data files
Dear Experts,
I am new to zephyr and working with nRF9160dk related development.
For testing some functionalities, I thought to include some 'raw resource binary data file' in the code as in the
Dear Experts,
I am new to zephyr and working with nRF9160dk related development.
For testing some functionalities, I thought to include some 'raw resource binary data file' in the code as in the
|
By
adpauly@...
·
#2128
·
|
|
Re: Zephyr - read I2C sample, nrf52840
Hi Edyta:
There are two ways to read sensors. If your sensor has a driver and you have set it up in the device tree correctly you can simply use the sensor examples.
If your sensor is really
Hi Edyta:
There are two ways to read sensors. If your sensor has a driver and you have set it up in the device tree correctly you can simply use the sensor examples.
If your sensor is really
|
By
Lawrence King
·
#2127
·
|
|
Zephyr - read I2C sample, nrf52840
Is there any example how to read data from sensor by I2C?
Is there any example how to read data from sensor by I2C?
|
By
Edyta Bosacka <edyta.bosacka@...>
·
#2126
·
|
|
Re: [Zephyr-devel] Community input on possible change to Discord from Slack
If Zephyr is non-profit (which it seems to be), then it will be eligible to sign up for G Suite for nonprofit which includes many features for free. I have personally set this up for two non-profits
If Zephyr is non-profit (which it seems to be), then it will be eligible to sign up for G Suite for nonprofit which includes many features for free. I have personally set this up for two non-profits
|
By
Jett ✈ Rink <jettrink@...>
·
#2125
·
|
|
Re: [Zephyr-devel] Community input on possible change to Discord from Slack
Jett,
Zephyr project is not subscribed to any gsuite plans, free or paid. AFAIK we use google docs from LF in some areas. Maybe we should look into the non-profit “companies” option.
Never heard
Jett,
Zephyr project is not subscribed to any gsuite plans, free or paid. AFAIK we use google docs from LF in some areas. Maybe we should look into the non-profit “companies” option.
Never heard
|
By
Nashif, Anas
·
#2124
·
|
|
Re: [Zephyr-devel] Community input on possible change to Discord from Slack
I know that Zephyr uses Google docs already, and that Gsuite is free for non-profit companies. Have we considered chat.google.com as an alternative? It may be free or part of what Zephyr is already
I know that Zephyr uses Google docs already, and that Gsuite is free for non-profit companies. Have we considered chat.google.com as an alternative? It may be free or part of what Zephyr is already
|
By
Jett ✈ Rink <jettrink@...>
·
#2123
·
|