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...
I am trying to connect XBee 3.0 Zigbee to a Nordic USB dongle (PAC10059) which has the nRF52840 chipset.
I have been watching the traffic on channel 16 with a CC2531 sniffer...
Hello,
I've gotten the sample AWS FOTA to work on my nrf9160 using a very permissive public S3 bucket, but for production I need FOTAs to use a private S3 bucket.
According...
in fact the error that i posted is related to this file and exactly to the bloc in grey on nvic.h file
" C:/Users/rzaafouri/ncs/v1.5.1/zephyr/include/arch/arm/aarch32/cortex_m...
Excuse me
Prorammmer app in nrf connect for desktop Prompt no device available when I connect thingy91 to PC with mirco-usb cable,I want to update modem, certificate and...
Hi everyone,
We design an application using the nRF52840 and SDK16. This application is intended to be used for gait analysis and one of the requirements is a real-time...
Hello,
I'm trying to initialize the values of all my attributes using sd_ble_gatts_value_set . According to the documentation, the connection handle is ignored if the value...
Hi,
I unsecured my device and running it with JLink RTT to observe logging. If I program uicr registers during this process, the devices gets secured and I have to redo...
Hi,
I'm BLE-sending out Sensor values using a nrf52832. When the sensor gets a (new) value an interrupt is generated and the nrf then transfers the value in the gpiote inerrupt...
Hi. I have read the documentation and I have a couple of questions:
What makes work different mesh_gatt and nrf_ble_gatt? Why can't they work together (maybe it's because...
hi professor,
I add the CONFIG_NO_OPTIMIZATIONS=y but ble connection timeout In my pheripheral project .When I delete CONFIG_NO_OPTIMIZATIONS=y, the ble will connection...
Dear Nordic Team and Community!
I have again a question concerning advertising. Currently I am working with the devices nRF52840Dongle (Advertising, S140, 10059) and nRF52840DK...
Hi, I'm using nRF52805. My "1 button to turn ON/OFF system" code works perfectly fine on nRF52 DK.
However, when I migrate the code to nRF52805, Segger shows me an error...
Before exploring the Zephyr ecosystem, I plan to study in detail the periphery of my microcontroller (nRF5340).
For this purpose, I plan to try examples from nRF5_SDK_17...
Hi we are designing custom Board using nrf52840 and want to use NFC as mode of communication. We want to use NFC in nrf52840 in 2 way communication mode. My questions are...
I just figured it out it is not I2C protocol. I need to write all the command by Bit-Bang mode.
How can I send/receive data with manual bit command to SHT1x sensor?
Can...