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...
Hi All,
I had a MCU to connect nRF52840 via UART and nRF52840 is used for BT central function.
I need to know the command to control nRF52840 and what function should...
Hi,
I recently started with nRF52840-DK, Zephyr and nRF Connect SDK (v. 1.9.1). I want to test extended advertising. Since there is no example of "pure" extended advertising...
Hi Nordic team,
I am working on a project with one central and several peripheral BLE devices. The peripherals are moving randomly, is it possible to detect the event...
Hi, recently testing nrf9160 SMS example, but seems not working in both Send/Receive
I confirm that SMS is valid in my SIM Card, I put it in my mobile phone and verified...
Can you please explain how the %XCOUNTRYDATA command can speed up network selection in a new location? Does the modem perform a general scan on all bands to determine the...
hello , I am working spi with softdevice(i.e., bluetooth). here spi master is nrf52 and spi slave is ad9837. the spi interface code works fine without soft device(i.e.,ble...
Hello, we are developing a keyboard with two types of connections, via USB and Bluetooth using the nRF52833 chip.
We have all the firmware developed in Arduino since it...
Hi,
I am trying to compile the cfb sample as provided in v2.0.0.
my overlay file is as follows
and my prj file
When I try to build, I get the following error...
is there a way to change the target device to nRF52820 (PCA10100) in segger embedded studio? initially configured to nRF52832 when we started our setup (nRF Connect Desktop...
I want to design a general module. Is it feasible to design the schematic diagram in this way?
1.VDDH is powered by external power supply, is that ok?
2.VBUS is powered...
Hi,
We want to check how changing system voltage affects on GPS reception, for that we need to know the RSSI of each satellite the model use.
I know I can get the C2N...
This is in reference to: devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader
On step B1, it says: " Next step, inside SDKFolder\external\micro...
Hi,
I'm working on a project where the NRF52840 chip is connected to multiple peripherals (4 of them) through SPI. The hardware has been designed in a way that each peripheral...
Hi, I am using the ant_plus/ant_bpwr/bpwr_rx code as a reference to capture power data from an SRM power meter. I am at the point where I get the following messages, which...