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...
Dear friends,
We want to update the bootloader in our project. I have read the tutorial about the DFU process from here " Dual-bank and single-bank updates ". I have some...
Hello I would like to change from nrf52810 to nrf52805. I want to take the same code, but I want to change only the gpio because the gpio is different. I was going to set...
When I try to connect to my Pure-FTPd server I always get an error when trying to login, but If I use a public server like... https://dlptest.com/ftp-test/ it's fine. This...
Hey all!
We want to improve the accuracy of the localization of our asset tracking solution, in particular indoors. For that we want to scan Wifi base station advertisments...
Hello,
I am trying to get an MQTT TLS connection to AWS up and running on my thingie91 (nrf9160). I am using SDK 1.5.0 and the sample "aws_iot".
Even though there is a...
Hello,
what is the CPU speed of nRF52832?
I'd like to test if the NRF52832 is running at 32MHz or 64MHz.
I used it to run a compression algorithm, which took 8ms to...
I have seen this question asked a few times--but every thread seems to have no concrete answer.
I have uninstalled and reinstalled all JLINK drivers.
But still get the...
I am using the nRF9160 for IOT with the console connected on UART 0 there is a string of +CSCON: 1 and +CSCON: 0 messages displayed.
Build Zephyr 1.5.1
Modem firmware...
We're looking for some clear documentation for implementing OTA DFU via BLE on the iOS side. We have the firmware working well on our dev kits here, but working only with...
Hi,
Can you explain please why do you use all flash space for application (except SD area) in your examples. For example, SDK 17.0.0, HRS s132 example starts from 0x26000...
Hi
I have nRF SDK 17.0.2, and looking for ble_app_template application for PCA10100 to be flashed into nRF52833 DK. But seems that is not available.
Is there any other...
I'm developing a C implementation for nrfutil to make a Serial DFU in bootloader of sdk11. But I'm having an issue in serial communication. I've used a serial sniffer to compare...
I am using nRF52840 DK and connecting it with SPI to ESP32. The first bit of the transmission is missed for some reason. I could verify that the transmission is ok with logic...
Hi Nordic,
I'm working on a project using SDK 15.3, s140 , based on the LESC example for a central and peripheral application. I am able to bond with devices and later on...