I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
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...
Hello
I am using SDK v17.0.2 and nrf52DK. I am trying to encrypt and output the saadc value of the sensor.
I used the AES CTR example almost exactly the same.
And I...
Hello
I'm going to use encryption to send data via Bluetooth. I am using the crypto AES example using nrf52DK and I found out that nrf52840 supports H/W encryption called...
NCS 1.4.2
modem fw 1.2.3
We have a custom board with 3 uarts:
Uart 0 -> debug output (testing only)
Uart 1 -> BLE
Uart 2 -> External GPS
I have been trying...
Hi everyone,
I am currently working on a project where I need to sample the SAADC continuously on 5 channels: channels 4,5,6,7 and VDD, which on my board is channel 9...
Hello,
i have created custom BLE service/characteristic using this ling https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
So, here i am able to transmitting...
Hi,
In working with nRF24L01, I am facing a problem with nRF24L01 CRC calculation. In the spec, it is stated that CRC calculation includes address, control field and data...
Hi,
I'm using nRF52810 and I'm trying to achieve a power consumption. I don't use any softdevice or nRFSDK at the moment. I wrote my own drivers with direct access to the...
Hello,
In my project I need to store variable data to persistent memory area of flash memory to retrieve data after power failure. I want to know is there any limit to use...
Excuse me:
I'm porting other FreeRTOS projects to ble_app_hrs_freertos example In the directory nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hrs_freertos,I need...
Hello, I use nrf52810 custom board and icm42605 6 axis sensor with twi.
device address is 0x69, I tried read data reg 0x75 for read chipset id.
I think that sensor sent...
Hello community.
I am here to ask you about BLE services in a Mesh Network. I know how to implement both SDKs. However, I would like to know if there is a way to extend...
Hello,
I've been playing around with the nRF52840 DK board and I want to make what I've been working on, into a PCB. Following the link below I've got the Altium files...
Hi !
I'm doing some testing on mqtt with the nrf9160 DevKit.
So far, everything is working with TCP and TLS and I would like to use WSS. I started with WS but I can't...
Hello everyone I'm doing my first steps so as to get things right from the start with a device based on the nRF52833 chip. My setup: PC <USB> nRF52840-DK <JTAG> CustomBoard...
Hello,
I am having a problem using DFU using the android NRF connect app. I have two separate projects that use the OTA DFU. These two projects have the same DFU code...