Hi
I can run the sample application for NVS, on the nF5340 DK (SDK 2.9.0)
I can run the sample application for LittleFS, also on the nRF5340 DK
Now I would like to see...
Hello everyone,
As the title suggests, we're trying to get the on board flash (mx25r64 as far as I can tell) of the nrf7002dk devboard working as a USB mass storage device...
Hi, I am using custom nrf52840 board with sysbuild, MCUboot+firmware loader, static partitioning, settings storage (OpenThread) and littleFS storage and I cannot get the thing...
Hello.
After some great struggles, we've managed to enable WiFi and encrypted socket + TLS connection to google.com and various websites.
Since then, we've been looking...
In Electrical specification Table 1 (current consumption in forced High Power mode) lists a typical value of 7.2 mA , just want to confirmed this is correct and not a typo...
Hello, I am developing my custom board using Thingy53 as a reference design. I am trying to achieve DFU from application using external flash for the secondary image and upload...
Hi, we are developping a medical device that receives an audio stream from a smartphone. We have a custom board connected to a different DSP than the one in the nrf5340_audio_DK...
Hello,I have a ble HID device,
it can connect iphone4S/Ipad with IOS 7 system,
but the function button of (page up /page down) can't work in app wps ppt.
but it can work...
hi guys, i am writing a TWI application along with S110 but i am not getting the proper value from the sensor which is TWI interface, is anybody wrote an application, kindly...
Hi,
We have a custom board with nrf51822 and we use chip antenna from ST BAL-NRF01D3, now the distance it support is very very short (less than 20 cm). So, please tell me...
Hello,
Can I assign two GPIOTE tasks to work with the same output port? One to set it high, another to set it low.
Here is the code segment:
nrf_gpiote_task_config...
Thanks for all your help.
From 30-yr programmer and new bit-banger.
Playing with the 6310 example, rtc_example, the following code makes no sense to us with the toggle...
I have just begun tests with the nRF51822 DK.
I have written a test program which uses the RTC and PPI to generate an event every 125 ms, and use a task to toggle a GPIO...
Hi,
I´ve programmed the nRF51822 DevKit´s module (PCA10004) with S110 SoftDevice and example <ble_app_pwr_profiling>.
In SystemOffMode I measure a current consumption of...
Hi
I trying to read data from EEPROM through i2c bus . i used twi_hw_master.c application code.
i am reading same data from EEPROM when i debug step by step. but once...
Hello,
I would like create a basic programme in c/c++ for the NRF24LU1 .
I have take sdk, when i try compiling 1 programme i have a lot of errors .
What compilator...
Hi,
I use an app_timer to gather ADCs and send with Gazell with period 5ms.
What I suffered is the sent packet is different from what I put in buffer.
my pseudo code...
I am able to send data from EK to MCP but even i am sending one byte of ASCII(alphabet) of data, it is showing as hex value in MCP ex., 'C' as 43 , if i want to see ASCII...
Hi,
How to set the advertisement parameter's (uuid's list) , while using both custom and SIG adopted services?
I modified the source code as below, but it is not showing...
I would like to implement a simple wireless sensor network, using Enhanced Shockburst with Auto-ACK. The idea is that there will be many sensor nodes (SNs) reporting to one...