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...
I am using a ultra-miniature (BMD-350) series module from Rigdo which has the nRF52832 BLE SoC. The pins from the nrf52 SoC are all brought out on a female headers on a custom...
I am running a custom board (Ublox Neo dev board) and have a custom board file.
I have modified and and can run code in Segger Embedded Studio based on the peripheral serial...
Hi,
I'm getting a Hardfault MemManage (IPSR 003) when calling sd_ble_gap_adv_stop(). The advertising handle I'm passing is 0. This is called after the advertising has started...
Hi!
I use the peripheral blinky example from the sdk v15.0.0. I ave added some code so that the board is scanning for advertising messages aswell. Every thing works fine...
Hi,
I've just realized the project from
https://github.com/Martinsbl/nrf5-mpu-examples/tree/master/nrf52-mpu-easydma-using-gpiote-and-registers
And it is working quiet...
Hello everyone, I am trying to send and receive messages over UART using Teraterm, the PCA10059 dongle and the UART Android app.
I was following the directions found in...
When I was trying to update the modem firmware, it showed something like this...
Traceback (most recent call last): File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main...
Hi,
I am working on increase data throughput between phone and nrf52832. I am using SDK 15.3.
I create a service and a notify characteristic. I am sending 20-byte packet...
I currently have a hobby product that reads sensors and turns on/off relays based on that sensor input. I've got an nRF52840 that sits on my sensors and relays, and I have...
Hi,
I am working on nRF52832 with MAX30205 temperature sensor , i am comparing the temperature with threshold value like this if (m_sample <threshold) then send the data...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
In my application, I am starting BLE advertisement...
Hi,
I'm trying to include AES256 CTR in the ble_app_template project.
What i've done so far: .c files:
- Included the files from /components/libraries/crypto
...
The time to first fix on the Development Board (as well as a prototype PCB I have made) are both around 2 minutes. After getting a fix, is any of the almanac or ephemeris...
Greetings. Is there a way to do information mapping using, for instance, one of the mesh nodes that could act as a client/provisioner to all other nodes and therefore keep...
Hi! I'm working with nRF52 development kit and SEGGER Embedded Studio. I was trying to modify the example given as ble_app_hids_mouse and take all the functions present in...