hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
Error message: "CONFIG_NET_CONFIG_IEEE802154_DEV_NAME" undeclared (first use in this function) - appears when I try to build the solution from the sample: coap_client on my...
Hi,
I have a mesh provisioner with the provisioner example in the mesh sdk. When I try to provision a device that is next to the provisioner, all works.
But when I try...
I want to send sensor data using sensor_server_status_publish function, however struggling with data marshalling. I get unknown property ID or no data at all displayed in...
Hello
I am using sdk v17 and nrf52dk and implementing sensor encryption(AES CTR mode) and simple nus service. After reading the sensor to saadc, I want to encrypt and transmit...
Thanks in advanced. I'm using nrf52832 with nRF5_SDK_17.0.2. I try to measure adc time consuming as below:
I find when timer sample rate is 500ms, then adc time consuming...
Hi:
I am doing a project which will use both PDM interface and bluetooth transreceiver, PDM interface is used to receive audio data from a MEMS microphone and Bluetooth...
We have a design that uses a simple custom board with an NRF52832 chip, button, accelerometer and onboard battery. For many phones, the operation is quite stable - we connect...
Hello all:
I've developed an nRF52810 application based on the UART example, but when I include buttonless DFU support to my application, it doesn't work. I'm using SDK...
Hi,
now I had achived the function to communication using the esb in nrf52832 that one to one,but I need to achive multi tx device to one.
if there not doc for me to achive...
Hi
Strange that there is no example for such popular code which will allow changing the iBeacon setting parameters (like: name, power, interval etc). with a smartphone application...
Hi everyone,
I'm trying since a few days to connect the Thingy 91 to the network with any result at all.
This is my configuration:
Modem firmware: V 1.3.0
Application...
Hi,
Am trying to store the data fetched through ble scanning to the flash memory of the nrf52840 DK. So I have been making use fo the flash_storage example in the SDK/examples...
Hello,
Our Peripheral server application regularly uses a stream of notifications to transmit data to a Central client. We have a rare error in which sd_ble_gatts_hvx returns...
app time loop update 200 byte data use fds by 10s ,then after many time error happened, update_user_flash is update API, write_drop_record IS loop write API in app time, ...