<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>write a value to a .csv file stored in the SD card and execute an equation using this value stored in the .csv file retrive the result of the equation and use it in  further  program in nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108262/write-a-value-to-a-csv-file-stored-in-the-sd-card-and-execute-an-equation-using-this-value-stored-in-the-csv-file-retrive-the-result-of-the-equation-and-use-it-in-further-program-in-nrf52840</link><description>during an execution of the application program in nRF52840 , a value is obtained 
 1) this value needs to be written on the .csv file stored sd card 2) there is an equation stored in the .csv file this needs to be executed and the value obtained prior</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Mar 2024 10:23:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108262/write-a-value-to-a-csv-file-stored-in-the-sd-card-and-execute-an-equation-using-this-value-stored-in-the-csv-file-retrive-the-result-of-the-equation-and-use-it-in-further-program-in-nrf52840" /><item><title>RE: write a value to a .csv file stored in the SD card and execute an equation using this value stored in the .csv file retrive the result of the equation and use it in  further  program in nRF52840</title><link>https://devzone.nordicsemi.com/thread/472419?ContentTypeID=1</link><pubDate>Wed, 06 Mar 2024 10:23:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d2bfd08-696d-4f55-bc96-e7b719369db6</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;The snippet would be the main file for the example I linked to. You can find it in SDK\examples\peripheral\fatfs\main.c.&amp;nbsp;If you compile and run this example, then it should create a .txt file on your SD card, which you can open by inserting the SD card in an SD card reader on your computer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: write a value to a .csv file stored in the SD card and execute an equation using this value stored in the .csv file retrive the result of the equation and use it in  further  program in nRF52840</title><link>https://devzone.nordicsemi.com/thread/471766?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2024 11:40:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e35b116-bfb8-4d9b-bd27-662beb4f888b</guid><dc:creator>azwin</dc:creator><description>&lt;p&gt;can you share any code snippet for the same&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: write a value to a .csv file stored in the SD card and execute an equation using this value stored in the .csv file retrive the result of the equation and use it in  further  program in nRF52840</title><link>https://devzone.nordicsemi.com/thread/468842?ContentTypeID=1</link><pubDate>Wed, 14 Feb 2024 14:03:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:953e9fd1-c6ed-487c-9265-b7bbce022fe2</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Same example, different SDK:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/app_sdcard_example.html?cp=9_1_4_6_36"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/app_sdcard_example.html?cp=9_1_4_6_36&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: write a value to a .csv file stored in the SD card and execute an equation using this value stored in the .csv file retrive the result of the equation and use it in  further  program in nRF52840</title><link>https://devzone.nordicsemi.com/thread/468797?ContentTypeID=1</link><pubDate>Wed, 14 Feb 2024 12:00:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:479d78c0-2c40-4703-897b-0c9f1f24bbd6</guid><dc:creator>azwin</dc:creator><description>&lt;p&gt;i am using nrf SDK not zephyr. how to get started in&amp;nbsp; nRF SDK&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: write a value to a .csv file stored in the SD card and execute an equation using this value stored in the .csv file retrive the result of the equation and use it in  further  program in nRF52840</title><link>https://devzone.nordicsemi.com/thread/468638?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2024 13:44:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:690aeb52-c52e-426b-be13-0eaaaced115e</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can look into the zephyr\samples\subsys\usb\mass &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/usb/mass/README.html"&gt;sample&lt;/a&gt;, as this uses an SD card reader. It will generate .txt files, but I guess it is possible to change that from the application running on the nRF.&lt;/p&gt;
&lt;p&gt;The logic behind your equations and so on is something you need to write in your application, but for the file system and sd card, I guess this is the sample you can use to get started. Check that you get it up and running as described in the link above before you start modifying it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>