Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
Sorry for the newbie question -- I am new to programming microcontrollers.
I would like to know if it is possible to program the nRF24LU1+ to behave like a USB host? I...
Hi!
Is this correct scenario to minimize battery usage for radio tag transmitting 8 byte packets at 3 Hz?:
setup:
turn LFCLKSRC on with CLOCK_LFCLKSRC_SRC_Xtal...
Hi all, i am trying to start using the smart beacon kit nRF51822, but searching around i am a bit confused on how to flash the most recent softdevice with sdk on it; i followed...
I'd like to do the same thing :
how to use dm_device_delete
nRF51822 S110 v8.0.0
nRF51 SDK v10.0.0
DEVICE_MANAGER_MAX_BONDS=2
I test Nexus5, Nexus7, iPad...
I want to read and write RAM (target=nRF51822) from a custom C application while the CPU is running.
Now, I can do this using the nrfjprog.dll and I get the expected values...
Hey guys,
I'm working with a nordic nrf5182 and s130. What I need is to put the system in sleep mode after a reset. The main problem is with function sd_power_system_off...
hi,I have to question about ADC,please help me ,thank you very much!
I joined on the ADC input pin an adjustable resistance, to change the voltage value.Why change the...
Dear Sir:
I have designed my board with nRF24LU1+, and I want to debug it through ULINK2 JTAG.
However, it seems not working.
Would you please share me with some ideas...
Hi, I have PCA100040 development board. I need to create two simple ble application. One for central and one for peripheral.
How can I do this?
Can anyone suggest...
Hi
I was using SDK7.2.0 up till now, and am migrating to SDK8.1.0. I notice that the APP_BUTTON_INIT macro has gone, and also that the app_button_init has 1 argument less...
I trying to perform RAM read and write operations using the nrfjprog.dll without halting the CPU but I can't figure out how to properly use in particular the access port functions...
I just started using the RTT - It's proven to be a VERY helpful debugging tool. As soon as I started using it I located several minor bugs. I exited debug mode, fixed the...
The function interrupts_disable() is defined in components/libraries/bootloader_dfu/dfu_app_handler.c and examples/dfu/experimental_ant_bootloader/bootloader.c like so:
...