Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
Hello,
I am using the nrf sniffer from adafruit to pick up ble packets from my NRF52. Everything has been working fine for the past 3-4 months. Yesterday I wanted to test...
I'm trying to create a HID over GATT device that is not a keyboard, nor a mouse. About a week ago, I came close by being able to read some data in an OSX app from the device...
Have project setup to read values from ADC and then run fft_process. Then print them out over uart using NRF_LOG_* statements. However after we call the arm fft functions...
Hello, I am using nrf51822 and SDK11, dual bank dfu ble, S130, 2.0.0.
I made dfu zip file and I modify firmware_crc16 value to the wrong one.
And I zip it again.
But...
hai
i am working with nrf51822 and mbed .
in my application i have requested one page in flash for data store using pstorage.
pstorage_module_param_t param;
param...
Hi,
I'm trying to use NFC type 4 tag on nRF52 side (PCA10040) and poll and read it on Embedded Linux using neard [1]. I'm not an expert in NFC area, so I could be wrong in...
I am migrating a project from SDK 12.1.0 to 12.2.0. According to this question the RAM base needs to be defined in ble_stack_init(). The examples that come with SDK 12.2.0...
I followed the Nordic tutorial on wrapping an SDK sample project in a Makefile managed Eclipse project. I used the ble_app_beacon as the project.
Eclipse will build the project...
I have implemented pwm as suggested in the info centre of nordiac semiconducter. But it showing the following error as shown below image.
Please Help if any one is aware...
Hi,
I think that I found bug in nRF Toolbox release 1.3.0.
1)Application flashing stucks on 95%
2)If you click on Abort, application will stuck in aborting phase. ...
Hi,
Currently I'm working on updating some code based op pstorage on the nRF51822 with SDK 10 an SD S110 (v8).
Right know we're not using "blocks". We're using pstorage_update...
Hi All,
Is there any way to extend RTC2 wakeup interval time more than 2s ?
we know that the maximum interval time of RTC2 on LE1 is 2s, i want to keep LE1 power donw to...
When I just test and build with NRF51-DK there are with BSP Package. such as (pca10028).
But When I make a new PCB Board, Do I have to make my own BSP Package (.h header...
Hi. I have a problem with HID keyboard example. Function sd_ble_gatts_hvx returns 0x00003401. I know that it's means BLE_ERROR_GATTS_SYS_ATTR_MISSING. But how and where I...